users@jersey.java.net

[Jersey] Re: Jetty embedded JerseyTest Container

From: Joseph Mocker <jmocker_at_velti.com>
Date: Sun, 16 Jun 2013 23:16:47 +0000

Hi,

The grizzly container does support filters and servlets but you cannot configure both together. This is a limitation that has been discussed in previous threads. And that was the motivation for writing the jetty connector since I need both in my application.

Startup/shutdown is pretty snappy, when compared to other phases like hibernate & spring, but I have not timed it for comparison to grizzly.

--joe

On Jun 16, 2013, at 3:48 PM, "cowwoc" <cowwoc_at_bbs.darktech.org> wrote:

> Hi Joseph,
>
> I'm glad someone has finally added Jetty support! I will look into your project later on this week.
>
> Out of curiosity, how is this better than the Grizzly test container? Doesn't the latter provide servlet/filter support? Is Jetty any faster for startup/shutdown?
>
> Thanks,
> Gili
>
> On 15/06/2013 10:52 AM, Joseph Mocker wrote:
>> Hi,
>>
>> I was frustrated by the inability of the JerseyTest 1.x containers to configure both a Filter and a Servlet, so I wrote a Jetty-based in-memory JerseyTest Container which can.
>>
>> This is particularly useful when using both Spring (IoC) and Spring Security with Jersey which need can sometimes need both to work correctly.
>>
>> Check it out over at Github -
>>
>> https://github.com/creechy/jetty-jerseytest-container
>>
>> Cheers.
>>
>> --joeJoseph Mocker | Velti | Senior Software Architect
>> t +1.650.566.7033 m
>> e jmocker_at_velti.com @Mobclix
>>
>> The leading global technology provider of
>> mobile marketing and advertising solutions
>