> -----Original Message-----
> From: Dave Newton
> I'm still not clear on how the entirety of MVC is the V

It's not.  MVC is a View Tier pattern, though.  Within the pattern it
separates the Model, an abstraction of the business logic, the View,
which displays a representation of the Model, and the Controller, which
translates user input into requests to the Model.  The point is to bring
clarity to the Presentation Layer.  See
http://idiacomputing.com/moin/LayeredArchitecture#head-386ccace28b9d5122
1f9ed6fe4dc1c59581ef0b5

Many people learning MVC for the first time mistake this presentation
layer pattern for an architecture of an entire application.

 - George

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

Reply via email to