[android-beginners] Re: Android Hessian Library

2009-08-06 Thread stoney

since i have to use hessian i initiated http://code.google.com/p/hessdroid/
- a hessian library for android. it is a very stripped down version of
Caucho's java library. first tests with the customer's web service
interfaces worked quite well :-)

cheers, andre

On Jul 30, 4:05 pm, Yusuf T. Mobile yusuf.s...@t-mobile.com wrote:
 Nothing to lose one's head over, buthttp://code.google.com/p/protobuf/
 may (or may not) accomplish something similar, and has been ported to
 Android.

 Yusuf Saib
 Android
 ·T· · ·Mobile· stick together
 The views, opinions and statements in this email are those 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?

  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 Java library (under the
  Apache License) is provided by Coucho, Hessian4J (http://
  developer.berlios.de/projects/hessian4j/) is another third-party Java
  library.

  If there is no such library for Android and nobody else is working on
  it, i am going to try to rewrite the Coucho Java library mentioned
  above and put it on google code.

  thx in advance...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 code when it's done.

cheers, andre

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 of Android development questions...

 1. Can you consume a webservice from android and if so are there any
 good examples?
 2. Is android a good platform to develop private apps for customers,
 i.e ones which are not for general public use?

 Cheers
 Grubber
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 ofAndroiddevelopment questions...

 1. Can you consume a webservice fromandroidand if so are there any
 good examples?
 2. Isandroida good platform to develop private apps for customers,
 i.e ones which are not for general public use?

 Cheers
 Grubber
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 Java library (under the
Apache License) is provided by Coucho, Hessian4J (http://
developer.berlios.de/projects/hessian4j/) is another third-party Java
library.

If there is no such library for Android and nobody else is working on
it, i am going to try to rewrite the Coucho Java library mentioned
above and put it on google code.

thx in advance...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---