Results 1 to 2 of 2

Thread: Where is the controller of the job-configuration in batchadmin source code

  1. #1

    Default 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.

  2. #2
    Join Date
    Sep 2008
    Location
    Chicagoland, IL
    Posts
    351

    Default

    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.
    Michael Minella
    Spring Batch Lead
    Author - Pro Spring Batch
    http://www.michaelminella.com
    Twitter: @MichaelMinella

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •