[EMAIL PROTECTED] wrote:
On 10/18/05, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
I can't answer for Ted, but I consider *all* of MVC to be part of the view
tier. The Model is just the presentation layer's view of the business system.
It should be abstract and opaque and contain all of the business logic.
So the model is the enterprise system which the presentation
layer lies upon, or in other words the business components
interfaces and protocols (objects)?
Yes, and the Model can be DTOs and Business Delegates (a procedural
interface that separates data and code) or can be OO Business objects
exposed through interfaces (and which may, in turn, proxy via DTOs and
Business Delegates to a remote implementation).
I'm still not clear on how the entirety of MVC is the V, since that
seems to contradict itself and doesn't appear to jibe with how I'm
writing my apps, which have _very_ distinct MVC components. Even bits of
my C are cross-purposed.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]