posted 18 years ago
The creation of stateless session beans is not tied to client.
It is the container that decides when to create a stateless session beans.
when the container wants to create a stateless session bean, it runs the bean's constructor,setSessionContext() follwoed by ejbCreate() method.
When the client calls create() on home interface,the container just create a new EJBObject and associate that EJBObject with an instance picked from the pool.
Hope my answer clear your doubt.
Thanks,<br />Prasanna<br />SCJP1.4,SCWCD1.4,SCBCD1.3,SCDJWS,SCEA-1<br />IBM Certified Solution Developer -- WebSphere Portal V5.1(got 100%)