[http://creativecommons.org/licenses/by/3.0/]
This work is licensed under a CC
Attribution 3.0 Unported License [http://creativecommons.org/licenses/by/3.0/]
The Web is built on an architectural style called Representational State Transfer (REST). The main idea of this style is to use a uniform interface for all services, which means that each Web site provides the same service. This idea of a uniform interface is apparent in Web documents (browsers can GET documents by following hyperlinks), but also can be extended to cover machine-oriented Web Services. REST is a style that supports loose coupling and massive scalability, as opposed to more traditional ways of how enterprise computing attempts to integrate all functionality in an attempt to hide distribution.
Thingin this case should refer to anything
Stateless Applications!
10 browsers
10 browser tabs
client scope)
stuff
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
[…] the URI syntax is a federated and extensible naming system wherein each scheme's specification may further restrict the syntax and semantics of identifiers using that scheme.
Uniform Resource Identifier (URI): Generic Syntax
, RFC 3986, January 2005 [http://dret.net/rfc-index/reference/RFC3986]
inputto the resource
The query component contains non-hierarchical data that, along with data in the path component […], serves to identify a resource within the scope of the URI's scheme and naming authority […].
Uniform Resource Identifier (URI): Generic Syntax
, RFC 3986, January 2005 [http://dret.net/rfc-index/reference/RFC3986]
41 × 1 × 1 × 1 × 1 …without side-effectsmeans
without relevant side-effects
41 × 0 × 0 × 0 × 0 …without side-effectsmeans
without relevant side-effects
URI/cookiecombo)
bestrepresentation
shared statewithin the context of one browser


