users@jersey.java.net

Re: How to Read data appended to url for PUT method

From: piranha <piranha.urs_at_gmail.com>
Date: Tue, 7 Sep 2010 11:32:29 -0700 (PDT)

Hi Paul,

thanks for all your informattion. I'm able to develop couple of REST
Services to enable POSTmethod accept data from an xml and also from an HTML
form.

Now my doubt is : Can we implement a POST method with annotation @POST,
where i'm trying to read data which is directly appended to the request URL
as:

http://localhost:8080/resource/add/param1/param2

                               (or)

http://localhost:8080/resource/add?param1=value1&param2=value2
 
-- 
View this message in context: http://jersey.576304.n2.nabble.com/How-to-Read-data-appended-to-url-for-PUT-method-tp5487303p5507681.html
Sent from the Jersey mailing list archive at Nabble.com.