Re: Domain Model and Service Layer



"Robert Martin" <unclebob@xxxxxxxxxxxxxxxx> wrote in message
news:2007013017064116807-unclebob@xxxxxxxxxxxxxxxxxx

[snip]

Some simple dependencies rules might be helpful.
1. The entity layer has no external dependencies. It knows about itself
and nobody else.

2. The interface layers know about the entities, but not about the
controllers.

Don't you mean that the interface layers know only about the controllers and
not the entities? I thought the boundary classes call the controller
classes which access the entities.

--
And loving it,

qu0ll
______________________________________________
qu0llSixFour@xxxxxxxxx
(Replace the "SixFour" with numbers to email)


.



Relevant Pages

  • Re: Domain Model and Service Layer
    ... Don't you mean that the interface layers know only about the controllers ... I thought the boundary classes call the controller ... everyone as nobody is replying to those 2 offerings. ...
    (comp.object)
  • Re: Domain Model and Service Layer
    ... Don't you mean that the interface layers know only about the controllers ... I thought the boundary classes call the controller ... that it was poor form to have the boundary classes access the entity classes ...
    (comp.object)