On 2/20/06, Paul Benedict <[EMAIL PROTECTED]> wrote:
>
> >>This is what I meant when I said earlier (in this thread) that I don't
> have any Action classes
> in my 1.3 app. I don't need 'em any more, even just to invoke a chain.
>
> If this is the future direction of Struts, then it's pretty foolhardy to
> call it the "action
> framework"? Call it the chain framework, but that sounds pretty lousy ;-)


As Joe has explained, the Action in Struts Action Framework does not relate
to the way the framework is implemented, but to the way in which it is
designed.

Paul, I would really recommend that you spend some time in the mailing list
archives. Virtually all of the points you've been bringing up recently were
discussed to death on the list several months ago, so you'll find lots of
explanatory material in there.

--
Martin Cooper


And this goes back to the heart of my problem with Struts 1.3 vs. WebWork
> vs. Struts 2.0. You want
> to be able to plug into the request processor, which is a CoR pattern, but
> not directly connect
> the request processor to business logic. If you want to do chains for your
> business logic, they
> should begin in an action.
>
> I think the whole <action chain=""> is good since you can customize the
> end of the request
> processor, so to speak, but I believe an action MUST be mandatory. It
> should be bad programming
> practice not to have an Action which is the end point of each request --
> or it is NOT the action
> framework anymore. Call it the "historical action framework" or the "chain
> framework" to match the
> visionaries of the framework. You guys are the commiters, so if you are
> not going to use actions,
> then the name does not represent the intentions of the thought leaders of
> this project, and the
> product's final destination.
>
> Paul
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to