Skip to content

Commit

Permalink
check in
Browse files Browse the repository at this point in the history
  • Loading branch information
zonski committed Dec 3, 2012
1 parent a16c0ea commit bd187a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ Usage

This will generate a multi-module Maven project with three modules:

* _client module_: a simple JavaFX client that makes REST calls onto the server
* _server module_: a simple SpringMVC REST server
* _common module_: common classes shared between client and server (such as data beans)
* **client module**: a simple JavaFX client that makes REST calls onto the server
* **server module**: a simple SpringMVC REST server
* **common module**: common classes shared between client and server (such as data beans)

After creating the project you can build it using Maven commands. From the generated _base project_ directory type:
After creating the project you can build it using Maven commands. From the generated **base project** directory type:

mvn clean install

Run the server from the base directory of the _server module_ using:
Run the server from the base directory of the **server module** using:

mvn jetty:run

Run the client from the base directory of the _client module_ using:
Run the client from the base directory of the **client module** using:

mvn jfx:run

Expand Down

0 comments on commit bd187a7

Please sign in to comment.