Funny that everybody rush for REST framework, while most of the time people
cramming REST in their applications need less "read, upload, replace, delete"
operation model and more "normal functions, except called remotely" provided
by RPC.<p>But RPC-over-HTTP (XML-RPC, JSON-RPC, or even Thrift) is a problem solved long
ago, so it's not sexy enough, I think.