Can I load a resource bundle dynamically? Can I edit a resource bundle dynamically?
It would be best if I can have such a logical resource bundle (i.e. located in context not as physical file).
Can I load a resource bundle dynamically? Can I edit a resource bundle dynamically?
It would be best if I can have such a logical resource bundle (i.e. located in context not as physical file).
Would you be able to override the ListResourceBundle? It provides an extension point for adding in your own
Object[][]
of resource key pairs.From the javadoc:
This example returns a hard coded listing but you can modify that to return whatever you want from a database or anything else.