Re: Domain Model and Service Layer
- From: "qu0ll" <qu0llSixFour@xxxxxxxxx>
- Date: Wed, 31 Jan 2007 23:43:12 +1100
"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)
.
- References:
- Domain Model and Service Layer
- From: mikeon
- Re: Domain Model and Service Layer
- From: Robert Martin
- Domain Model and Service Layer
- Prev by Date: Re: Ecological software (was: Delta)
- Next by Date: Re: clean code vs dirty code smack down! (was: Simples Rules make creating Big Balls of Mud impossible.)
- Previous by thread: Re: Domain Model and Service Layer
- Index(es):
Relevant Pages
|