Jump to content

Spring Batch

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 142.195.25.128 (talk) at 20:22, 8 December 2017 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Spring Batch
Developer(s)Pivotal
Stable release
3.0.8/July 17, 2017 (2017-07-17)
Written inJava
Operating systemCross-platform
PlatformJava Virtual Machine
TypeApplication framework
LicenseApache License 2.0
Websitehttp://docs.spring.io/spring-batch/

Spring Batch is an open source framework for batch processing. It is a lightweight, comprehensive solution designed to enable the development of robust batch applications,[1] which are often found in modern enterprise systems. Spring Batch builds upon the POJO-based development approach of the Spring Framework.[2]

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 advanced technical services and features that will enable extremely high-volume and high performance batch jobs though optimization and partitioning techniques.[2] Simple as well as complex, high-volume batch jobs can leverage the framework in a highly scalable manner to process significant volumes of information.[2]

Spring Batch is part of the Spring Portfolio.

Schema

A diagrammatic representation can be found here. [1]

See also

Notes