Introduction to REST (Revisited)

I get a lot of questions around RESTful practices and I see a lot of confusion out there in REST API land about what REST really means, is, and how to implement it.  Last November 2012, I talked at the Pearson Technology Summit in Denver, Colorado.  The talk is entitled “Instant REST Services with RESTExpress” but spends some time during the first have to revisit the six REST architectural constraints.  While the lapel mic was giving me troubles and causing some noise on the recording, the content is definitely understandable.  Enjoy.

[youtube http://youtu.be/XcNDRr5zaI0]

 

The Six Constraints of the RESTful Architectural Style are:

  • Uniform Interface
  • Stateless
  • Client-Server
  • Layered System
  • Cacheable
  • Code on Demand

3 thoughts on “Introduction to REST (Revisited)”

  1. Very good .. well thought out tutorial.
    It will be nice if you could expand it a little bit more. As an experienced RESTful API programmer (kinda) I could quite easily connect to your flow of the presentation, helped me reflect on the basic concepts (which is REST is all about, get the basics right!).

Leave a Reply

Your email address will not be published. Required fields are marked *