|
|
@@ -1,7 +1,15 @@
|
|
1
|
1
|
<html>
|
|
2
|
2
|
<body>
|
|
3
|
3
|
<p>
|
|
4
|
|
- The domain model, services and repository interfaces.
|
|
|
4
|
+ The domain model, services and repository interfaces. This is the central part of the
|
|
|
5
|
+ application.
|
|
|
6
|
+</p>
|
|
|
7
|
+<p>
|
|
|
8
|
+ The ubiquitous language is used in classes, interfaces and method signatures,
|
|
|
9
|
+ and every concept in here is familiar to a expert in the cargo shiping domain.
|
|
|
10
|
+</p>
|
|
|
11
|
+<p>
|
|
|
12
|
+ There is no infrastructure or user interface related code here.
|
|
5
|
13
|
</p>
|
|
6
|
14
|
</body>
|
|
7
|
15
|
</html>
|