I have an application which has several "managers", which are just Java classes 
which extend Thread and contain business logic that must be executed once these 
files are deployed into JBoss. 

What would be the most efficient method of accomplishing this? In the past, we 
used to use JBoss 2.4 and used some abstract combination of a EJB 2.1 stateless 
session bean which somehow invoked the run() methods of each of the managers at 
deploy time. However, now that we are upgrading to JBoss 4.0.2, we're trying to 
find a more efficient method of doing this.

Would appreciate any feedback, thank you!



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902366#3902366

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902366


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to