As long as the DAOHelper and DAO classes are stateless, it should be
fine.

> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development 
> [mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE 
> EJB-INTEREST anonymous
> Sent: Wednesday, August 31, 2005 7:57 PM
> To: EJB-INTEREST@JAVA.SUN.COM
> Subject: Re: Stateless sessionbean
> 
> 
> Hi,
> Thanks for the answer!
> If I create the DAOHelper in ejbCreate(),then,only,one 
> instance of DAOHelper will be shared /used by all client 
> calls. Since the DAOHelper has DAO class as member variable, 
> then,only one instance of DAO class will be used /shared by 
> all users. Since, DAO class performs various database 
> operations, will there be any issue as only one DAO class 
> will be used by all client calls for all database operations.
> 
> Could you pleas elet me know ?
> Thanks in advance.
> 
> ==============================================================
> =============
> 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".
> 

===========================================================================
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