users@jersey.java.net

[Jersey] Guice and Jetty 8 modules for Jersey Test Framework

From: Juha Heljoranta <juha.heljoranta_at_iki.fi>
Date: Mon, 27 Aug 2012 15:46:22 +0300

Hi everybody,

Guice module to allow easy (mock) injection into test classes:

https://github.com/chuvoks/jersey-test-framework-guice

Jetty 8 module:

https://github.com/chuvoks/jersey-test-framework-jetty8

I wrote Jetty version because my tests kept failing when using jersey-test-
framework-grizzly2 (bug JERSEY-1277). jersey-test-framework-grizzly works but
is quite slow. Jetty 8 implementation is almost as fast as Grizzly 2.

If either or both of two are worth getting into official contribs, let me know.