Training Spring Batch: Presenter Name: Nguyen Le Ngoc Ha Presentation Date: 30/10/2014
Training Spring Batch: Presenter Name: Nguyen Le Ngoc Ha Presentation Date: 30/10/2014
Training Spring Batch: Presenter Name: Nguyen Le Ngoc Ha Presentation Date: 30/10/2014
BATCH
Presenter Name: Nguyen Le Ngoc Ha
Presentation Date: 30/10/2014
Scheduler
The Scheduler provides scheduling
functionality.
Schedule job execution based on
time or events.
Tasklet
In Spring batch, the Tasklet is an
interface.
Which will be called to perform a
single task only, like clean or set up
resources before or after any step
execution.
Start-Stop Job