On Monday 23 February 2004 12:16, Navjot Singh wrote:

No. MVC2 is a Pattern (or to to be more precise: an
idiom) among others that tells you how to organize
things best on different architectural layers.
Considering the Web tier, Struts is about the
practical implementation of that Pattern in form
of an Action Servlet serving the Controller task,
several Views usually made of JSPs plus the
Model, which Struts does not provide itself,
but means to interface it via Actions instead.
That given, the internal changes in the Struts
design that came with 1.1 didn't affect the
general MVC picture. As won't 1.2.

HTH,
-- Chris

> Hi,
>
> To the people who care about minute differences in the architecture.
> My question is
> "Is there any difference between Struts 1.0 and 1.1 in terms of MVC?"
>
> TIA
> Navjot
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to