Daily Archives: January 13, 2012

Comment on Compiler aware internationalization (I18N) with Java ResourceBundle by Yann Cébron

January 13, 2012
By

Interesting solution. A more tools-driven approach could be using Annotations as IntelliJ IDEA does: http://www.jetbrains.com/idea/training/demos/i18n.html

Read more »

Comment on Compiler aware internationalization (I18N) with Java ResourceBundle by OutOfMemoryError Java

January 13, 2012
By

worth applying, compiler time check is much better than looking at NullPointer or empty string on runtime.

Read more »

Tags