Results 1 to 7 of 7

Thread: Spring Batch Parallel Sample

  1. #1

    Default Spring Batch Parallel Sample

    Hi,
    i ' m looking for a spring batch Parallel sample.
    in the official doc is mentionned that they have made an sample
    using Parallel flow. (http://static.springsource.org/sprin...les/index.html)

    so looking in the source code both spring-batch-2.1.5.RELEASE-no-dependencies and spring-framework-3.0.5.RELEASE-with-docs.zip i found nothing.

    What i need is a sample using spring xml configuration based on the new name space of batch : http://www.springframework.org/schema/batch.



    Thx in advance

  2. #2
    Join Date
    Jan 2009
    Posts
    8

    Default Spring Batch 2.1.5 samples

    Hi..

    Have you found samples for Spring Batch v2.1.5 ?

    I couldn't setup the same. Can you guide me what to download to get ride of the samples?

    Thanks in advance.

  3. #3

    Default

    sorry i didn't find the sample PARALLEL in any spring source project.

    i am developping a sample , when i got it finished i am going to send it to you.

  4. #4

    Default

    Finally , i found samples of parallel job in
    spring-batch-2.1.5.RELEASE-no-dependencies.jar

    so the best way to see all samples is looking in test package :
    \spring-batch-2.1.5.RELEASE\samples\spring-batch-samples\src\test\java\org\springframework\batch\sa mple

    here we are going to find all test spring batch features

    good luky

  5. #5
    Join Date
    Jan 2009
    Posts
    8

    Default Link to download spring-batch-2.1.5.RELEASE-no-dependencies.jar

    Can you provide URL to download spring-batch-2.1.5.RELEASE-no-dependencies.jar. I couldn't find it.

  6. #6

  7. #7
    Join Date
    Dec 2009
    Location
    Pune,India
    Posts
    60

    Default

    i think people are confused because they are looking for folder called parallel some sample has folder of sample name like football , trade

    but some jobs are single file

    for parallel sample look at the parallelJob.xml



    spring-batch-2.1.8.RELEASE-no-dependencies\spring-batch-2.1.8.RELEASE\samples\spring-batch-samples\src\main\resources\jobs\parallelJob.xml

    and from this XML trace down the jobs. there is ParallelJobFunctionalTests.java
    but there is no separate folder for this (parallel) sample

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •