Hi,
I have a Singleton class which has many getter methods.
My question is in my Stateless Session bean can I have like below Objects
from singleton as member variable).
public class UserBean implements javax.ejb.SessionBean{
private MysqlDataAccessObject obj = Singleton.getInstance
().getMySqlDataAccessObject();
}
===========================================================================
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".