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

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

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.