- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 213字
- 2021-06-30 19:10:44
Context mapping
In a large application designed for several bounded contexts, we can lose sight of the global view. It is inevitable that the various bounded contexts will need to share or communicate data between each other. A context map is a global view of the system as a whole, showing how our bounded contexts should communicate with each other.

This is an oversimplified example that shows three bounded contexts and how they are mapped. In the product context, we have our product and the family that it belongs to. Here, we will have all the operations for this domain context in it and it does not have a direct relation dependency to any other context.
Our offers bounded context has a dependency on the product domain context, but this is a weak relation that should purely reflect the ID of the product that a particular offer belongs to. This context will define the operations that contain the domain logic for this context.
In our shopping bound context, we have a weak relation with the product that belongs to a shopping list and will have the operations for this context. Finally, both offers and shopping concept have a relation with the customer that probably belongs to a separated bounding context.
- WildFly:New Features
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 新手學Visual C# 2008程序設計
- 小程序開發原理與實戰
- Learning FuelPHP for Effective PHP Development
- ArcGIS for Desktop Cookbook
- Arduino計算機視覺編程
- 單片機原理及應用技術
- Practical Microservices
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Oracle 12c從入門到精通(視頻教學超值版)
- OpenCV Android開發實戰
- The Statistics and Calculus with Python Workshop
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Java自然語言處理(原書第2版)