users@jersey.java.net

[Jersey] Fwd: JAX-RS 2 PUT method

From: valentina armenise <valentina.armenise_at_gmail.com>
Date: Fri, 10 Jan 2014 13:46:30 +0100

Hi everyone,

I have recently moved from jersey1.9 to jersey2 and with my surprise my PUT
method can't access the FormParameter of my Form anymore.

I know FormParameter are used for POST, but I have a form to update a
resource. These are my concerns:

1)why was it working in jersey1.9, is that due to some new JAX-RS
specifications?

2) Is it correct to use POST method to update purposes?
3) should I rather use PUT and use PathParameter?

Thank you,

Valentina