Hey, I 'm thinking about the appropriate project structure for a coming multi module web application project. I would like to have it separated something like that:
root-application webapp module1-web module1 module2-web module2 The root-application is the root-project (Surprise!!!), the webapp contains any web application wide source files, like the web.xml for example. Most of the source files are contained by the module projects. Any module has a web-project and the module project itself. Now I would like to have the webapp source files of the modules' web projects copied into the single destination WAR. Is there something like a "best practice"? What kind of packaging do I have to choose for the module-web projects? Thanks, Stephan
