Bonjour Scott-
I guess this follows the architectural specifications document published by
your company's Architect..
In my current development environment I follow leon's first line where layer
would be either be <Model,View,Controller>
+1
Martin --
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
----- Original Message -----
From: "Leon Rosenberg" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Sunday, June 04, 2006 6:23 AM
Subject: Re: Java class package organization
<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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]