Results 1 to 3 of 3

Thread: Sample Application

  1. #1
    Join Date
    Oct 2008
    Posts
    3

    Smile Sample Application

    Hi dudes,

    i am new to spring batch framework

    can one send me one sample web application using spring batch framework


    Thanks&Regards,
    Ranjith.

  2. #2
    Join Date
    Oct 2008
    Location
    Santa Fe, Argentina
    Posts
    11

    Default

    I am new too in spring batch framework.

    Please, I also need a sample using spring batch framework.

    Thank you very much

  3. #3
    Join Date
    Jun 2005
    Posts
    4,241

    Default

    How you would use Spring Batch in a web application depends a bit on the specific use case. A typical use case would be to trigger a job execution through a web request, and the closest sample we have to that is the one driven from adhoc-job-launcher-context.xml in the samples project. It uses a TaskExecutor in the JobLauncher to prevent the call to run the job from blocking.

Posting Permissions

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