Are there any plans to create a batch management web frontend?
I'm thinking that there are a bunch of common batch tasks that a spring-batch management console would be good for:
- Create/modify Job Schedule (would require a JVM based scheduler)
- Manual job kickoff (with parameters)
- view current jobs
- view job history
- halt executing job
- view status of a current job.
- view logs of a failed job
- etc.?
This would sure beat using the command line, allows a full end-to-end java solution, avoids scheduler->batch OS calls, and avoids needing a OS specific person on staff just for batch monitoring/maintenance


Reply With Quote

