apqoo wrote: > Hi all, > > I'm trying to make an Android application that uses a remote server to > share data between a group of users. > > I'm looking for a high level approach such as RMI so I can easily pass > objects and exceptions (I love remote exceptions), but It seems > Android's Java doesn't have RMI. > > What are my alternatives?
If you're looking for something RMI-ish, XML-RPC and SOAP are two common alternatives, though I'm not sure if the available client libraries run on Android. Of course, there's always plain HTTP/REST or the various messaging APIs (XMPP. STOMP, AMQP, etc.). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.3 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

