General discussion about REpresentational State Transfer, the name given to the architectural style which describes the best behaved subset of the World Wide Web (circa 1993), as determined by Roy Fielding.
Hi, REST is presented as set of architectural constraints. Most of the 'popular' REST literature (at least at the entry level), concentrates on definition of
... We're pretty low in popularity rankings (since we don't bother too much), but we wrapped Restlet + Maven2 + Spring into Kauri which serves as a framework
Using HTTP Cache control headers effectively on web site can help controlling actual requests hitting the application server. Designing URLs of website
Dhillon, I haven't used Restlet, but I've used Jersey and Rails a fair bit. Both work well and have different strengths and weaknesses. If I were going to
The Netflix API is pretty good: http://developer.netflix.com/. The Flickr "REST" API works, and is worth checking out but isn't really REST in the official