This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: Job Scheduling in Java
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Quartz is an open source job-scheduling framework written entirely in Java and designed for use in both J2SE and J2EE applications. It offers great flexibility without sacrificing simplicity. You can create simple or complex schedules for executing any job. It includes features such as database support, clustering, plugins, prebuilt jobs for EJB, JavaMail and others, support for cron-like expressions, and many more.
The title of the post takes you to the article at OnJava that tells you how you can make use of this framework.
[Resource-Type: Article; Category: Open Source; XRating: 4]