jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] A couple of other questions

From: Sastry Malladi <m_sastry_at_yahoo.com>
Date: Fri, 9 Dec 2011 17:21:36 -0800 (PST)

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.

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 ?

thanks,
Sastry