Results 1 to 3 of 3

Thread: How to share services between web app and Spring Batch app?

  1. #1

    Default How to share services between web app and Spring Batch app?

    Hi,

    We are considering use of Spring Batch for an application that consists of two parts: web application and batch processing. There are some services common to both. Batch jobs can be triggered by korn scripts.

    Web application will be a standard component. I think that both parts should run in separate JVMs. In that case, how to share services between these two applications? Exposing as a web service or an EJB - is that correct? Or is there a better way? I am very new to Spring Batch framework..

    Thanks

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

    Default

    What's wrong with just using a shared jar file?

  3. #3

    Default

    True. Did not think that way. Thank you so much.

Posting Permissions

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