This is my use case:
- I receive job demands through a WebService, and have to run a business job passing some input data coming from the WebService request.
Notes that I can run the same job many times or in parallel, depending on jobs demand I receive.
It is a spring batch scenario? I think so,
And can some body give me the spring xml config skeleton, it will help to have a concrete view of the implementation.
Thanks.

