--- Skip Hollowell <[EMAIL PROTECTED]> wrote:
> My question lies in how do you scale this for 10
> actions?  20?  50?

Typically (well... in my little world, anyway...) the
bulk of functionality is wrapped up in service objects
which are used all over the place, including
stand-alone apps etc.

> LoginAction extenbs LogonActionSupport
> LogonActionSupport extends ActionSupport (or do we
> skip this second layer, and have it extend 
> Preparable?) ActionSupport extends Preparable, etc

I'm not sure what you mean here. In general I have an
action per URL or group of URLs dealing with the same
thing. This action will use injected services and/or
DAOs depending on how things fit together the best.

> Testing and jUnit test cases look like they may take
> as long as the dev itself, but it's gotta be done.

Testing usually takes longer, in my experience.

d.



       
____________________________________________________________________________________You
 snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_html.html

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

Reply via email to