|
This sample illustrates how to invoke a CORBA object in JSP.
It assumes /test/myEmployee is already deployed and published
in your Oracle8i JServer. To do that, refer to
$ORACLE_HOME/jsp/demo/README for the steps.
This demo makes use of myEmployee CORBA
object to lookup the employee information for a given employee number,
submitted by users. For simplicity, we perform a lookup in every HTTP
request. In order to speed up the performance, developers should consider
storing CORBA object in HTTP session and matching lifecycle of HTTP Session
and CORBA Session with using HttpSessionBindingListener.
|