> From: Leon Rosenberg
> On 10/18/05, [EMAIL PROTECTED] 
> <[EMAIL PROTECTED]> wrote:
> > > -----Original Message-----
> > > From: Frank W. Zammetti
> >         [snip]
> > >
> > > Ted, this seems to be saying that you consider the Actions to be 
> > > part of the view... is that what you intended?
> >
> > 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)?
> 
> Right?

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).

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

Reply via email to