Results 1 to 2 of 2

Thread: Batch Implementation

  1. #1
    Join Date
    Dec 2006
    Location
    Jakarta
    Posts
    45

    Default Batch Implementation

    I just curious how to implement spring-batch.
    what is the best practice between
    running the batch inside the container / batch will run as standalone application?
    Isyak Melton
    Senior IT Consultant

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

    Default

    All the samples are standalone applications, but that doesn't mean you can't run in an AppServer (of that's what you mean by "container"). Spring Batch does not depend on any particular execution environment.

Posting Permissions

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