0

What is the correct scope to store static locale specific properties in?

I am thinking about either storing it in the session or application scope to prevent loading the same static properties over and over again.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
IanWatson
  • 1,649
  • 2
  • 27
  • 49
  • 3
    What exactly are "static locale specific properties"? i18n/l10n bundles? For text content? If so, why not just making use of JSF builtin resource management facility? – BalusC May 10 '15 at 21:35
  • You should read [this](http://stackoverflow.com/questions/2668161/when-to-use-message-bundle-and-resource-bundle/2668602#2668602) – kolossus May 11 '15 at 02:13

0 Answers0