Hi Jeff,
Apologies i forgot to reply on the wiki.
We don't support form beans yet, just @FormParam on the parameters of
a resource method.
I think it is a good idea, for URL encoded or in general for multipart
whether it be for form-data or other multi-parts, and it would be good
to be part of Jersey. For multipart bean support we build upon Craig's
API. It would be good to share bean processing functionality between
URL-based and multi-part based beans.
Paul.
On Nov 4, 2008, at 1:22 AM, Robertson, Jeff wrote:
> Since we have Craig at our disposal here, I figure I'll bring this up.
>
> Before I subscribed to the mailing list, I posted this on the wiki:
>
> http://wikis.sun.com/display/Jersey/getting+form+data+as+a+populated+javabean
>
> (Note: that code compiled against 0.9. Will not compile with 1.0)
>
> Does anyone thing this is something that should be in Jersey and/or
> JAX-RS? Not my implementation, which I worked on for less than an
> hour before wikifying it, but the general idea?
>
>