users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] Re: A couple of other questions

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Sat, 10 Dec 2011 21:14:16 +0100

On 12/10/2011 02:21 AM, Sastry Malladi wrote:
>
> Client API
> Configuration of handlers/filters is done through configuration().register() - The order of execution depends on
> @BindingPriority. How does a specific environment register certain client side filters by default, instead of each
> client application registering their own ? I guess I'm looking for @GlobalBinding equivalent on the client side.
> Provide custom Client and Target classes, which registers these filters by default and have the client use these custom
> classes ? A simpler way to "install" default filters would be good.

Do you have any concrete proposal in mind?

>
> Async API
> In order to support this, do we require a servlet 3.x framework or is the jax-rs implementation expected to support
> the continuations (suspend/resume) inherently ?

The functionality is not bound to servlet 3.x dependency.

Marek
>
> thanks,
> Sastry