web services - Restlet android client / jersey java server -
i have created rest web service using jersey in java ee app. , able create client in java app well. worked fine.
i'm trying consume web service, time using android.
i understood jersey libraries not android oriented (is true ? please confirm information ) , read restlet alternative build android client.
how possible ? have tutorials or documentation can read purpose ?
"i understood jersey libraries not android oriented (is true ? please confirm information )"
this pretty obvious. if search on jersey site, nothing shows up.
also, it's pretty hard find tutorial restlet on android. think have adapt java version. personally, use plain http client rest stuff. (i think many people that.)
regarding restlet, might find these useful:
http://weblogs.asp.net/uruit/archive/2011/09/13/accessing-odata-from-android-using-restlet.aspx
http://restlet.org/learn/guide/2.1/editions/android/
http://blog.restlet.com/2009/05/06/restlet-available-on-android-phones/
these questions helpful if change mind , want without framework.
need sample android rest client project implements virgil dobjanschi rest implementation pattern
Comments
Post a Comment