[ajug-members] Creating Threads in EJB
Dale Newfield
Dale at Newfield.org
Sun Jul 22 02:45:03 EDT 2007
Sony Antony wrote:
> 2. Also are there any J2EE equivalent for the weblogic startup classes
> at the application level ?
I've not used weblogic, so I'm guessing from context, but I'd suggest
starting with:
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html
http://www.java-tips.org/java-ee-tips/java-servlet/how-to-work-with-servletcontextlistener.html
or if you're using Spring, maybe:
http://www.springframework.org/docs/api/index.html?org/springframework/context/ApplicationListener.html
-Dale
More information about the ajug-members
mailing list