Hi Travis,
On Apr 20, 2008, at 2:15 AM, Travis Reeder wrote:
> Just tried dropping in 0.7 to my project and it looks like
> com.sun.ws.rest.api.representation.FormURLEncodedProperties was
> removed. Is there a replacement for it?
>
It was renamed to a less unwieldy name, Form, and it now implements
MultivaluedMap because there can be two or more form parameters
present with the same name.
Note that it is now possible to directly use MultivaluedMap<String,
String> for form parameter processing as well, but i prefer the use
of Form because it is easier, plus the client side can use it too.
See the changes document for this and other stuff:
https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/
jersey-0.7/jersey/changes.txt
This is a live document that is updated every time we make SPI/SPI
changes or add new features.
Paul.
> Travis
>
> On Fri, Apr 18, 2008 at 4:53 AM, Paul Sandoz <Paul.Sandoz_at_sun.com>
> wrote:
> http://blogs.sun.com/sandoz/entry/jersey_0_7_is_released
>
> Paul.
>
> --
> | ? + ? = To question
> ----------------\
> Paul Sandoz
> x38109
> +33-4-76188109
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>
>