Skip to content

Instantly share code, notes, and snippets.

View shaggyfrog's full-sized avatar

Thomas Hauk shaggyfrog

View GitHub Profile
@shaggyfrog
shaggyfrog / GuiceResource.java
Created May 29, 2012 22:10 — forked from elbart/GuiceResource.java
Maven jetty guice jersey example
package com.elbart;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import com.google.inject.servlet.RequestScoped;
@Path("bound/perrequest")