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?
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
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.