RESTful Web Services
Safari Books Onlineでも配信開始してた。
- 作者: Leonard Richardson,Sam Ruby
- 出版社/メーカー: Oreilly & Associates Inc
- 発売日: 2007/05/01
- メディア: ペーパーバック
- 購入: 1人 クリック: 19回
- この商品を含むブログ (21件) を見る
Yahoo! Developer NetworkのFAQみてたら、
Q: What is REST?
Frequently Asked Questions (FAQ) - Yahoo! Developer Network
REST stands for Representational State Transfer. Most of the Yahoo! Web Services use "REST-Like" RPC-style operations over HTTP GET or POST requests with parameters URL encoded into the request.
なるほどね。"REST-Like" RPC-style operationsねぇ。