aspose file tools
The moose likes JBoss and the fly likes How to define some mehod for global resource initializtion and recycle in JBoss container! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to define some mehod for global resource initializtion and recycle in JBoss container!" Watch "How to define some mehod for global resource initializtion and recycle in JBoss container!" New topic
Author

How to define some mehod for global resource initializtion and recycle in JBoss container!

kong song
Greenhorn

Joined: May 12, 2009
Posts: 13
I have some customize data and process need to be initialized only once when Jboss AS is starting.
I have used some ejb Life Cycle Event to handle it,but the result seems not well.

so,How can I define some method or service for initializing global resource and container just only call once? and How about recycle such resource only when the container is closing.

Thanks!
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8145
    
  52

See the JBoss specific @Service http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/Service_POJOs.html


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to define some mehod for global resource initializtion and recycle in JBoss container!
 
Similar Threads
How to lookup an EJB in Servlets?
JDBC ORACLE - java.sql.SQLException: ORA-3160
A Question about The Life Cycle of a Stateless Session Bean
how to configure java.net.URL outside of .war
Session Beans - Table