I want to integrate spring batch admin into my existing maven project. Also i want that only one war file should generate that of my existing maven project
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@Rajeev Ranjan
The Spring batch admin web UI is a reference implementation. Most of it is customizable and is externalized from code into XML files and UI templates.
See https://github.com/regunathb/Trooper/tree/master/batch-core/src/main/resources/WEB-INF for an example of how I have embedded it into my own application. Screen shots from this are available here : https://github.com/regunathb/Trooper/wiki/Trooper-Batch-Web-Console