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 |
Do you know are disconnected mobile applications supported in people tools 8.1x?
Explain when a business requirement in fit/gap analysis does not meet by peoplesoft then?
Explain why is peoplesoft no longer supporting apache jserv?
The same field is in different scrolls but they do not have the same value
My PeopleCode didn't update the value of a field. Why not?
Do you know for the servlet layer on the web server, what version of the java servlet api are the pia java servlets coded to with peopletools 8.4?
My PeopleCode didn't copy any data to a collection. Why not?
Tell me which data types is not supported by the peoplecode programming environment?
Explain what is the standard property when a component interface is created?
Why are my Findkeys missing certain fields?
Tell me why did peoplesoft bundle ibm websphere advanced single server edition rather than advanced edition?
What are standard properties when a component interface (ci) is created?