[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[jfriends-ml 13524] Re: 「 Java による RESTful システム構築」を読む会第 1 回議事録



高橋(智)です。
IWAMURO Motonori wrote:
> ・CORBAのアーキテクトが転向したのは、すごい変化ということだろうか。
snip
> ■1章 RESTについて

論文で言うと
[CHAPTER 5 - Representational State Transfer (REST)]
http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm
ということになりますが、
[RESTful PHP Web Services]
http://www.packtpub.com/restful-php-web-services/book
という本に、その論文で述べられているRESTのキーとなる原則が箇条書きでまとめられていたので、
抜粋して引用しておきます。
--- 抜粋して引用 ----
... Following are the key REST principles in brief:
・Provide every resource with a unique ID, for example, a URI
・Link resources with each other, establishing relationships among resources
・Use standard methods(HTTP, media type, XML)
・Resources can have multiple representaions that reflect different application states
・The communication should be stateless using the HTTP
---------------------

-- 
高橋智宏