I have my persistence code in a separate project from my web project, and I have that persistence project set up as a required project for my web project.
My question is how to have MyEclipseIDE automatically include the classes that belong to the other required project in the WEB-INF/classes directory when it deploys my web application. Is there a way to set up MyEclipseIDE to take care of this automatically?