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".