- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 209字
- 2021-07-02 21:54:51
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 submodels) and relationships.
This gives inpiduals a clearer picture about the tasks one performs, and may allow him or her to raise any concern/question about the model's integrity:

Context map example
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 as 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.
- 軟件安全技術(shù)
- ExtGWT Rich Internet Application Cookbook
- Google Apps Script for Beginners
- Node.js 10實(shí)戰(zhàn)
- 深入淺出Spring Boot 2.x
- Java高手真經(jīng)(高級(jí)編程卷):Java Web高級(jí)開發(fā)技術(shù)
- BeagleBone Media Center
- Python高級(jí)機(jī)器學(xué)習(xí)
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實(shí)戰(zhàn)編碼
- JavaScript 程序設(shè)計(jì)案例教程
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)項(xiàng)目化教程
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- QPanda量子計(jì)算編程
- Windows Phone 8 Game Development