DDD-Refresher-Puzzle

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