Is it possible to store web content (such as JSPs, HTML, images, CSS etc) in a JAR file?
I\'ve been looking at various options at modularising our web applications and t
A tag file is like a JSP fragment that can be placed in a jar. Using tag files, could help you, but I have never tried to use images, CSS, etc. in a jar.