Thursday, January 4, 2007

Managing Quartz from a Web App

After working on message driven bean last night, I was trying to understand how to implement/package/manage a Quartz scheduler to run the client for the message bean.

Before I could start coding, I saw a quick and dirty web app on one of the Quartz users' forum. After loading it up locally on JBoss, I was able to navigate around and execute scheduled tasks w/o any issues.

http://sourceforge.net/project/showfiles.php?group_id=23781&package_id=99269

I did need to remove the log4j lib due to a dependency issue to run this on the latest JBoss, but hey what a great and easy way to manage scheduled tasks.

No comments: