# spring-batch-integration-sample **Repository Path**: mirrors_gspandy/spring-batch-integration-sample ## Basic Information - **Project Name**: spring-batch-integration-sample - **Description**: Sample for the Spring Batch Integration project - see: https://github.com/SpringSource/spring-batch-admin/tree/master/spring-batch-integration - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Spring Batch Integration Samples ================================ [![Build Status](https://travis-ci.org/ghillert/spring-batch-integration-sample.svg)](https://travis-ci.org/ghillert/spring-batch-integration-sample) This project contains samples for the [Spring Batch Integration][] module. [Spring Batch Integration]: https://github.com/spring-projects/spring-batch/tree/master/spring-batch-integration The samples are based on the sample originally created for the book [Spring Integration in Action](http://www.amazon.com/Spring-Integration-Action-Mark-Fisher/dp/1935182439/). You can find that sample at: * https://github.com/spring-projects/Spring-Integration-in-Action/tree/master/siia-examples/batch ## Objective This sample uses **Spring Batch Integration** to more easily use *Spring Batch* and *Spring Integration* together. The application will poll a directory for a file that contains 27 payment records. *Spring Batch* will subsequently process those payments. If an error occurs the Job is resubmitted. ## Provided Samples In order to illustrate the various concurrent processing techniques, we provide the following samples: * Batch Integration - Payment Import * Batch Integration - Payment Import using Concurrent Step * Batch Integration - Payment Import using Async Processor and Writer - without Spring Integration - with Spring Integration * Batch Integration - Payment Import with Remote Chunking