I wrote previously about scheduling a Spring Batch application from Oddjob. Here I’ll demonstrate how to pass the scheduled date, as a parameter, from Oddjob to Spring Batch.
Continue reading
Category Archives: Spring Batch
Scheduling Spring Batch with Oddjob
‘Spring Batch is not a scheduling framework… It is intended to work in conjunction with a scheduler, not replace a scheduler’ – That’s what the Spring Batch manual says. But as luck would have it, Oddjob is a scheduler, and it can work in conjunction with Spring Batch very very easily.
Continue reading
Fun Getting Started with Spring Batch
I’ve been working through the Spring Batch Getting Started page using the SpringSource Toool Suite (STS). Here’s a brief summary of some of the ‘fun’ I had ‘Getting Started’.
Continue reading