Hi,

I need to initialize some non EJB resources at application startup and put 
them into some place where they are accessible to all EJBs. What's the 
right place to do this? When programming with Servlets there's a 
load-on-startup option in the Servlet configuration and I used to put my 
initialization code in the constructor of this automatically started 
Servlet. The constructor would then put my initialized resources in the 
application object of the Servlet container. I wonder how I can do 
something similar without Servlets.

Any ideas?

thanks,

Alexander Jerusalem
www.vknn.org
[EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to