Peter Horlock wrote:
resources are only for non-Java files visible to the classloader.
Can you give an example for a suitable file? What about xml, xsd files for
example?
your "web" resources should always be unter src/main/webapp!
What about language property files?
under src/main/webapp/WEB-INF/classes
or resources/?
Any file is suitable if it was to be visible to the WebAppClassLoader.
Examples:
.properties
or other files accessed with #getServletContext().getResourceAsStream()
Files with have to available to the Browser. should always be in
src/main/webapp.
This is a good example:
http://jamwiki.svn.sourceforge.net/viewvc/jamwiki/wiki/trunk/jamwiki-war/src/main/
Mike
--
<NO> OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]