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
- Host: GitHub
- URL: https://github.com/grunka/basic-webapp
- Owner: grunka
- Created: 2012-11-01T13:28:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T09:08:36.000Z (about 1 year ago)
- Last Synced: 2025-05-14T16:20:06.134Z (about 1 year ago)
- Language: Java
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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