Dependency « Batch « Spring Q&A





1. Dependency tree from spring batch configuration    stackoverflow.com

Having a spring job definition:

<job id="footballJob">
    <!-- Step bean details ommitted for clarity -->
    <step id="playerload" next="gameLoad"/>
    <step id="gameLoad" next="playerSummarization"/>
   ...

2. Ivy dependency for Spring Batch 2, and lack of v2 in Enterprise repository    forum.springsource.org

Ivy dependency for Spring Batch 2, and lack of v2 in Enterprise repository Is there an Ivy dependency for Spring Batch 2 that I can use ? The SpringSource Enterprise Bundle ...

3. Question on many to one and one to many dependency setup in Spring Batch 2.0    forum.springsource.org

Hi All I would to know if will be able to this in Spring Batch v 2.0 1. Establish a dependency for step C based on Step A and/or Step B. ...

4. Spring Batch 2.x Dependencies    forum.springsource.org

I saw in the link: http://static.springsource.org/sprin...ighlights.html that Spring Batch 2.0 will target for Spring 3.0 My application is using spring 2.5.6 and will not upgrade to spring 3.0 in near future. ...