| 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
|
|
|
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]
|
 |
 |
|
|
subject: How to define some mehod for global resource initializtion and recycle in JBoss container!
|
|
|