タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

restとTODOに関するHISAMATSUのブックマーク (2)

  • A Web-Centric Approach to State Transition

    People implementing systems using REST often do not know how to translate their familiar state-transition diagrams into resources. This article shows how. Introduction The word "state" has two meanings -- these can be somewhat confusing. The first meaning of "state" is the data associated with an object. The second is like a "step" in a multi-step conversation or computation. The latter t

    HISAMATSU
    HISAMATSU 2007/10/28
    あとで絶対よむこと。
  • RESTWiki - 2nd life (移転しました)

    http://rails2u.com:8008/ REST APIを使い、表示、新規作成、編集、削除を行えるwikiを作ってみた。とは云うのも、先日のPofEAA読書会の時に高橋メソッドの高橋さんとRailsでREST実現するには、という話をしていて気になったのでさくっと実装。 http://rails2u.com:8008/rest/名前 というURIに対してHTTPのGET,POST,PUT,DELETEメソッドを送ると表示、作成、編集、削除するという簡単な機能の物を作ったんだけど、それだけじゃつまらないんでフロントエンドとしてxmlhttprequestを使って各種操作が行えるインターフェイスも付けてWikiっぽくした。 RailsでのREST実装は最初、僕らにはコレ系のwebservice apiを簡単に扱えるActionWebService(railsの主要ライブラリの一つ)があ

    RESTWiki - 2nd life (移転しました)
    HISAMATSU
    HISAMATSU 2007/05/08
    app の勉強を兼ねて、これの app 版を作ってみる。
  • 1