Answer Posted / clara
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 |
Post New Answer View All Answers
How to do object security? How to connect report through process scheduler?
What are standard properties when a component interface (ci) is created?
Explain which can be mapped as find keys for a component interface?
What version of the java servlet api are the pia java servlets coded to with peopletools 8.4 for the servlet layer on the web server?
Will tuxedo continue to be used in peoplesoft/websphere or peoplesoft/weblogic environment?
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?
Explain is bea weblogic the same thing as the web server that was previously on the tuxedo cd?
Explain will the peoplesoft internet architecture, now that it embeds bea weblogic and ibm websphere, work with my other corporate web servers and tools?
Explain is web server load balancing supported with peopletools 8.4?
Tell me why did peoplesoft bundle ibm websphere advanced single server edition rather than advanced edition?
Tell me what hyperlinks available in peoplebooks? Some options with different hyperlinks not available in peoplebooks, select the correct one?
Can you explain why is peoplesoft no longer supporting apache jserv?
Explain are there advantages or disadvantages to using bea web logic over ibm web sphere or vice versa?
Do you know what are the main attributes of a component interface?
Explain the various steps that describes the peoplecode logic while implementing a component interface?