spring-projects / spring-batch

Spring Batch is a framework for writing batch applications using Java and Spring
http://projects.spring.io/spring-batch/
Apache License 2.0
2.61k stars 2.3k forks source link

Inclusion of a ResourceItemReader that will return resources (such as files in a directory) instead of records from a single resource. [BATCH-742] #2835

Closed spring-projects-issues closed 14 years ago

spring-projects-issues commented 15 years ago

Dino Marzi opened BATCH-742 and commented

This seems to be a common enough use case and would add flexibility to the framework without really changing the underlying patterns. The implementation may be trivial but it might as well be a part of the framework if there's enough demand for it.


Issue Links:

1 votes, 2 watchers

spring-projects-issues commented 14 years ago

Dave Syer commented

Done. See ResourcesItemReader.