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
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 ...