Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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```.