property « Resource « JSP-Servlet Q&A





1. How should I structure resource bundle property files which are used by jsps?    stackoverflow.com

I am currently working on converting an existing web application to support an additional language (namely Welsh). My proposed approach is to extract all displayed text into property files and then ...

2. How can I load .properties file located outside the application as resource bundle?    coderanch.com

How can I load .properties file located outside the application as resource bundle and use it in my JSPs? The idea is that the properties file is located somewhere outside of the WAR and can be anywhere in the file system. It is also not referenced in the classpath. The final design is to use JSTL tag in my JSPs, ...