Skip to content

Grisu backend implementation that uses enunciate to publish REST & SOAP endpoints

Notifications You must be signed in to change notification settings

grisu/enunciate-backend

Repository files navigation

Enunciate backend

This module uses enunciate to create and publish 2 webservice endpoints for the Grisu API as well as the API documentation (example here ) from the Javadoc comments.

Prerequisites

In order to build the backend from the git sources, you need:

Checking out sourcecode

git clone git://github.com/grisu/enunciate-backend.git

Building Grisu using Maven

To build one of the above modules, cd into the module root directory of the module to build and execute:

cd enunciate-backend
mvn clean install

This will build a war file that can be deployed into a container and also a deb file that can be installed on a Debian based machine.

Configuring the backend

Please refer to the documentation here

Deploying the backend

Either install the .war file in the container of your choice or run the enunciate backend via maven & jetty:

mvn clean install jetty:run-war

About

Grisu backend implementation that uses enunciate to publish REST & SOAP endpoints

Resources

Stars

Watchers

Forks

Packages

No packages published