Spring Batch
Started as a joint development project between Accenture and SpringSource, Spring Batch solves a problem long ignored by Java... batch processing. 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 builds upon the productivity, POJO-based development approach, and general ease of use capabilities people have come to know from the Spring Framework, while making it easy for developers to access and leverage more advance enterprise services when necessary.
Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing, transaction management, job processing statistics, job restart, skip, and resource management. It also provides more advance technical services and features that will enable extremely high-volume and high performance batch jobs though optimization and partitioning techniques. Simple as well as complex, high-volume batch jobs can leverage the framework in a highly scalable manner to process significant volumes of information.
Current GA Version: N/A
Latest Version: Spring Batch 1.0 M2
Spring Batch is licensed under the Apache Software License, Version 2.0.
Spring Batch Links
Spring Batch News Articles
Spring Batch Blogs