有关使用和/或设置REST Web服务的真实世界指南?

I've only used XML RPC and I haven't really delved into SOAP but I'm trying to find a good comprehensive guide, with real world examples or even a walkthrough of some minimal REST application.

I'm most comfortable with Python/PHP.

I like the examples in the Richardson & Ruby book, "RESTful Web Services" from O'Reilly.

There is a good example with the Google App Engine Documentation. http://code.google.com/appengine/articles/rpc.html. It also talks you through some security aspects of doing REST