Can a bean act as a singleton to provide logging and other services?
Created May 4, 2012
Robert Castaneda No, You cannot implement a Singleton in EJB. A way to do this could be to implement an RMI or CORBA object.
Created May 4, 2012