SpringBatch,作为一个 Spring 组件,提供了通过使用 Spring 的 依赖注入(dependency injection) 来处理批处理的条件。
SpringSource 发布了 Spring Batch 2.2.0.M1,该里程碑包含大约 50 个 bug 修复和 50 个新特性,值得关注的有:
Updates to the archetype. It is now useful (pipes a file to a database by default) and provides packaging/execute scripts out of the box.
Added the ability to provide your own Serializer implementation for use with the job repository.
Added a new AmqpItemReader and AmqpItemWriter.
Added @Configuration support to allow for java based configuration of jobs and steps
项目主页:http://static.springsource.org/spring-framework/docs/3.2.0.RELEASE_to_3.2.1.RELEASE/
下载地址:http://static.springsource.org/downloads/nightly/milestone-download.php?project=BATCH
来自:开源中国社区

