On Fri, Feb 3, 2012 at 3:22 PM, Todd Grigsby <[email protected]> wrote: > RPC and REST are both used to implement Web services, and that's where the > semantic similarities end. I only brought it up because Amazon touts > DynamoDB as REST, but it's anything but.
At least the docs don't say it's REST, but some marketing pages might, especially since REST and NoSQL are all the rage these days. IIRC, it uses POST for pretty much anything, and it looks more like SOAP with JSON instead of XML. It is indeed uglish to say the least, but my point was that you can use it directly over HTTP, without needing to write your own frontend. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

