-
Dec 29th, 2012, 12:16 AM
#1
Where is the controller of the job-configuration in batchadmin source code
Hi,
I was studying the source code of Spring Batch Admin at Github.
I got a bit confused over where is the controller for uploading the jobconfiguration file located?
src\main\resources\org\springframework\batch\admin \web\manager\files\html\configuration.ftl
contains
<#assign url><@spring.url relativeUrl="${servletPath}/job-configuration"/></#assign>
so where is the controller for the URI job-configuration?
Please help.
Thanks.
-
Jan 2nd, 2013, 10:05 AM
#2
You can find the configuration for that URL in the integration-context.xml file in the spring-batch-admin-manager project. It's located at src/main/resource/META-INF/spring/batch/servlet/manager/integration-context.xml. We're actually using integration channels to handle the inbound files.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules