[android-beginners] Re: Android Hessian Library

2009-08-06 Thread stoney
of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 29, 12:46 am, stoney andre.steingr...@gmail.com wrote: has someone already dex'ed an existing Hessian Java library or written a Hessian library targeted for Android

[android-beginners] Re: Android and webservices

2009-08-03 Thread stoney
Hi I would suggest using the Hessian protocol, if you have the choice. it is a very light-weight binary web service protocol, optimized for mobile clients - see http://hessian.caucho.com/. I am currently testing an Android port of Coucho's open-source Java library - going to put it on google

[android-beginners] Re: Android and webservices

2009-08-03 Thread stoney
or you could take a look at http://code.google.com/apis/protocolbuffers/ - as far as i have seen similiar to Hessian. On Aug 1, 7:03 pm, Grubber gra...@onemansweightloss.co.uk wrote: Hi All, Sorry if this appears twice, but my messages from yesterday didn't get posted? A couple

[android-beginners] Android Hessian Library

2009-07-29 Thread stoney
has someone already dex'ed an existing Hessian Java library or written a Hessian library targeted for Android? Hessian is a very light-weight binary web service protocol (http:// hessian.caucho.com/) that was especially designed for performance and thus usage in mobile clients. An open-sourced