Results 1 to 2 of 2

Thread: Running Mutiple Job in Spring Batch by using Quartz scheduler

  1. #1
    Join Date
    Feb 2011
    Posts
    4

    Default Running Mutiple Job in Spring Batch by using Quartz scheduler

    Hi,

    I am new to the spring batch application.In my application am trying to schedule multiple jobs using quartz scheduler from the webspere. I have gone into multiple site but didn't get a right information. Can anyone help with the right information how to acheive this requirement or provide some useful links about this requirement.

    Thanks
    Pandiyan

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    Spring 3.0 has support for scheduling natively (http://blog.springsource.com/2010/01...in-spring-3-0/) so you could just use that. If you have an older version of Spring or you really need to use Quartz then you can easily achieve the same thing. There used to be a quartz sample in Spring Batch, if you go back to 2.0 or 1.1. Maybe that would be a useful starting point?

Posting Permissions

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