I am currently working on the internationalization portion of a large
project. I am planning on storing resources and resource bundles in a
database as opposed to using *.properties files. What are the respective
advantages of using properties files or a database to store locale
information.
The
Im completely new to JSP (within the last week) but have you tried using a
directive include instead of an action include.
i.e.: <%@ include file="filename" %> (which is done at compilation time
instead of request processing time.) instead of (which is done at request processing time)
Just read