@@ -17,15 +17,15 @@ Prerequisites
17
17
Downloads
18
18
19
19
There are three different {{{http://sourceforge.net/project/showfiles.php?group_id=210606}downloads}} available:
20
- the {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-src.zip?use_mirror=osdn } source package}},
21
- the {{{http://downloads.sourceforge.net/dddsample/IncidentLoggingApplication.zip?use_mirror=osdn } Incident Logging Application}}
22
- and the {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0.war?use_mirror=osdn } pre-built web archive}}.
20
+ the {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-src.zip} source package}},
21
+ the {{{http://downloads.sourceforge.net/dddsample/IncidentLoggingApplication.zip} Incident Logging Application}}
22
+ and the {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0.war} pre-built web archive}}.
23
23
24
24
The project uses Maven for build and management.
25
25
26
26
* Source package
27
27
28
- Download {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-src.zip?use_mirror=osdn } here}}.
28
+ Download {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0-src.zip} here}}.
29
29
30
30
This is a complete checkout of the core application source code.
31
31
@@ -59,7 +59,7 @@ mvn jetty:run
59
59
60
60
* Incident Logging Application
61
61
62
- Download {{{http://downloads.sourceforge.net/dddsample/IncidentLoggingApplication.zip?use_mirror=osdn } here}}.
62
+ Download {{{http://downloads.sourceforge.net/dddsample/IncidentLoggingApplication.zip} here}}.
63
63
64
64
This is a simple, standalone Swing client that's used for registering handling events. It communicates with the core
65
65
application via a Web Service interface. Unpack and run:
@@ -78,7 +78,7 @@ java -jar IncidentLoggingApplication.jar
78
78
79
79
* Pre-built web archive
80
80
81
- Download {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0.war?use_mirror=osdn } here}}
81
+ Download {{{http://downloads.sourceforge.net/dddsample/dddsample-1.0.war} here}}
82
82
83
83
This is a pre-built standard .war, ready to be deployed in a standard servlet container such as Tomcat. It is
84
84
offered as a convenience if you want a simple way to run the application without bothering with the build
0 commit comments