Hi,

What is the best way to design my application? Is it better to

a) Put all my actions for a particluar area (i.e. creating, editing and
deleting user accounts) in one Action class

or

b) Use a seperate action class for every action in my application

or

c) Put all of the actions for a particular workflow in a single Action
class.

I am looking to have an application that is easy to maintain and flexible.
Suggestions/Advice would be most appreciated.

thanks

Jordan


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

Reply via email to