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

https://github.com/grunka/basic-webapp

A basic setup for creating a webapp using Guice and Jersey
https://github.com/grunka/basic-webapp

Last synced: 12 months ago
JSON representation

A basic setup for creating a webapp using Guice and Jersey

Awesome Lists containing this project

README

          

# basic-webapp

This is an example of how I like to set up a basic web-app using [Guice][guice] and [Jersey][jersey]. The way to use this is either to have it as a reference when building something similar or just cloning it and then remove all the example code and install your own modules in the [BasicConfiguration][app-module].

[guice]: http://code.google.com/p/google-guice/
[jersey]: http://jersey.java.net/
[app-module]: https://github.com/grunka/basic-webapp/blob/master/src/main/java/se/grunka/basic/webapp/BasicConfiguration.java