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