[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: J2EE JSP/Servlet Project Source Repository Layout

From: Craig Demyanovich <demmer12_at_fastmail.us>
Date: 2005-02-07 20:48:30 CET

Greetings Eric,

How to best organize a J2EE web project is certainly debatable. Not
having done such work, I have no J2EE-specific recommendations.
Although, for most of my work, I've used a project layout similar to the
ones used in the Pragmatic series of books
(http://www.pragmaticbookshelf.com). Whatever layout you use for your
project, though, meld it like this with the repository structure
recommended in the Subversion book:

<j2ee-web-project-name>
    branches
    tags
    trunk
        <best-practice-j2ee-web-project-layout-goes-here>

For example:

erics_cool_web_app
    branches
    tags
    trunk
        build.xml
        docs
        ...

So far, this approach has worked well for me.

Good luck,
Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 7 20:50:45 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.