-
Couldn't load subscription status.
- Fork 76
Readers
langmi edited this page Sep 11, 2011
·
8 revisions
Some examples for Spring Batch item readers.
this page is not finalized yet, stay tuned
Already implemented are reader examples for:
- .tar/.tar.gz/.tar.bz2/.zip/.jar/.war/.ear files - uses a heavily customized MultiResourceItemReader
- .gzip files - uses a custom GzipBufferedReaderFactory, inspired by Sabarish Sasidharan (Sab)
- simultaneously reading multiple files and creating one (joined) item of all read items (see 'composite' package)
- lists - simple examples using Spring Batch ListItemReader and IteratorItemReader
- flatfiles - simple example working with FlatFileItemReader
For general Maven, Spring and Database setup see the project setup wiki page.