Spring Batch 2.2.0.RELEASE is now available
We are pleased to announce that Spring Batch 2.2.0.RELEASE is now available via Maven Central, Github and the SpringSource download repository.
Spring Batch Home | Source on GitHub | Reference Documentation
Support for Spring Data
Spring Data is a collection of projects intended to make it easier to develop Spring-powered applications that use new data access technologies such as non-relational (NoSQL) databases. Based on a model of exposing Repository objects, Spring Data allows applications to access data in a simple and consistent way across many new platforms. Spring Batch 2.2.0.RELEASE provides ItemReader
implementations for Neo4J and MongoDB as well as ItemWriter
impelementaions for Neo4J, MongoDB and Gemfire. We also have created a RepositoryItemReader
and RepositoryItemWriter
…