Welcome

Context Mapper is a modular and extensible modeling framework for Domain-driven Design (DDD) and its strategic patterns. The core component provides a DSL to create context maps featuring these DDD patterns. The model behind the language and its semantic rules express our interpretation of the DDD patterns and how these patterns can be combined in a concise and consistent manner. At present, Context Mapper comes as an Eclipse plugin, a Visual Studio Code extension, or as a standalone Java library version:

Installation

Visual Studio Code Marketplace: Context Mapper

  • Does not support all features we have in Eclipse yet. You can find a feature support table here.

Eclipse Marketplace: Context Mapper

Online IDE (Gitpod): In case you don’t want to install Context Mapper locally and your project is hosted on Github, you can use Gitpod as online IDE with our VS Code extension.

  • The extension is published to the Open VSX Registry, so you can easily find the extension in Gitpod. Installation instructions can be found here.
  • Or: Start modeling in our Context Mapper demo repository right now.

Framework Architecture

Context Mapper Framework Components

DDD and its Bounded Contexts provide an approach for decomposing a domain. With our Service Cutter integration (currently in proof-of-concept state) we illustrate how the Context Mapper DSL (CML) can be used as a foundation for even more structured service decomposition approaches. Based on its coupling criteria, Context Mapper suggests new Context Maps which may improve the architecture with respect to coupling and cohesion. Architectural Refactorings (ARs) support to decompose a Context Map in an iterative manner.

If you work on a project with an existing monolithic or (micro-)service-oriented architecture, you can use our reverse engineering library to recreate a CML context map from the existing code (architecture recovery). This library is built in an extensible fashion, allowing the implementation different bounded context and context map discovery strategies. At present, Spring Boot applications and Docker compose files can be analyzed by existing strategies.

The provided model transformations and generators allow transforming the CML context maps into other representations of the architectural model. We currently offer the following generators:

Find out how to start using Context Mapper right now.