Dear Gurus/Senior Members,
We have a requirement to trigger the batch jobs from a web application. In Spring batch article I found a reference to HTML Invoker. In this case I suppose the batch code should reside as part of the Web Container. Some of my batch jobs are designed to run in multi thread mode. Creating threads in JEE Container is not a good practice. Hence I'm searching for any other way to implement this requirement.
Could you gusy please suggest a better way to do it? Thanks.
Best regards,
Saravan.


Reply With Quote
