vote up 1 vote down star
1

I'm an experienced client application developer (C++/C#), but need to come up to speed quickly on writing server side code to perform RESTful interactions. Specifically, I need to learn how to exchange data with OpenSocial containers via the RESTful API.

flag

3 Answers

vote up 1 vote down check

RESTful Web Services

link|flag
Thanks, I didn't know there was a book out on this. Will definitely buy. – michael.martell Sep 18 '08 at 15:19
The original dissertation (ics.uci.edu/~fielding/pubs/…) that Darrell Miller mentioned is also really good. It will help you understand the reasoning behind a lot the things described in the book. That way you have a better feel for edgecases that aren't covered in-book – Hank Gay Sep 18 '08 at 15:27
@Hank yes, that's the authoritative source on REST. – Wahnfrieden Aug 24 at 14:25
vote up 2 vote down

The RESTWiki is a very good resource and then there is the classic "How I explained REST to my Wife".

However, don't forget to go read about it directly from the source, it is not as difficult a read as it may first seem.

And I am assuming you will be doing REST over HTTP so this will come in very handy.

Lastly, considering OpenSocial supports the Atom Publishing Protocol, this will be useful.

Enjoy.

link|flag
vote up 0 vote down

I found this this to be a good introduction to RESTful web apps, although it doesn't refer to OpenSocial containers.

link|flag
Good overview doc. Here's another reference with some motivation behing RESTful (ajaxpatterns.org/RESTful_Service). – michael.martell Sep 17 '08 at 18:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.