users@jersey.java.net

[Jersey] light weight http server

From: Christopher Piggott <cpiggott_at_gmail.com>
Date: Tue, 25 Jan 2011 10:09:18 -0500

Just out of curiosity ...

Is it at all possible to use the lightweight http server
(com.sun.jersey.api.container.httpserver.*) with jersey-guice? I'm
guessing the answer is no, and that the lightest approach likely to
work with jersey-guice will be Grizzly. But for one embedded
application I need small small small, so thought I would ask.

--Chris