Robert Taylor wrote the following on 9/17/2004 2:58 PM:
com.acme.applications.web.foo.account.action com.acme.applications.web.foo.account.service
Yea that was my option 2 I posted. I'm still debating about this one as well. I can see both approaches being decent:
com.acme.applications.web.foo.account.action com.acme.applications.web.foo.account.form
com.acme.applications.web.foo.service.action com.acme.applications.web.foo.service.form
OR:
com.acme.applications.web.foo.action.account com.acme.applications.web.foo.action.service
com.acme.applications.web.foo.form.account com.acme.applications.web.foo.form.service
I'm leaning towards the later approach since when I'm looking for something I usually know that I'm looking for a form or an action so I can then look to that top level and go down.
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]