I've seen the abbreviation MVC on a lot of places, but shouldn't it be

CMV

for Controller / Model / View

where Controller receives a request, handles it using model and displays it
using view....?

Not important to me, just wondered... =)


//Johan
----- Original Message -----
From: "Fyffe Carl" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Friday, January 05, 2001 9:07 AM
Subject: JSP vs Servlet


> I went to jollem.com and read the CMP Primer.  Good read.  But it got me
> thinking about a topic that concerns most people that are in large
> development groups.  Seperation of code and html.  Proper MVC calls for
the
> code to be in the controller while there is little code in the view
portion
> of the application.  This allows the designers to design and the coders to
> code.
>
> Were the rules broken for convience or has a new methodology taken over?
It
> seems to me that the CMP Primer would have been easier to read and
> understand if MVC had been used.
>
> This one short coming can easily overlooked to find a gem of an article.
> Are there other primers of jollem.com's caliber?  What are some useful
URL's
> that you guys used to get started.
>
> --Carl
>


Reply via email to