Re: Directory Structure for building multiple webapps for one project
Posted By:
Erik_Hatcher
Posted On:
Monday, April 14, 2003 12:29 PM
You're on the right track. We do this very thing on a project I'm working on with a "user" webapp and an "admin" webapp that share a lot of common code. We split the src, web, and other directory trees into common, user, and admin subdirectories and fold it all together with a single build into an EAR file with both webapps embedded.