data « Batch « Spring Q&A





1. Best approach to pass data between ItemProcessors in spring batch?    stackoverflow.com

I need to pass data related to processing an item in between item processors, I don't need to persist the data, what is the best approach (Note I'm currently using StepSynchronizationManager ...

2. share meta data in spring batch    forum.springsource.org

share meta data in spring batch hi all, i'm writing a spring batch application which read from a file then process data and finally write it to a database. when writing ...

3. batch extracting same data    forum.springsource.org

batch extracting same data hi, i have a batch that extracts data from a database then write it to a database. But it seems that it's reeating the operation and extracting ...

4. spring batch and persisting data    forum.springsource.org

spring batch and persisting data Hi Friends, In my application, I am processing JMS message as it arrives to queue and hand it over to processor, which basically transform it and ...

5. How to keep Spring Batch Meta-Data after each run?    forum.springsource.org

Hi I am using version 1.1.2 and I noticed that after each run Spring Batch drops meta data tables. I want to keep that data because we want to run different ...