stoicflame / enunciate-sample

An example project demonstrating some of Enunciate's features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

Learn More

About

An example project demonstrating some of Enunciate's features

License:Apache License 2.0


Languages

Language:Java 100.0%