Ok maybe everybody knows how to do this, but I\'ve never try it beacause I\'ve never needed it so, how do you work with multiple referenced projects in eclipse? I have a cou
Projects Menu -> properties
Go to the Java Build Path.
There, you can either add the library directly or add another project into the build path of the current project.
You probably just need the necessary jar files and either include them with your WAR, or add them to your Application Server (many have different ways of doing this).
Another option is to bundle each WAR in one EAR file. This approach won't work on Tomcat, but will work on WebSphere, WebLogic ...