Reresher-Domain Driven Design

123456789101112131415161718192021
Across
  1. 10. Group modelling Technique.
  2. 12. representation and actual relationships between context and their models.
  3. 13. number of objects that should be responsible for communication between a pair of contexts.
  4. 16. Object which is immutable and has no conceptual identity.
  5. 17. language between developers and Domain experts.
  6. 18. Bundle of related objects which are treated as a single unit from the client.
  7. 20. encapsulates the logic of data persistence.
  8. 21. Intersection of two contexts.
Down
  1. 1. Linguistic boundary.
  2. 2. logical agreement and dependence.
  3. 3. any actions on the domain.
  4. 4. pattern used to create independent domain context maps.
  5. 5. pattern to create Objects to access or abstraction.
  6. 6. layer, which is between 2 different systems that don't share the same semantics .
  7. 7. partitioning of a larger system to bring the core domain to the fore.
  8. 8. an operation to read .
  9. 9. root of the related objects bundle.
  10. 11. reference objects, which are primarily defined by its identity
  11. 14. layer which encapsulates the business logic
  12. 15. an operation that intentionally creates impact.
  13. 19. consistency rules that must be maintained whenever data changes.