Misplaced Pages

Spring Batch

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Spring Batch" – news · newspapers · books · scholar · JSTOR (December 2020) (Learn how and when to remove this message)
The topic of this article may not meet Misplaced Pages's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Spring Batch" – news · newspapers · books · scholar · JSTOR (December 2020) (Learn how and when to remove this message)
(Learn how and when to remove this message)
Spring Batch
Developer(s)VMware
Stable release5.0.0 / November 24, 2022; 2 years ago (2022-11-24)
Preview release4.3.0.BUILD-SNAPSHOT / October 2, 2019; 5 years ago (2019-10-02)
Repositoryhttps://github.com/spring-projects/spring-batch
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, which are often found in modern enterprise systems. Spring Batch builds upon the POJO-based development approach of the Spring Framework.

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 through 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.

Spring Batch is part of the Spring Portfolio.

Spring Batch 1.0.0 was made available to the public in March 2008. Spring Batch 2.0.0 was released in April 2009.

Several books have been published on Spring Batch.

See also

Citations

  1. Spring Batch Homepage
  2. ^ Spring Batch User Guide
  3. ^ Deinum et al. 2014.
  4. Minella 2011.
  5. Gregory 2011. sfn error: no target: CITEREFGregory2011 (help)

References


Stub icon

This computer-library-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: