- Mastering Microservices with Java
- Sourabh Sharma
- 206字
- 2021-07-02 13:03:38
Context map
The context map helps you to understand the overall picture of a large enterprise application. It shows how many bounded contexts are present in the enterprise model, and how they are interrelated. Therefore, we can say that any diagram or document that explains the bounded contexts and relationship between them is called a context map.
Context maps help all team members, whether they are on the same team or in a different team, to understand the high-level enterprise model in the form of various parts (bounded context or sub-models) and relationships.
This gives individuals a clearer picture about the tasks one performs, and may allow them to raise any concerns/questions about the model's integrity:

The context map example diagram is a sample of a context map. Here, Table1 and Table2 both appear in the Table Reservation Context and also in the Restaurant Ledger Context. The interesting thing is that Table1 and Table2 have their own respective concept in each bounded context. Here, ubiquitous language is used to name the bounded context table reservation and restaurant ledger.
In the following section, we will explore a few patterns that can be used to define the communication between different contexts in the context map.
- Mastering Visual Studio 2017
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- 機器學習系統(tǒng):設計和實現(xiàn)
- JavaScript Unlocked
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- INSTANT Sencha Touch
- Getting Started with SQL Server 2012 Cube Development
- Java EE 7 Development with NetBeans 8
- 重學Java設計模式
- Android群英傳
- Visual Basic 6.0程序設計實驗教程
- Python 3 Object:oriented Programming(Second Edition)
- Learning D
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫
- Greenplum構建實時數(shù)據(jù)倉庫實踐