Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekobon/minimal-guice-servlet
Example of the minimum code needed to make a Guice Servlet web app with shared state
https://github.com/dekobon/minimal-guice-servlet
Last synced: 1 day ago
JSON representation
Example of the minimum code needed to make a Guice Servlet web app with shared state
- Host: GitHub
- URL: https://github.com/dekobon/minimal-guice-servlet
- Owner: dekobon
- Created: 2014-12-10T05:32:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T05:53:28.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T07:51:04.931Z (7 months ago)
- Language: Java
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minimal Guice Example
=====================This project is a simple example of the minimum configuration needed to setup
Guice Servlet with a Java Application Server. Build the deployment artifact
by typing ```mvn war:war```.