You might have seen the recent news reports about the collision between U.S. and Russian communication satellites. The U.S. satellite was one of the Iridium satellites. What wasn’t reported and you probably don’t know is that an object database management system (ODBMS) is an important part of the Iridium system. Even though ODBMSs are a [...]
February 13, 2009
I am now also posting on the Cutter Blog. My initial posting is (The Acronym) SOA is (Perhaps) Dead (at Some Companies); Long Live Services. It is a response to Anne Thomas Manes’ SOA is Dead; Long Live Services on her blog at the Burton Group.
January 9, 2009
The typical definition of an atomic task or process is one that cannot be decomposed further. This is vague and subject to interpretation. The Decomposition Matrix on this site uses a specific definition: A task (for business process diagrams) or a process (for data flow diagrams) is atomic if every input relates to every output [...]
December 3, 2008
My last posting referenced the criteria for a well-formed business process diagram mentioned in Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. I am going to expand on their criteria to create a more comprehensive definition of a well-formed business process diagram. To start, here are three criteria [...]
November 18, 2008
I recently received two new books on business process modeling. Both books looked interesting because they had great titles. As it turns out, one book is great and the other not so good. The not so good book is Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. There [...]
October 9, 2008
The Design Decomposition Blog is written by Doug Barry.
Representational State Transfer (REST) is a style of
architecture based on a set of principles that describe how networked resources are defined
and addressed. These principles were first described in 2000 by Roy Fielding as part
of his doctoral dissertation (new window).
REST is an alternative to the W3C's set of standards that include SOAP (new window) and other WS-*
specifications (some are shown in the navigation menu below).
It is important to note
that REST is a style of software architecture as opposed to a set of standards.
As a result, such applications or architectures are sometimes referred to as RESTful or REST-style applications or architectures. REST has proved to be a popular
choice for implementing Web Services. For example, the books suggested at the
bottom of many of these article pages are dynamically generated, in part, using
a REST architecture. It is one of the options for Amazon Web Services (new window).
An application or
architecture considered RESTful or REST-style is characterized by:
State and
functionality are divided into distributed resources
Every resource is
uniquely addressable using a uniform and minimal set of commands (typically
using HTTP commands of GET, POST, PUT, or DELETE over the Internet)
The protocol is
client/server, stateless, layered, and supports caching
This is essentially the
architecture of the Internet and helps to explain the popularity and ease-of-use
for REST.
There are nearly 400 pages of articles on this site with over 130 pages on Web services and service-oriented architecture.
Search this site for more articles
Custom Search
Browse this site for more articles
Click on the topics below to browse the articles on this site. You can see more detail by clicking on the arrows. This highlights the location of the current
article: Representational State Transfer (REST).
Related recent articles from Google News
Multi-tenancy: why you should care ZDNet (blog) He founded pioneering website ASPnews.com, and later Loosely Coupled, which covered enterprise adoption of web services and SOA. ... and more » 1 Sep 2010 at 4:41pm
2010: The Year We Make (Email) Contact ZDNet UK (blog) Exchange 2010 builds on the work in earlier versions to support Exchange Active Sync, Exchange Web Services (needed if you want to support Macs running ... and more » 2 Sep 2010 at 10:46am
Download soapUI 3.6 Beta 2 / 3.5.1 / Free Soft Sailor (blog) ... of REST/WADL and SOAP/WSDL-based Web Services over HTTP. This is your desktop application if you need to inspect, implement and test your web services. ... 30 Aug 2010 at 8:52am
A Look Ahead to Sons of Anarchy: Season 3 Film School Rejects (blog) Show the rest of the SOA that he can lead them and will do anything to get his son back, or step out of the way. Everyone in law enforcement will make an ... and more » 22 Aug 2010 at 8:12pm
Messenger Connect discontinues .Net Library LiveSide Net Library, instead offering samples of code which work directly with Messenger Connect web services, using REST and OData. Here's the email: An important ... 30 Aug 2010 at 6:52pm
Restful Web Services by Leonard Richardson, Sam Ruby, David Heinemeier Hansson Average Customer Review: based on 46 reviews. Customer Review: Good to hear someone make a convincing argument for a web-based services protocol versus the complexity of SOAP.
RESTful Web Services Cookbook: Solutions for Improving Scalability and Simplicity by Subbu Allamaraju Average Customer Review: based on 3 reviews. Customer Review: As is common with O'Reilly's Cookbooks, the style of this book is very terse and to the point. There is not much handholding. The intended audience seems to be system architects who already know what they are doing, but who need to know what they should be aiming for when they want to be RESTful. The "recipes" in this Cookbook are mo...
RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5 by Jon Flanders Average Customer Review: based on 9 reviews. Customer Review: There are two things I really liked about Flanders' book: (1) It has a gradual progression from concept to implementation that is both easy to read and very structured. It made the whole book very valuable. The initial section on REST is concise and either enlightening or revision, depending on what you already know. The transition t...