-
Mar 21st, 2011, 10:39 AM
#11
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).
-
Mar 22nd, 2011, 03:49 AM
#12
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.
=)
-
Mar 22nd, 2011, 04:27 AM
#13
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.
-
Mar 28th, 2011, 08:45 AM
#14
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 ?
-
Mar 28th, 2011, 09:04 AM
#15
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).
-
Mar 28th, 2011, 09:30 AM
#16
re
I don't understand.
Can you explain more ?
-
Mar 28th, 2011, 10:20 AM
#17
Should I create two file proprties ( html-resources-fr.properties and html-resources-en.properties?) ?
-
Mar 30th, 2011, 03:19 AM
#18
Just google Spring MessageSource. It's a standard feature in Spring MVC.
-
Apr 13th, 2011, 06:00 AM
#19
Re
Hello,
Thank you for your help
=)
-
Apr 26th, 2011, 09:32 AM
#20
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
-
Forum Rules