Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems.
Spring Batch provides reusable functions that are essential :
1) processing large volumes of records
2) including logging/tracing
3) transaction management
4) job processing statistics
5) job restart
6) skip
7) Resource management.
Example :
Spring Batch base components reflect the commonly used batch domain language such as jobs, steps etc.. The jobs defined in the applications
No comments:
Post a Comment