Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: Spring Batch Admin 1.2.0.RELEASE Available

  1. #11
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    The source code is on github (and in the distribution): http://github.com/SpringSource/spring-batch-admin. Many, but not all, strings are externalized to a MessageSource already, as indicated in the user guide. You will need to override some of the layouts to get a completely French version. If you are going to externalize everything we'd like to see the result contributed back to the project (optional of course).

  2. #12
    Join Date
    Mar 2011
    Location
    Sfax
    Posts
    8

    Default Layout Code Ource

    I don't find the source code of the template (layout) to change it.
    Where can I find it ?
    thanks for your help.
    =)

  3. #13
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    The existing templates are in the spring-batch-admin-*.jar files (org/springframework/batch/admin/**/*.ftl). You don't have to modify the jar files: just override the view definitions. More detail here: http://static.springsource.org/sprin...tending_the_UI.

  4. #14
    Join Date
    Mar 2011
    Location
    Sfax
    Posts
    8

    Lightbulb choose a language ! ! !

    Thanks for your help.
    I have now two versions (two WAR PROJECT) of SPRING BATCH ADMIN. I want to do in the next step a scrolling list to make possible to choose the language. So when choosing French, the French version of SPRIN GBATCH ADMIN runs and similarly for English's version.
    How wan I do that ?

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

    Default

    If I were you I would go with a single WAR and standard MessageSource configuration in the Spring context (means you have to externalize all the strings in the ftl templates).

  6. #16
    Join Date
    Mar 2011
    Location
    Sfax
    Posts
    8

    Question re

    I don't understand.
    Can you explain more ?

  7. #17
    Join Date
    Mar 2011
    Location
    Sfax
    Posts
    8

    Lightbulb

    Should I create two file proprties ( html-resources-fr.properties and html-resources-en.properties?) ?

  8. #18
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    Just google Spring MessageSource. It's a standard feature in Spring MVC.

  9. #19
    Join Date
    Mar 2011
    Location
    Sfax
    Posts
    8

    Default Re

    Hello,
    Thank you for your help
    =)

  10. #20

    Default transaction management in Spring batch frame work

    hello

    is it possible to make transaction management (some business rules are inside the transaction) so is it possible the Transaction handling in the spring batch frame work. plz suggest me .

    thx
    KK

Posting Permissions

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