Ver código fonte

Improved package description to explicitly describe the application layer

peter_backlund 18 anos atrás
pai
commit
0d26665c86

+ 7
- 3
dddsample/src/main/java/se/citerus/dddsample/application/package.html Ver arquivo

@@ -1,9 +1,13 @@
1 1
 <html>
2 2
 <body>
3 3
 <p>
4
-  All code below this package level is needed for the application to work, a mix of
5
-  infrastructure, user interfaces and application services. Everything that's not part of
6
-  the domain layer goes here, organized by technology.
4
+  This is the application layer: code that's needed for the application to
5
+  performs its tasks. This includes code that directly depends on external libraries
6
+  such as Hibernate and Spring MVC, implementations of JMS interfaces, remoting and so on.
7
+</p>
8
+<p>
9
+  This part is very technology-heavy and generally not comprehensible to the domain expert,
10
+  unlike the domain part.
7 11
 </p>
8 12
 </body>
9 13
 </html>