Percolating REST
Larry O'Brien: This article and this one (both by Paul Prescod) and this one by Sam Ruby I think are finally getting through my thick skull why "REST" is being used as a proxy statement for "the challenges that many Web Service developers will face." They're much better reading than the REST Wiki. Cool. By the way, I believe it was me that "cheekily" said that one needed to "get prepared for the object reference to move outside of the parenthesis".
I also agree with your "on the other hand" comment. It gets worse, however. If I have a reference to a.b.c, and then I do a PUT to a, it is not always clear what the caching implications to a.b.c are. This is a subtle point that often gets glossed over.