Timer « J2EE « JSP-Servlet Q&A





3. Java EE timer service and periodical jobs    coderanch.com

Hi folks, I'm currently using the Quartz scheduler framework in a Java standalone application. The basic functionality of this application is to execute some jobs periodically. So far everything works quite well but I think there would be some benefits if I would use the Java EE 6 platform. For example database handling, email notifications, providing a web interface etc. would ...