DDD - Refresher - Puzzle

12345678910111213141516171819202122
Across
  1. 1. intersection of two context.
  2. 4. Representation and actual relationships between context and their models.
  3. 5. Pattern to create Objects to access or abstraction.
  4. 7. Pattern used to create independent domain context maps.
  5. 14. Number of objects that should be responsible for communication between a pair of context.
  6. 16. Logical agreement and dependence.
  7. 17. Any actions on the domain.
  8. 18. Root of the related objects bundle.
  9. 19. Language between developers and Domain experts.
  10. 20. An operation to read .
  11. 21. Linguistic boundary.
  12. 22. Layer which encapsulates the business logic
Down
  1. 2. Group Modelling Technique.
  2. 3. An operation that intentionally creates impact
  3. 6. Programming model that suits DDD.
  4. 8. Layer which talks to external systems in external language.
  5. 9. Bundle of related objects which are treated as single unit from the client.
  6. 10. Encapsulates the logic of data persistence
  7. 11. instance of a domain
  8. 12. Partitioning of a larger system to bring the core domain to the fore.
  9. 13. Consistency rules that must be maintained whenever data changes.
  10. 15. Sub domains within domain.