Tag: i18n
Reload resource bundles on the fly, finally!
by ricardoz on May.13, 2009, under Tips
Ever since the very first time I used a properties file in Java I’ve wanted to be able to reload it upon a sysadmin request or some other circumstance without having to reload the whole application, reset the application server or use some dark proprietary Sun APIs. Well, finally in Java 1.6 we can do it!!
(continue reading…)