Wiki

Clone wiki

ProsaWorkshop / Home

Prerequisite

Make sure that you are able to start the server. You'll need Java and Apace Maven installed. The Java Developer Kit (JDK) can be downloaded from Oracle and Apache Maven can be installed using Homebrew (brew install maven).

Start by cloning the project and change directory to the Server directory and type:

#!bash

mvn clean jetty:run
and the server should start. The server is listening on port 9094 and will only support requests where the Accept Http header is set to application/json. The complete WADL for the server can be found by pointing your browser to http://localhost:9094/api/application.wadl. You may consider installing a tool such as rest-client for easier testing of the server.

Tasks for Part One and Two

Tools

Updated