タグ

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

  • 関連タグはありません

タグの絞り込みを解除

Web ApplicationとRESTに関するyyamanoのブックマーク (1)

  • REST and usablity shouldn't be mixed

    REST is meant to allow you to represent a resource in different formats as well as provide an interface to CRUD it. If you're building REST web services, each resource will only support four operations - create, retrieve, update and delete by using http put, get, post and delete operations on a particular URL representing a resource. It should also be possible for you to navigate to http://web-ser

    yyamano
    yyamano 2008/03/14
    "I've seen a couple of instance already of people trying to twist the web service to also serve a UI - a practice which I'm cautioning against."
  • 1