I am currently breaking down our use-cases into
different sub use-cases and mapping them every one of
them to a single Action class. In some scenarios, its
better to group related methods into a single
DispatchAction class but sometimes it is logically
plausible to consider a single method to be part of a
separate Action class.
Is there any difference in performance when deciding
to use DispatchAction class over Action class?
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]