Skip to content
Patrik Fredriksson edited this page Aug 18, 2015 · 7 revisions

Prerequisites

  • Java 8
  • Maven 3.x

Core application

Clone the source from: https://github.com/citerus/dddsample-core

  • Build the application: mvn clean install
  • Run it: mvn jetty:run

The start page is available at http://localhost:8080/dddsample, and has links to the various interfaces.

There is a screencast available on the project site that demonstrates how the different interfaces are used.

Registration app

Clone the source from: https://github.com/citerus/dddsample-regapp

  • Build the application: mvn clean install
  • Run it from command line: java -jar target/register-app.jar

NOTE: before you start the Registration Application, the core application must be running on the WSDL URL host in the file app.properties, which defaults to localhost:8080. Edit this file to point at the host where the core application is running.

Clone this wiki locally