-
Dec 22nd, 2010, 02:20 PM
#1
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
-
Dec 25th, 2010, 12:22 AM
#2
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.
-
Dec 26th, 2010, 06:14 PM
#3
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.
-
Dec 27th, 2010, 05:30 PM
#4
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
-
Dec 27th, 2010, 11:33 PM
#5
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.
-
Dec 28th, 2010, 05:11 AM
#6
-
Jul 13th, 2011, 05:37 AM
#7
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
-
Forum Rules