On 11/1/05, Wolfgang Gehner <[EMAIL PROTECTED]> wrote:
> I maintain that the new RequestProcessor and COR is not classic, but
> new. And that COR should be highlighted as such, new.

I wouldn't agree with this, if you look at Struts evolution....

* In Struts 1.0 all the "request processing" was in methods in ActionServlet.
* Struts 1.1 introduced the "RequestProcessor" with logic be
refactored out of ActionServlet.
* Struts 1.3 introduces the CoR flavour "RequestProcessor" with
RequestProcessor logic being refactored out into Commands

...although these changes were new/important/good at the end of the
day they all support the same "request processing" logic with the new
refactorings allowing the "classic" struts processing to be more
easily pluggable/configurable. IMO they are all Struts classic.

Niall

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

Reply via email to