JBoss provides a scheduler as an MBean.  The full details about how to use it are in the for pay JBoss Admin Guide for 3.0.  Its only about $10, so its a steal at that price.  Do get it.
 
 

"G.L. Grobe" wrote:

Looking for anyone who has implemented a scheduler of any sort in their J2EE apps? My application is layed out on JBoss 3.0.1 as ... Velocity pages -> Webwork Servlets -> EJB's Problem is I'm not sure where to put a scheduler in this mix. Some jobs are triggered on demand from the user (no problem here). Other jobs that are stored in the database (like cron tasks) need to be triggered, I'm guessing by an external scheduling server. I'd then like the job progress information from that external scheduler server to be viewed by the users (which means communicate back to the JBoss server). In otherwords, I'd rather not have the complexities of an external app to have to trigger and communicate back and forth to JBoss if I don't have to ... but I don't see how to get around it since ejb's don't seem to be a good place for this to happen. Be nice to keep it all in one package. I hope that was clear, any ideas/thoughts much appreciated.

--
Greg Turner, JBoss Authorized Consultant

Tiburon Enterprise Systems
http://www.tiburon-e-systems.com
Box 1171
Tiburon, CA 94920
415-332-3363
 

Reply via email to