I have an application which uses Spring Batch and Spring MVC. I am able to deploy Spring Batch Admin as a separate war and use it against the same DB my application uses, though I would like to integrate it into my own application, possibly modify some of the views as well.
Is there an easy way to do this or do I have to fork it and go from there?
There is an easy way apparently according to this thread;
Define a DispatcherServlet for Batch Admin in
web.xml:Add an override for resourceService in the root appContext:
Modify
standard.ftlin spring-batch-admin-resources-1.2.0-RELEASE.jar to reflect the URL:<#assign url><@spring.url relativeUrl="${servletPath}/resources/styles/main.css"/></#assign>