posted 21 years ago
The container has to first create the EJBObject and SessionContext. Once the stateful session bean has been created, it can then be linked to the SessionContext and EJBObject by invoking setSessionContext() and
ejbCreate() on the instance. The container can now return a stub, ie a reference to the EJBObject, to the client.
SCJP 1.4, SCWCD 1.3, SCBCD 1.3