My Account
REST [Representational State Transfer] is an architectural style for building large-scale networked applications. It is a description of the facets of the WWW that made the Web so successful. REST describes a networked system in terms of
  • data elements (resource, resource identifier, representation)
  • connectors (client, server, cache, resolver, tunnel)
  • components (origin server, gateway, proxy, user agent)
-- RESTwiki REST is an architecture that separates server implementation from the client's perception of resources, scales well with large numbers of clients, enables transfer of data in streams of unlimited size and type, supports intermediaries (proxies and gateways) as data transformation and caching components, and concentrates the application state within the user agent components. -- Roy Fielding
More information

Subcategories 2

Architecture of web services and the semantic web. REST/Relational perspective.
Roy Thomas Fielding's PhD dissertation "Architectural Styles and the Design of Network-based Software Architectures".
Tool for exposing relational databases as REST style Web Service
Architecture of web services and the semantic web. REST/Relational perspective.
Roy Thomas Fielding's PhD dissertation "Architectural Styles and the Design of Network-based Software Architectures".
Tool for exposing relational databases as REST style Web Service
Last update:
September 28, 2019 at 5:15:10 UTC
Computers
Games
Health
Home
News