Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Spring Batch Admin available: feedback welcome

  1. #11
    Join Date
    Mar 2011
    Location
    Sfax
    Posts
    8

    Default Is there a French version of spring batch admin ?

    I want a copy of Spring Batch Admin French Language. If it's not exist, I need the Source code to develop my own copy in French. It is possible or not?
    thanks
    =)

  2. #12
    Join Date
    May 2011
    Posts
    6

    Default

    Hi Dave, Spring Admin Batch is pretty awesome.

    The problem I have is that we already have and admin application that management wants to use. I was wondering how did you implemented the functionality for relaunching and launching new jobs. Did you achieved this by simple updating the DB? Is anything else involved? Can you point me to some code examples...

    Thank you in advance.

  3. #13
    Join Date
    May 2011
    Posts
    3

    Default

    Hi,
    I am new to spring batch Admin. I have a query regarding the input parameters for running a job in Batch Admin. Why these required??

  4. #14

    Default

    i was fiddling around with batch-admin to hook up to my existing batch database but could not get the view rendered.
    mentioned in this problem
    any clues ?

  5. #15
    Join Date
    Jun 2005
    Posts
    4,232

    Default

    Quote Originally Posted by psiquetp View Post
    I was wondering how did you implemented the functionality for relaunching and launching new jobs. Did you achieved this by simple updating the DB? Is anything else involved?
    You should be able to use the JobService in your own application.

  6. #16
    Join Date
    Jun 2005
    Posts
    4,232

    Default

    Quote Originally Posted by sorabh View Post
    I have a query regarding the input parameters for running a job in Batch Admin. Why these required??
    JobParameters are not required technically, but they are usually required for business reasons (e.g. to locate in input file or something).

Posting Permissions

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