It looks like that
http://opensource.atlassian.com/projects/spring/browse/BATCH-170
Type: Posts; User: wangxp; Keyword(s):
It looks like that
http://opensource.atlassian.com/projects/spring/browse/BATCH-170
Here is my code snippet:
<bean id="demoJob" class="org.springframework.batch.core.configuration.JobConfiguration">
<property name="restartable" value="true"/>
<property name="steps">...
I use HibernateJobDao and HibernateStepDao to save or update the status of Job and Step. And I use SimpleAsyncTaskExecutor to process my business logic. E.g. I generate 5 threads to process my...
You can find a simple example in org.springframework.batch.sample.AbstractBatchLauncherTests.
Code less and config more. :)
And it is said the interface JobLauncher will be removed soon(...