users@jersey.java.net

Re: [Jersey] CALL REST API GET/POST/PUT Request from J2ME

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Tue, 7 Sep 2010 13:54:11 +0200

Hi Nitin,

I am not aware of any HTTP-based clients for JavaME beyond the
severely restricted HttpURLConnection.

I am not sure what profile you are using nor what available XML
support there is. You might want to do a web search to see what is out
there.

Paul.

On Sep 7, 2010, at 1:00 PM, nitin1311 wrote:

>
> Hi,
>
> I am trying to consume a Jersey based REST API from the J2ME mobile.
> Is
> there any good alternatives or open source for the REST client ?
>
> For the POST http request, do I need to explicitly create a XML
> document of
> the entity object or it can be implicitily created like in java
> client with
> the use of webresource object.
>
> Thanks in advance.
>
> Regards,
> Nitin
> --
> View this message in context: http://jersey.576304.n2.nabble.com/CALL-REST-API-GET-POST-PUT-Request-from-J2ME-tp5505988p5505988.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
>