Tag Archives: Job Scheduling

Multi-Job Scheduling Service by using Spring and Quartz

Job Scheduling is so important requirement for the applications. Especially in large-scale projects, working with a lot of jobs can be serious problem. Spring and Quartz have brought significant benefits for the solution of this problem. This article shows how to schedule multi jobs easily by using Spring and Quartz.

Used Technologies :

JDK 1.6.0_21
Spring 3.1.1
Quartz 1.8.5
Maven 3.0.2

Quartz 2 Scheduler

Quartz is an open source job scheduling framework. It can be used to manage and schedule jobs in the application.

STEP 1 : CREATE MAVEN PROJECT
A maven project is created as below. (It can be created by using Maven or IDE Plug-in).