Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sawano/spring-examples-json-xml-ws
- Owner: sawano
- Archived: true
- Created: 2012-03-13T20:11:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-30T21:42:46.000Z (over 12 years ago)
- Last Synced: 2024-07-01T10:54:40.554Z (5 months ago)
- Language: Java
- Homepage: http://software.sawano.se/2012/03/combining-json-and-xml-in-restful-web.html
- Size: 110 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
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