Results 1 to 2 of 2

Thread: Can I use Spring Batch over http/https?

  1. #1
    Join Date
    May 2008
    Posts
    10

    Default Can I use Spring Batch over http/https?

    If so, can somebody point me to relevenat docs?

    Thanks,
    Scott

  2. #2
    Join Date
    Dec 2006
    Posts
    1,061

    Default

    It's really not very different from launching it from the command line. You just need to load up the appropriate ApplicationContext, get the JobLauncher and Job from it (which could also be in two contexts if you wanted) and then call start (with any relevant parameters). We unfortunately don't have a sample job for this right now, but there have been 2 or 3 posts on this forum that already have some detailed examples. (don't have time right now to look for them though, if I find them later I'll add another reply)

Posting Permissions

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