• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Messages bundle best practices

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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



reply
    Bookmark Topic Watch Topic
  • New Topic