Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sawano/spring-examples-json-xml-ws

Combining JSON and XML in RESTful web services with Spring
https://github.com/sawano/spring-examples-json-xml-ws

Last synced: 3 months ago
JSON representation

Combining JSON and XML in RESTful web services with Spring

Awesome Lists containing this project

README

        

Example code accompanying the blog post "Combining JSON and XML in RESTful web services with Spring" at http://software.sawano.se/2012/03/combining-json-and-xml-in-restful-web.html

To run the integration tests included in this example with Maven use:

mvn verify

To deploy the web service on a jetty use:

mvn jetty:run

The web service is now available on http://localhost:9090