Re: [android-developers] Restlet on Android

2010-01-11 Thread Kevin Duffey
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

[android-developers] Restlet on Android

2010-01-11 Thread skrat
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