enunciate-sample
enunciate-sample copied to clipboard
An example project demonstrating some of Enunciate's features
Enunciate: Sample Web Application
Welcome!
Here's a sample web application you can use to see how to apply Enunciate to a simple multi-module project.
This project provides examples of a REST endpoint (see PersonsEndpoint
) that provides both XML and JSON endpoints.
It also provides a SOAP service (see PersonService
).
Clone
git clone https://github.com/stoicflame/enunciate-sample.git
Build
mvn install
Run
mvn -f enunciate-sample-webapp/pom.xml cargo:run
See
http://localhost:8080/enunciate-sample-webapp/