Skip to content

Commit 73808ef

Browse files
committed
Updated the download instructions.
1 parent 575848d commit 73808ef

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

dddsample/src/site/apt/download.apt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Prerequisites
66

7-
* Java 5 or later
7+
* Java 6 or later
88

99
[]
1010

@@ -41,21 +41,17 @@ mvn clean package
4141
mvn jetty:run
4242
-------------
4343

44-
The public tracking interface is available at {{http://localhost:8080/dddsample}} (try tracking cargos XYZ and JKL, for example)
44+
The public tracking interface is available at {{http://localhost:8080/dddsample}}
4545
and the booking and routing administration interface can be found at {{http://localhost:8080/dddsample/admin/list.html}}.
4646
The administration interface is used for booking and routing cargo.
4747

48+
There is a screencast available on the project site that demonstrates how the different interfaces are used.
49+
4850
An RMI registry will be started on port <<<1099>>>, in addition to the Jetty container on port <<<8080>>>, so those ports
4951
need to be available or you have to reconfigure the application.
5052

51-
<<NOTE>>: running some Maven targets (<<<jetty:run>>> for example) currently do not work in IntelliJ with the embedded Maven runner.
52-
Workaround: either run Maven from command line, or swich to external Maven runner in IntelliJ.
53-
54-
<<NOTE>>: the application currently can't be run offline, due to an unresolved problem with XSD validation.
55-
Workaround: run application online.
56-
5753
Also, you can {{{source-repository.html}track Subversion}} directly.
58-
Use the {{{http://svnbook.red-bean.com/en/1.0/re27.html}<<<svn switch>>>}} command on the source package to start tracking trunk or a stable branch.
54+
Subversion repository information is available in the {{{source-repository.html}project information section}}.
5955

6056
* Incident Logging Application
6157

dddsample/src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<item name="Characterization" href="characterization.html"/>
2626
<item name="Patterns Reference" href="patterns-reference.html"/>
2727
<item name="Architecture" href="architecture.html" />
28-
<item name="Case study: handling" href="handlingEventRegistration.html" />
28+
<item name="Case study: Handling" href="handlingEventRegistration.html" />
2929
</menu>
3030
<menu ref="reports"/>
3131
</body>

0 commit comments

Comments
 (0)