Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markiewb/springjerseywebappprototype
Miminal prototype which integrates JAX-RS 1.x (Jersey 1.x) with Spring 2.5.x. All included in a minimal maven based webapp.
https://github.com/markiewb/springjerseywebappprototype
integration jersey sample spring
Last synced: 23 days ago
JSON representation
Miminal prototype which integrates JAX-RS 1.x (Jersey 1.x) with Spring 2.5.x. All included in a minimal maven based webapp.
- Host: GitHub
- URL: https://github.com/markiewb/springjerseywebappprototype
- Owner: markiewb
- Created: 2013-08-13T19:14:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-15T16:34:09.000Z (over 11 years ago)
- Last Synced: 2024-04-14T19:13:49.587Z (7 months ago)
- Topics: integration, jersey, sample, spring
- Language: Java
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Miminal prototype which integrates JAX-RS 1.x (Jersey 1.x) with Spring 2.5.x. All
included in a minimal maven based webapp.Usage:
---------
* Run webapp via NetBeans OR
* Run via `mvn tomcat:run` OR
* Open one of the following URLs in your web browser and experiment!
* [http://localhost:8080/springjerseywebappprototype/rest/coin/greet](http://localhost:8080/springjerseywebappprototype/rest/coin/greet)
* [http://localhost:8080/springjerseywebappprototype/rest/coin/info/42](http://localhost:8080/springjerseywebappprototype/rest/coin/info/42)
* [http://localhost:8080/springjerseywebappprototype/rest/coin/info/42/html](http://localhost:8080/springjerseywebappprototype/rest/coin/info/42/html)Uses:
---------
* Spring 2.5.6
* Jersey 1.17.1 (JAX-RS 1.x)Supports:
---------
* Servlet Container 2.5 (tested with tomcat6)Resources:
---------
* [http://www.mkyong.com/webservices/jax-rs/jersey-spring-integration-example/](http://www.mkyong.com/webservices/jax-rs/jersey-spring-integration-example/)
* [http://www.javakaffee.de/blog/2008/04/21/jersey-spring-integration-mostly-complete/](http://www.javakaffee.de/blog/2008/04/21/jersey-spring-integration-mostly-complete/)
* [http://juristr.com/blog/2011/08/integrating-jersey-with-spring/](http://juristr.com/blog/2011/08/integrating-jersey-with-spring/)
* [https://jersey.java.net/documentation/1.17/index.html](https://jersey.java.net/documentation/1.17/index.html)