https://github.com/pedro-stanaka/resteasy-guice-jetty
Resteasy 3 + Guice 3 + Embed Jetty
https://github.com/pedro-stanaka/resteasy-guice-jetty
guice java-8 rest-api resteasy
Last synced: 12 months ago
JSON representation
Resteasy 3 + Guice 3 + Embed Jetty
- Host: GitHub
- URL: https://github.com/pedro-stanaka/resteasy-guice-jetty
- Owner: pedro-stanaka
- Created: 2017-02-10T22:56:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T23:04:57.000Z (over 9 years ago)
- Last Synced: 2025-01-23T02:32:42.371Z (over 1 year ago)
- Topics: guice, java-8, rest-api, resteasy
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resteasy 3 + Guice 3 + Jetty - Sample ReSTful API
This is a sample repository that uses the following technologies:
* RestEasy-Guice 3.x (Very good JAX-RS implementation)
* Guice 3 (Do Depedency Injection the easy way)
* JUnit 4 (Unit Testing Standart Library)
* RestAssured 3 (Test Rest API's with ease)
* Enunciate (Beautiful Rest API's documentation)
Please feel free to contribute and send suggestions as issues
here on GitHub.