Tag Archives: Trigger
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
Multi-Trigger usage in Quartz 2
Quartz jobs can be scheduled by using more than one trigger. A sample application is below :
STEP 1 : CREATE MAVEN PROJECT
A maven project is created as below. (It can be created by using Maven or IDE Plug-in).




Eren Avşaroğulları is highly motivated open source developer and enthusiast on Java and related open source technologies. He has professional software design & development experiences in different domains such as telecommunication, finance and control & automation 
