I'm kind of new to JSP, and am working on putting together a framework wherein I include common elements of a page (title bar, menu, etc.) in a single WAR file and then attach those elements to my content pages that belong to another WAR file.
Created May 7, 2012
Bob Lee A war is supposed to represent a standalone web application. All of the files necesary for your application should be in the same war.