Tag Archives: Quartz

Weird Quartz scheduler behaviour

As I posted before here I am using Quartz scheduler to schedule some batch jobs. It seemed to work fine but now while we were testing our application it appeared Quartz was showing some weird behaviour. I have scheduled 3 … Continue reading

Posted in Spring Framework | Tagged , | Comments Off on Weird Quartz scheduler behaviour

Scheduling with Spring and Quartz

Just a small post about something I noticed in Quartz. I wanted to offer the user a screen with functionality so they could (re)schedule a batch job which then would do all kinds of batch stuf. To schedule the job … Continue reading

Posted in Spring Framework | Tagged , | 7 Comments