Results 1 to 2 of 2

Thread: Spring batch Struts integration

Threaded View

  1. #1
    Join Date
    Apr 2011
    Posts
    2

    Default Spring batch newbie question

    Hello,

    I am investigating using Spring Batch for a simple single threaded job that reads from a flat file and inserts records into a database. I want to trigger the spring batch job from an existing, struts based web app. My question is can I deploy the batch job as part of my existing struts app or does it need to be deployed as a completely separate application? Can I trigger the job via an http request from a struts action?

    Thanks!
    Frank
    Last edited by frank12345; Apr 27th, 2011 at 09:22 AM.

Posting Permissions

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