Does this also count for the JSP's? It would seem that it would be better to
reuse the JSp's where possible which seems possible.

-----Original Message-----
From: David Graham [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 11 December 2002 7:27 PM
To: [EMAIL PROTECTED]
Subject: Re: Struts design: All actions in one ActionClass


Definitely b.  It will be far easier to maintain.  If you're worried about
having a lot of actions you can look at DispatchAction or using DynaBeans.

David






>From: "Jordan Thomas" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts-User" <[EMAIL PROTECTED]>
>Subject: Struts design: All actions in one ActionClass
>Date: Wed, 11 Dec 2002 19:05:36 +0100
>
>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]>


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail


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


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

Reply via email to