The Process Centric Service is a REST web service. This layer receives requests from User Interface and redirects them to Business Logic Service or to Storage Service.
API Documentation (apiary)
URL of the server (heroku)
In order to execute this server locally you need the following technologies (in the brackets you see the version used to develop):
- Java (jdk1.8.0)
- ANT (version 1.9.4)
Then, clone the repository. Run in your terminal:
git clone https://github.com/introsde-2015-FinalProject/ProcessCentricServices.git && cd ProcessCentricServices
and run the following command:
ant generate
ant install
ant generate
run xjc. It compiles an XML schema file into fully annotated Java classes.
To run the server locally then run:
ant start