Hi EJBGurus,

Please don't think that it is a silly question to ask here,
It makes me to understand the EJB implementation bit more clear.

As I understand when the client invokes a create method on the home
object, the container instantiates the corresponding bean and then
invokes the beans ejbCreate method.
Here is my question when thousand clints tries to access the same
bean at the same time, does the container creates thousand
of such objects from the abstract factory pattern?
Or it process all the business methods from the pool like servlets
doGet, and doPost methods ?

If it creates thousand of such bean objects to process thousand users
requests
at a time, then what happens when we declare class variables in the bean.
Does EJB allows to declare class level variables ?

Thanks in advance,
Naveen.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to