You're right here of course, Restlet provides some nice stuff but I'm
increasingly annoyed by fact that nothing actually works, I tried to
use GWT edition, which worked sort of, but increased size of my
compiled app by 30%, which is just not acceptable. While the idea of
Restlet and it's editions is nice, execution is very poor.

On Jan 11, 10:12 pm, Kevin Duffey <andjar...@gmail.com> wrote:
> May I ask why you are using Restlet and not just using the HttpClient built
> in to Android to make a RESTful call? I am a server side restful developer
> and have quite easily and successfully made REST calls from android to my
> server. I didn't need any special libraries. I do use Jersey on the server
> side, and may look into using Jersey with JAXB on the android side to allow
> XSD generated objects to automatically be sent as xml or json from android
> to the server and back again. Otherwise tho, I can get an xml response and
> parse it using the xml pull parser android provides just fine.
>
>
>
> On Mon, Jan 11, 2010 at 10:39 AM, skrat <dusan.malia...@gmail.com> wrote:
> > Hi all,
>
> > hope there is somebody using Restlet on Android, as I'm having big
> > trouble getting it to work. I included these jars:
>
> > guice-2.0-no_aop.jar
> > org.apache.commons.codec.jar
> > org.apache.commons.logging.jar
> > org.apache.httpclient.jar
> > org.apache.httpcore.jar
> > org.apache.httpmime.jar
> > org.apache.james.mime4j.jar
> > org.restlet.ext.httpclient.jar
> > org.restlet.ext.net.jar
> > org.restlet.ext.xml.jar
> > org.restlet.jar
>
> > When trying to make a reuest thru Client.get(), the only thing I will
> > ever get is:
>
> > 01-11 18:34:01.973: INFO/org.restlet(454): Starting the default HTTP
> > client
>
> > ...after this, no error is logged, no more code is executed after get
> > () line. Any ideas how to acutally use Restlet with Android? Thank you
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs 
> > cr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to