peter_backlund пре 18 година
родитељ
комит
fb0078b41e

+ 18
- 0
dddsample/src/site/apt/download.apt Прегледај датотеку

@@ -0,0 +1,18 @@
1
+  --------
2
+  Download
3
+  --------
4
+
5
+Deployable WAR archive of main application
6
+
7
+  <<COMING SOON>> - for now, use source archive and run <<<mvn package>>> to build
8
+
9
+Source code for main application
10
+
11
+  {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-SNAPSHOT-src.zip?use_mirror=osdn} Download from Sourceforge}}
12
+
13
+  Also, you can {{{source-repository.html}track Subversion}} directly.
14
+
15
+Incident logging application
16
+
17
+  <<COMING SOON>>
18
+

+ 38
- 0
dddsample/src/site/apt/index.apt Прегледај датотеку

@@ -0,0 +1,38 @@
1
+  ------------
2
+  Introduction
3
+  ------------
4
+
5
+  <Cargo freighter passing under the Golden Gate bridge in San Fransisco. Image courtesy of {{{http://www.freefoto.com/}FreeFoto.com}}.>
6
+
7
+[images/frontpage.jpeg]
8
+
9
+  One of the most requested aids to coming up to speed on DDD has been a
10
+  running example application. Starting from a simple set of functions
11
+  and a model based on the cargo example used in {{{http://www.domaindrivendesign.org/books/index.html#DDD}Eric Evans' book}},
12
+  we have built a running application with which to demonstrate a practical
13
+  implementation of the building block patterns as well as illustrate the
14
+  impact of aggregates and bounded contexts.
15
+
16
+  The application can have various uses:
17
+
18
+  * A how-to example for implementing a typical DDD application
19
+
20
+    Our sample does not show *the* way to do it, but a decent way.
21
+    Eventually, the same design could be reimplemented on various popular platforms,
22
+    to give the same assistance to people working on those platforms,
23
+    and also help those who must transition between the platforms.
24
+
25
+  * Support discussion of implementation practices
26
+
27
+    Variations could show trade-offs of alternative approaches,
28
+    helping the community to clarify and refine best practices for building DDD applications.
29
+
30
+  * Lab mouse for controlled experiments
31
+
32
+    There's a lot of interest in new tools or frameworks for DDD.
33
+
34
+  Reimplementing the sample app using a new platform will give a side-by-side comparison
35
+  with the "conventional" implementation, which can demonstrate the value of the new platform
36
+  and provide validation or other feedback to the developers of the platform.
37
+
38
+

+ 0
- 7
dddsample/src/site/apt/introduction.apt Прегледај датотеку

@@ -1,7 +0,0 @@
1
-  ------------
2
-  Introduction
3
-  ------------
4
-
5
-
6
-
7
-

+ 0
- 0
dddsample/src/site/resources/css/site.css Прегледај датотеку


BIN
dddsample/src/site/resources/images/banner-left.png Прегледај датотеку


BIN
dddsample/src/site/resources/images/frontpage.jpeg Прегледај датотеку


+ 12
- 1
dddsample/src/site/site.xml Прегледај датотеку

@@ -1,11 +1,22 @@
1 1
 <project name="DDD Sample Application">
2
+  <bannerLeft>
3
+    <name>DDDSample</name>
4
+    <src>images/banner-left.png</src>
5
+    <href>http://dddsample.sf.net</href>
6
+  </bannerLeft>
7
+  <poweredBy>
8
+    <logo name="Sourceforge" href="http://sourceforge.net/"
9
+          img="http://sflogo.sourceforge.net/sflogo.php?group_id=210606&amp;type=2"/>
10
+  </poweredBy>
2 11
   <body>
3 12
     <links>
4 13
       <item name="Domain Language" href="http://www.domainlanguage.org/" />
5 14
       <item name="Citerus" href="http://www.citerus.se/"/>
15
+      <item name="DomainDrivenDesign.org" href="http://www.domaindrivendesign.org/"/>
6 16
     </links>
7 17
     <menu name="About the application">
8
-      <item name="Introduction" href="introduction.html"/>
18
+      <item name="Introduction" href="index.html"/>
19
+      <item name="Download" href="download.html"/>
9 20
       <item name="Roadmap" href="roadmap.html" />
10 21
     </menu>
11 22
     <menu ref="reports"/>