<tld>.<company>.<project>.<module>.<layer>.<unit>:
<tld>.<company>.<project>.mail.presentation.action,
<tld>.<company>.<project>.mail.presentation.bean,
<tld>.<company>.<project>.mail.presentation.jsp,
<tld>.<company>.<project>.mail.business,
<tld>.<company>.<project>.mail.business.data,
<tld>.<company>.<project>.mail.persistence,
<tld>.<company>.<project>.mail.persistence.jdbc

and so on...
regards
Leon

On 6/4/06, Scott Van Wart <[EMAIL PROTECTED]> wrote:
How do you folks organize your package layout?  I went with
com.<company>.<project>.action, .form, .bean, .db, etc for action
classes, form beans, other beans, and database entities.  I have 32
action classes defined, so naturally things are getting a little
cluttered, and I'd prefer not to expand the package name any further.
I'm not even close to finishing the project either, so I expect a lot
more classes :).

- Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to