Grid « Batch « Spring Q&A





1. Grid Size in Spring batch    stackoverflow.com

I have batch job which reads data from bulk files, process it and insert in DB. I'm using spring's partitioning features using the default partition handler.

    <bean class="org.spr...TaskExecutorPartitionHandler">
  ...

2. Grid Size in Spring batch partition Handler    forum.springsource.org

Hi, I have batch job which reads data from bulk files, process it and insert in DB. I'm using spring's partitioning features to read and process using the default partition handler. ...

3. How to integrate with Sprint Batch Integration or other Grid Computing technologies    forum.springsource.org

How to integrate with Sprint Batch Integration or other Grid Computing technologies Hello Gurus/Senior Members, My requirement is to process millions of records. Each of the record involves some complex processes ...

4. Spring Batch vs IBM Compute Grid    coderanch.com