I have a very complex web project developed using Java 6, Struts 1.1 and deployed in a Tomcat 6 server. (Eclipse as IDE)
Now, I have the need to start developing more functions, but I want to start this in new modules, independent from the big project, so this module can be deployed separately, and also, this will help me to manage more developers working in parallel.
I know how to do this, if the module only have logic, I can make a new project and export as a jar? but in this case, I´ll have JSP pages too.. any ideas?