I am looking for podcast or videos on REST and RESTful.

Ideally they should cover the basics & the more advanced topics

link|improve this question

feedback

8 Answers

up vote 6 down vote accepted

It's short and very basic, but check out Intro to REST from the GoogleDeveloper channel.

For podcasts, check out the ThoughtWorks IT Matter podcasts REST - Part 1 of 2 and REST - Part 2 of 2 (audio links broken; summaries are still here) where Martin Fowler, Chris Stevenson, Jim Webber, and Sriram Narayan talk about REST.

Also, there's the "Stefan Tilkov on REST", and maybe the "Web Services with Olaf Zimmermann" episodes from Software Engineering radio.

There might be something for you on the RestWiki and the REST wikipedia article has lots of links to follow for more material.

I recently stumbled upon the "RESTful Web Services" video course by Intertech but haven't checked it out. YMMV.

link|improve this answer
1  
The Wikipedia article is in terrible shape, and the creator of REST, Fielding, says it isn't accurate. – aehlke Jul 24 '09 at 20:52
The Thoughtworks podcasts seem to be unavailable. – Teddy Mar 21 '10 at 15:18
feedback

This is quite interesting article. I am afraid it is not a video or podcast, but thought it can be useful.

How I Explained REST to My Wife

link|improve this answer
feedback

For basics, this is a good one : Understanding REST

There are some MIX sessions which you can find by searching for REST but most of them are based on WCF or Data Services.

Thoughtworks has a podcast on REST as well which can you get from here..

link|improve this answer
feedback

Here is one from Stefan Tilkov and another from Alan Dean

link|improve this answer
feedback

If you interested in using REST with WCF and .NET I would recommend Endpoint.TV

link|improve this answer
feedback

Two other articles from infoq: 1. A Brief Introduction to REST 2. REST Anti-Patterns

link|improve this answer
feedback

Just read Fielding's dissertation and his blog. His blog clears up some common misconceptions of REST. Beware of other information on REST that does not use authoritative sources - there's a load of misinformation out there.

link|improve this answer
I know he is the authority but its not exactly the simplest introductory material is it? Fielding himself claims he has no time to explain it to implementors...he has bigger and better things to do! – jkp Nov 22 '09 at 4:12
1  
It's important to know the authoritative source so that you only trust other things which reference and rely on it. – aehlke Nov 24 '09 at 21:13
feedback

Hi there is a nice video on how to use REST in Delphi aplplications by Jonathan Benedicto

DataSnap REST Support for Web Applications This presentation covers how to use the new DataSnap REST support for Web applications.

here is a link to a video by Marco Cantù that has some nice delphi examples of rest clients

10 Rest Clients in Delphi From Google to Amazon, from Microsoft to Yahoo, from Facebook to Twitter, most large Web sites offer a REST API and Delphi can easily query all of them. This session provides an overview of 10 REST client APIs showing how to integrate database data and Web applications. Creating Windows 7 applications in Delphi, since Delphi 2007, there has been improved support for new features of the Windows operating system, from Windows Vista to Windows 7. In this session, we explore some of the native features of the VCL and some extra APIs you can use.

Both these video come from the code rage 4

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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