Tuesday, September 23, 2008

Some articles and material about REST architecture

REST explained in few words.
Just a little post to make reference to three articles from Stefan Tilkov. Interesting!
  1. a brief introduction to REST
  2. REST anti-patterns
  3. Addressing Doubts about REST
I recall also in mind that a great and simple REST framework in java exists : Restlets!!! It may even work with GWT too ; see the GWT-Restlet Module. You also can use Restlets with Groovy.

For the ones who want to use REST with Php, the following articles are also nice :
  1. Php REST Server part 1
  2. Php REST server part 2
  3. Php REST server part 3

No comments: