Sunday, November 28, 2004

ONJava.com: Job Scheduling in Java

ONJava.com: Job Scheduling in Java: "

Job Scheduling in Java
by Dejan Bosanac
03/10/2004

On some projects, you find you need to execute certain jobs and tasks at an exactly specified time or at regular time intervals. In this article we will see how Java developers can implement such a requirement using the standard Java Timer API, and then we will focus on Quartz, an open source library for those who need some extra features in their scheduling system."

No comments: