users@jersey.java.net

[Jersey] Parameter validation / jsr-303 ... again

From: Stephane Bailliez <sbailliez_at_gmail.com>
Date: Wed, 5 Oct 2011 01:25:44 -0400

Hi,

I'm looking for a way to introduce parameter validation without requiring
some aop.
So ideally I would like the ability to intercept the call to the resource
just before it is invoked.

I was looking at the implementation and thought I could hookup at the
invoker, but that seems hardly doable.

Is there any chance to see some traction on https://jersey
.dev.java.net/issues/show_bug.cgi?id=351 ?

Or is there a better solution in the current Jersey code since this issue
was created ?

Cheers,

-- stephane