I have several message bundle files (eg. messages.properties, messages_de.properties, ...) and I need to edit those files dynamically in runtime (without restart app server).
For example, I would have html form which will load each file (select box), show properties to the user and user will have ability to change property's value.
I use java 1.6 with jboss 5.1.
Is there any service in jboss which I can use?
Thanks.
