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

[jsr339-experts] Re: Fwd: Re: [Resteasy-developers] JAX-RS 2.0 features you want?

From: Roberto Chinnici <roberto.chinnici_at_oracle.com>
Date: Fri, 11 Mar 2011 16:20:34 -0800

  Getting back to this list of suggestions...

I just created new issues for the first two items on the list (@Form and
Param marshalling), see JAX_RS_SPEC-61 [1] and JAX_RS_SPEC-62 [2].

[1] http://java.net/jira/browse/JAX_RS_SPEC-61
[2] http://java.net/jira/browse/JAX_RS_SPEC-62

On 3/9/11 6:11 AM, Bill Burke wrote:
> Here's some more from a longtime user/contributor of Resteasy.
>
> -------- Original Message --------
> Subject: Re: [Resteasy-developers] JAX-RS 2.0 features you want?
> Date: Wed, 9 Mar 2011 12:16:09 +0100
> From: Stef Epardaud <stef_at_epardaud.net>
> To: Bill Burke <bburke_at_redhat.com>
> CC: resteasy-developers <Resteasy-developers_at_lists.sourceforge.net>
>
> Yes:
>
> - @Form:
> http://docs.jboss.org/resteasy/docs/2.0.0.GA/userguide/html/_Form.html
> - Param marshalling:
> http://docs.jboss.org/resteasy/docs/2.0.0.GA/userguide/html/StringConverter.html
> - MetaData API so that extensions to RESTEasy can browse through the
> JAX-RS resources defined
> - A Dynamic way to register JAX-RS resources (not based on
> annotations) because currently in order
> to define new resources dynamically we need to generate bytecode
> with the proper JAX-RS annotations.