Skip to content
cavalle edited this page Feb 24, 2013 · 37 revisions

#big-models

Topics

Patterns

Taxonomies

Who calls the domain objects?

  • The Controller
  • Other domain objects (composition, dependency)

What technique is used to interact?

  • Decoration (e.g. Presenters)
  • Composition (e.g. has_one Objects, PORO models)
  • Dependency (e.g. Services)
  • Extension (dynamic or static) (e.g. DCI Roles or Concerns)

Types of domain concepts I can model?

  • Entities
  • Relationships
  • Roles
  • Behaviours
  • Processes
  • Boundaries

Clone this wiki locally