REST – Good, Bad and Ugly
Posted by: Cirrus Minor,
on 12 May 2009 |
View original | Bookmarked: 0 time(s)
I recently got a request from Alik for my opinion on REST. I think this might
be interesting for a wider audience and decided to blog my answer here.
Note: I also have a REST presentation I prepared awhile ago, which is downloadable
from here (ppt)
The good
As you probably know REST is an architectural style defined
by Roy Fielding for the web which is built on several foundations (client/server,
uniform interface etc.) which gives it...