File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Prerequisites
6
6
7
- * Java 5 or later
7
+ * Java 6 or later
8
8
9
9
[]
10
10
@@ -41,21 +41,17 @@ mvn clean package
41
41
mvn jetty:run
42
42
-------------
43
43
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}}
45
45
and the booking and routing administration interface can be found at {{http://localhost:8080/dddsample/admin/list.html}}.
46
46
The administration interface is used for booking and routing cargo.
47
47
48
+ There is a screencast available on the project site that demonstrates how the different interfaces are used.
49
+
48
50
An RMI registry will be started on port <<<1099>>>, in addition to the Jetty container on port <<<8080>>>, so those ports
49
51
need to be available or you have to reconfigure the application.
50
52
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
-
57
53
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}} .
59
55
60
56
* Incident Logging Application
61
57
Original file line number Diff line number Diff line change 25
25
<item name =" Characterization" href =" characterization.html" />
26
26
<item name =" Patterns Reference" href =" patterns-reference.html" />
27
27
<item name =" Architecture" href =" architecture.html" />
28
- <item name =" Case study: handling " href =" handlingEventRegistration.html" />
28
+ <item name =" Case study: Handling " href =" handlingEventRegistration.html" />
29
29
</menu >
30
30
<menu ref =" reports" />
31
31
</body >
You can’t perform that action at this time.
0 commit comments