users@jersey.java.net

Re: [Jersey] How to Read data appended to url for PUT method

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Fri, 3 Sep 2010 10:29:53 +0200

Hi.

Did my previous reply to you help clarify some matters on this topic?

Whether it is PUT or POST you can send the information as a request
entity of the format of which you can decide if you are designing the
server.

Paul.

On Sep 1, 2010, at 4:39 PM, piranha wrote:

>
> Hi,
>
> I'm trying to add a new row of data into DB, using PUT method.
> As we are not going to use any HTML or JSPs in our application, i
> cannot
> send the data using a POST, so i need to send the new data to be
> added with
> the request url.
> how i can i do it?
> Please help me.
>
>
> --
> View this message in context: http://jersey.576304.n2.nabble.com/How-to-Read-data-appended-to-url-for-PUT-method-tp5487303p5487303.html
> Sent from the Jersey mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>