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 |
Explain why is peoplesoft no longer supporting apache jserv?
Why does my component interface not have a Create method?
Explain are there advantages or disadvantages to using bea web logic over ibm web sphere or vice versa?
Can you explain how does the people soft enterprise portal work with 8.1x and 8.4 applications?
Tell me what hyperlinks available in peoplebooks? Some options with different hyperlinks not available in peoplebooks, select the correct one?
Define component interface?
How to do object security? How to connect report through process scheduler?
Do you know is web sphere certified on people tools 8.1x?
Explain which are standard properties when a component interface (ci) is created?
When I test my component interface, why do I get a "Not Authorized" error?
Tell me both bea weblogic and ibm websphere have the ability to plug into many different web servers. Does peoplesoft support the web servers that they plug into?
What is the standard property when a Component Interface is created?