CML Reference - Introduction
Language Semantics
Context Map
Bounded Context
Domain and Subdomain
Domain Vision Statement
Partnership
Shared Kernel
Customer/Supplier
Conformist
Open Host Service
Anticorruption Layer
Published Language
Responsibility Layers
Knowledge Level
Aggregate
Tactic DDD Syntax
Application and Process Layer
User Requirements
Stakeholders
Value Registers
Imports
Architectural Refactorings
AR-1: Split Aggregate by Entities
AR-2: Split Bounded Context by Features
AR-3: Split Bounded Context by Owner
AR-4: Extract Aggregates by Volatility
AR-5: Extract Aggregates by Cohesion
AR-6: Merge Aggregates
AR-7: Merge Bounded Contexts
AR-8: Extract Shared Kernel
AR-9: Suspend Partnership
AR-10: Change Shared Kernel to Partnership
AR-11: Change Partnership to Shared Kernel
Open Host Service
The Open Host Service pattern describes a relationship between two bounded contexts and is used on a context map in CML.
Syntax
The Open Host Service pattern can be used as a role for the upstream context in a Upstream/Downstream relationship by using the OHS abbreviation. The following example illustrates the syntax:
PrintingContext [U,OHS]->[D,ACL] PolicyManagementContext {
implementationTechnology = "SOAP"
}
Semantic Rules
Note that semantic rules (validators) exist for Open Host Service within CML. This means that not every combination of patterns and concepts is allowed, even if it would be syntactically correct. The following rules apply to a Open Host Service:
- The Open Host Service pattern is not applicable in a Customer/Supplier relationship.
For a summary of all semantic rules and further justifications, please consult Language Semantics.
- Previous
- Next