Skip to content

introsde-2015-FinalProject/ProcessCentricServices

Repository files navigation

ProcessCentricSevices

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)

Install

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.

Getting Started

To run the server locally then run:

ant start

About

System Logic - REST web service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages