Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-incubator-e4-dev] [resources] REST (Representational State Transfer)

In the call today some asked for some links to an introduction
to REST. Wikipedia is a good starting point:
  http://en.wikipedia.org/wiki/Representational_State_Transfer

Some important attributes of the RESTful approach is:
    * Client-server
    * Stateless
    * Cacheable
    * Layered

Here is a podcast (~1h) introducing the REST concepts (and some links):
  http://www.se-radio.net/podcast/2008-05/episode-98-stefan-tilkov-rest
e.g.:
  http://www.infoq.com/articles/rest-introduction

Michael


Back to the top