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).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.