Hi,
I am working on a project where we have to develop around 20 batch application. We decided to use spring batch framework for that. Most of this app needs to be run on schedule ie. once a day, once a week on every monday something like this. I cameacross the spring batch admin web console and saw that it can be used to manage this application. I have few question around this application and how it can be used to manage this batch applications
Does spring batch admin allow to change schedule for individual job?
How can spring batch admin pick up the new spring batch application?
-- I believe each spring batch app needs to be packaged as jar and it should have config file in proper location and just drop this new jar inside batch admin lib folder and restart the server. Please clarify this , if i misunderstood the spring batch admin docs.
How can I change the configuration of individual job?
I will really appreciate if somebody answer these questions.
Thanks


Reply With Quote
