Search:

Type: Posts; User: wangxp; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,703

    It looks like that ...

    It looks like that

    http://opensource.atlassian.com/projects/spring/browse/BATCH-170
  2. Replies
    2
    Views
    1,703

    Here is my code snippet:

    Here is my code snippet:



    <bean id="demoJob" class="org.springframework.batch.core.configuration.JobConfiguration">
    <property name="restartable" value="true"/>
    <property name="steps">...
  3. Replies
    2
    Views
    1,703

    Multi-Thread Exception

    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...
  4. Replies
    7
    Views
    2,899

    You can find a simple example in ...

    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(...
Results 1 to 4 of 4