views:

95

answers:

0

Hi, I'm currently developing a project in eclipse (3.5.1) where I'm using gwt for my UI and for the client-server communication.
Currently I have two java projects which I need in my GWT project.
A DAL project which is a required project in my second java project (Common) and is marked to be exported (Order and Export) and a Common project which is a required project to my GWT project.
What I want is to have the ability to keep all my files and jars out of the war folder required for output by the gwt (and I believe by eclipse also for plain old web projects) including the web.xml file and to have an automatic tool (preferably in eclipse) that will copy all the required jars,web.xml and compiled classes from the required projects to the war folder.

Thanks for any suggestion and if I'm unclear or there are questions please don't hesitate Ittai