Cron jobs in Java EE

Job_scheduler_log_wiki
Struts 2 + Quartz 2 scheduler integration example Struts 2 didn’t comes with any ready “Struts2-Quartz.jar” like plugin, the hack is use a standard Servlet Listener to link both frameworks together. See the relationship Struts 2 <– (Listener)–> Quartz <—> Scheduler task In this tutorial, we show you how to integrate both Struts 2 and Quartz scheduler framework together. Tools…

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.