This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Messages bundle best practices Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Messages bundle best practices" Watch "Messages bundle best practices" New topic
Author

Messages bundle best practices

Manuel Reyes
Greenhorn

Joined: Jul 07, 2009
Posts: 1
Hello, there

I have this JSF application, using Facelets and Tomahawk with several documents which are making a significant amount of properties created into the messages bundle properties file.

I know there are some possibilities available like to distribute the properties into several property files or using naming conventions for the properties but I want to know what are the main guide lines to follow or some patterns I can use, in order to use these implementations with much more effectiveness, I mean, in this particular case, what are the best practices to follow or tools available in order to properly handle this amount of details in the resource bundle?


Thanks in advance



 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Messages bundle best practices
 
Similar Threads
File naming convention for i18n Internationalization
advanced SWT sample code
Can I use include file in resource bundle properties file?
Best Practice for @BypassInterceters
Custom ResourceBundle class?...