In "Object Interaction Diagram(OID) for bean creation of stateless session bean", I found creation of
EJB object and creation of bean instance at a completely different/unrelated time. The client can call create all day long, but container will not tie a bean to the client's EJB object until the client calls a business method. BBBBut sepc. say I can get a reference to EJB object in ejbCreate()/ejbRemove(), why??? When container call ejbCreate(), maybe EJB object have not been created(they create at a unrelated time).
Can somebody explain this?
[ March 04, 2004: Message edited by: si yi ]