Hey guys,

I'm starting my first Android Application and I'm trying to figure out
the best way to implement an RPC layer to communicate with my Tomcat
server. Basically, I've got POJOs on the Android Client and on the
Server. I simply would like to serialize the POJOs on Android, send up
an HTTP Post, deserialize on the server, do some work, then serialize
a POJO response back down to the client.

I've seen a number of posts referencing JSON and XML but nothing
really definitive. Further clouding the matter is the different
Android SDKs out there that seem to have different levels of support
for each. Obviously, if Android has a native library that works well,
I'd like to use that. Additionally, I'd like something that could work
with my existing POJOs without a great deal of trouble.

What are the best practices for this sort of thing? Can anyone send me
to any tutorials that have some solid examples on how to get this
implemented and going?

Thanks!

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

Reply via email to