sound advice on REST

2007-09-17 @ 23:27#

Benjamin Carlyle of Sound Advice takes another shot at comparing RPC and REST. here's a sample:

REST splits the semantics of each interaction into the three components. Most of REST theory can be boiled down to using URLs for identification, using the right transport protocol, and transporting the right data formats over it.

code