The Artima Developer Community
Sponsored Link

Java Buzz Forum
Salesforce.com and Google integration: AtomPub

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill de hÓra

Posts: 1137
Nickname: dehora
Registered: May, 2003

Bill de hÓra is a technical architect with Propylon
Salesforce.com and Google integration: AtomPub Posted: Jun 23, 2008 6:29 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Bill de hÓra.
Original Post: Salesforce.com and Google integration: AtomPub
Feed Title: Bill de hÓra
Feed URL: http://www.dehora.net/journal/atom.xml
Feed Description: FD85 1117 1888 1681 7689 B5DF E696 885C 20D8 21F8
Latest Java Buzz Posts
Latest Java Buzz Posts by Bill de hÓra
Latest Posts From Bill de hÓra

Advertisement

Salesforce integrate with Google Data via GData/Atom Protocol: "The metadata APIs from Google Apps means you can read the APIs directly from Google and Salesforce servers into your own developer tools, most notably Eclipse.

During his presentation at the developer conference, Benioff showed a demo in which all of the Google definitions, such as its calendar, could be read into the Eclipse IDE and then used to build Force.com apps.

The Google data APIs are built on top of the Atom publishing protocol, a more modern version of the RSS protocol used to syndicate newsfeeds.

Using them, developers will be able to access Google Data APIs directly from Salesforce.com's APEX programming language"

Apex will call Google via GData/AtomPub, Google won't serve up the Apex formats (should be a heck of a lot better than the SOAP approach Apex uses). 

So far the API services available to Apex clients are:

  • Google Documents API
  • Google Calendar API
  • Google Spreadsheets API
  • Blogger API
  • Contacts API
  • Google Data Authentication

The dump format exposed via the Apex client looks a bit weird (not quite JSON); hopefully it's not what's going over the wire or can be negotiated using a format parameter/Accept header to avoid compability problems. 

One upside is that adopting Atom protocol and the associated HTTP-like-it-oughta-be approach a should help salesforce.com stop creating multiple incompatible APIs on top of the many (~18?)  they have already (apparently these APIs account for 45% of sf.com's transactions). Or at least slow that kind of unneccessary churn down.

Also interesting that they're using multipart related to optionally upload an Atom Entry along with media content: "Documents are uploaded to the server via an HTTP POST optionally using MIME multipart encoding to combine the the document contents with a Atom entry describing the document." - I wonder if that's based on the 'Picasa style' multipart uploads which are going to be standardized on the AtomPub working group.

Read: Salesforce.com and Google integration: AtomPub

Topic: If I Had $1,000,000 Previous Topic   Next Topic Topic: DZone Snippets, where is the SearchBox?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use