WHEN SHOULD I BE USING A COMPONENT INTERFACE?
If you need to insert/update/delete data through PeopleCode, and your PeopleCode will require replicating a lot of existing business logic that already exists in a component then a component interface is the best approach. Once you learn how to use them, they will be the fastest and most robust solution for such cases. If you are performing simple changes, then using a CI becomes overkill as there is an overhead to using a CI on both the system and on development time. Similarly, large amounts of batch processing may be too much for a CI to handle or may be considerably slower using a CI.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me how to do object security?
Explain are there advantages or disadvantages to using bea web logic over ibm web sphere or vice versa?
What is the standard property when a Component Interface is created?
What are standard properties when a component interface (ci) is created?
Tell me in which platform does crystal and psnvision works?
Can you explain why is peoplesoft no longer supporting apache jserv?
WHEN SHOULD I BE USING A COMPONENT INTERFACE?
Architecture of CI? Or what are the main elements in the component Interface?
Can you write user defined methods in CI? How?
Will tuxedo continue to be used in peoplesoft/websphere or peoplesoft/weblogic environment?
Tell me why did peoplesoft bundle ibm websphere advanced single server edition rather than advanced edition?
Suppose if you are ps developer then in what scenarios component interface will have advantages over component?