Building Web Services the REST Way
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
- rest
- , webservices
- , programming
- , web
- , architecture
- , xml
- , design
- , webservice
- , webdev
- , api
- , article
- , development
- , web2.0
- , toread
- , rpc
- , advice
- , patterns
Bookmark History
Saved by 66 people (17 private), first by anonymouse user on 2006-07-02
Public Sticky notes
REST Web Services Characteristics
Here are the characteristics of REST:- Client-Server: a pull-based interaction style: consuming components pull representations.
- Stateless: each request from client to server must contain all the information necessary to understand the request, and cannot take advantage of any stored context on the server.
- Cache: to improve network efficiency responses must be capable of being labeled as cacheable or non-cacheable.
- Uniform interface: all resources are accessed with a generic interface (e.g., HTTP GET, POST, PUT, DELETE).
- Named resources - the system is comprised of resources which are named using a URL.
- Interconnected resource representations - the representations of the resources are interconnected using URLs, thereby enabling a client to progress from one state to another.
- Layered components - intermediaries, such as proxy servers, cache servers, gateways, etc, can be inserted between clients and resources to support performance, security, etc.
Highlighted by kayflow
Highlighted by kayflow
Motivation for REST
The motivation for REST was to capture the characteristics of the Web which made the Web successful. Subsequently these characteristics are being used to guide the evolution of the Web.Highlighted by kayflow
Highlighted by kayflow
Highlighted by kayflow
Highlighted by kayflow
Highlighted by kayflow
What is REST? >
REST is a term coined by Roy Fielding in his Ph.D. dissertation [1] to > describe an > architecture style > of networked systems. REST is > an acronym standing for Representational State Transfer. >Highlighted by pwagneratss
What is REST? > >
R EST is a term coined by Roy Fielding in his Ph.D. dissertation [1] t >o > d escribe a >n > a rchitecture styl >e > o f networked systems. REST i >s > a n acronym standing for Representational State Transfer >. >Highlighted by pwagneratss
Highlighted by ericwangqing
Highlighted by navneetk
Highlighted by navneetk
Highlighted by navneetk
Highlighted by navneetk
Highlighted by navneetk
Highlighted by navneetk
Highlighted by navneetk


Public Comment
on 2006-07-31 by ziller
on 2006-10-17 by webjoy
on 2006-10-30 by delgaudm