I've been reading the Google Data APIs blog for a few months and have been impressed at how Google has been quietly executing on the plan of having a single uniform RESTful Web service interface to their various services. If you are unfamiliar with GData, you can read the GData overview documentation. In a nutshell, GData is Google's implementation of the Atom 1.0 syndication format and the Atom Publishing Protocol with some extensions. It is a RESTful XML-based protocol for reading and writing information on the Web. Currently one can use GData to manipulate and access data from the following Google services

with more on the way. Contrast this with the API efforts on Yahoo! Developer Network or Windows Live Dev which are an inconsistent glop of incompatible RESTful protocols, SOAP APIs and XML-RPC methods all under the same roof. In the Google case, an app that can read and write data to Blogger can also do so to Google Calendar or Picasa Web Albums with minimal changes. This is not the case when using APIs provided by two Yahoo! services (e.g. Flickr and del.icio.us) or two Windows Live services (e.g. Live Search and Windows Live Spaces) which use completely different protocols, object models and authentication mechanisms even though provided by the same vendor.

One way to smooth this disparity is to provide client libraries that aim to provide a uniform interface to all of the vendors services. However even in that case, the law of leaky abstractions holds. Thus the fact that these services use different protocols, object models and authentication mechanisms ends up surfacing in the client library. Secondly, not only is it now possible to create a single library that knows how to talk to all of Google's existing and future Web services since they all use GData. It is also a lot easier to provide "tooling" for these services than it would be for Yahoo's family of Web services given that they use a simple and uniform interface. So far none of the big Web vendors have done a good job of providing deep integration with popular development environments like Eclipse or Visual Studio. However I suspect that when they do, Google will have an easier time than the others due to the simplicity and uniform interface that is GData.


 

Categories: Web Development | XML Web Services
Tracked by:
http://correctserver.com/dave-johnson-friday-atom-and-rest-links/ [Pingback]
http://scottwater.com/blog/archive/google-analytics-api/ [Pingback]
http://telligenti.com/scottw/archive/2007/05/29/google-analytics-api.aspx [Pingback]
http://xiaozhan.cc/blogs/feeds/archive/2007/05/29/google-analytics-api.aspx [Pingback]
http://zabivwn.net/delaware/sitemap1.html [Pingback]
http://yftbsy1.net/games/sitemap1.html [Pingback]
http://pcbaqlu.net/00/sitemap1.html [Pingback]
http://lbxaveg.net/05/index.html [Pingback]
http://lx2rnws.net/rooms/sitemap1.html [Pingback]
http://henres.site.io [Pingback]
http://fl7vaa4.net/ebay/sitemap1.html [Pingback]
http://tulanka.readyhosting.com/forex/sitemap1.php [Pingback]
http://host239.hostmonster.com/~blogford/sitemap4.html [Pingback]
http://gator413.hostgator.com/~digital/shoes/sitemap1.html [Pingback]
http://fskh6vo.net/sitemap1.html [Pingback]
http://thccxmo.net/alaska/sitemap1.html [Pingback]
http://kmnjey0.net/tax/sitemap1.html [Pingback]
http://box432.bluehost.com/~zbloginf/sitemap2.html [Pingback]
http://gator442.hostgator.com/~hockteam/arizona/sitemap1.html [Pingback]

Saturday, 26 May 2007 04:24:08 (GMT Daylight Time, UTC+01:00)
Seriously, have you tried the Blogger GData API to do something really obvious like import entries from an old blog to a new blog hosted by blogger. First of all, you can't keep the old timestamps from your original blog and they throttle you at 50 entries per day. What good is an API (whether REST or WS-* or pick-your-fave) if you can't really use it do what you want to do?
Sunday, 27 May 2007 21:54:43 (GMT Daylight Time, UTC+01:00)
One would think that you would be in a position to move the Live APIs to APP..

Would not be unprecedented for Microsoft either: The early embrace of WebDAV across many products comes to mind (even if WebDAV went nowhere, sadly). Then again, APP is quite similar to WebDAV in some ways, maybe it is "the WebDAV done right"?
Tuesday, 29 May 2007 20:53:53 (GMT Daylight Time, UTC+01:00)
Sharing architectures makes sense...except when it doesn't
pwb
Thursday, 21 June 2007 19:17:07 (GMT Daylight Time, UTC+01:00)
google's programmers search engine http://devshots.com

Devshots returns Google search results, but emphasize on programming related sites and resources. So the search result will be smart and accurate.
Comments are closed.