dev@jersey.java.net

Re: [Jersey] Programmatic API for configuring Jersey's ServletContainer

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 29 Sep 2009 16:41:13 +0200

On Sep 29, 2009, at 12:55 PM, Viktor Klang wrote:

>
>
> On Tue, Sep 29, 2009 at 12:50 PM, Paul Sandoz <Paul.Sandoz_at_sun.com>
> wrote:
>
> On Sep 28, 2009, at 11:12 PM, Viktor Klang wrote:
>
>>
>>
>> On Mon, Sep 28, 2009 at 9:18 PM, Viktor Klang
>> <viktor.klang_at_gmail.com> wrote:
>> Hehe, I guess Paul was right, (unsurprisingly so)
>>
>> it should be enough with the following patches applied to jersey-
>> server
>>
>> What do you think, guys?
>>
>>
>> I guess I sent that a bit premature,
>> should it use "rc" or "this.resourceConfig"?
>>
>> I'm attaching a patch that uses "this.resourceConfig"
>>
>
> It should use "this.resourceConfig" as the ResourceConfig instance
> that is passed in as parameter may not be the same instance
> "this.resourceConfig".
>
> Patch looks good.
>
>
> Great, thanks for the feedback.
> Is there a time-frame for it to be available in the 1.1.3-SNAPSHOT?
>

I will apply the patch tomorrow, then i need to implement the
programatic filters. Plus add tests for both.

I am currently battling with JSR 299 integration with Jersey, which is
a high-priority.

Paul.