Cloud Foundry: Design and Architecture
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Javaid Aslam on Feb 13, 2009
Tieu Luu makes a case for the REST architectural style in a recent article, using a Department of Defense’s project, called Net-Centric Data Strategy (NCDS), as an example. He argues that some of the core objectives of NCDS can be more naturally supported by the four basic principles of REST, viz., Uniform Interface, Self-Descriptive Messages, Addressable Resources and Hypermedia as the Engine of Application State.
In 2003 DoD established an enterprise level data strategy, called Net-Centric Data Strategy, which has a set of fairly well defined basic goals. Four of these goals share some common characteristics with the World Wide Web for sharing and utilizing the data within the enterprise. The authors have chosen these four goals of this initiative to illustrate their point:
The author goes into detail explaining the existing natural synergy between the REST principles and the NCDS goals. For example, he explains how the REST principle of Uniform Interfaces can naturally support the data accessibility and unanticipated user features of NCDS. He summarizes the coverage of these four goals of NCDS by the above four basic REST principles in a table as shown below:
REST Principle
Alignment with Net-Centric Data Strategy
Uniform Interfaces
· All resources exposing the same uniform interface enables ubiquitous access to data
· Supports the unanticipated user since all users anticipated or not access resources through the same uniform interface
Self-Descriptive Messages
· Use of standard representation formats and descriptive metadata enables data to be understandable by a broad audience
Addressable Resources
· Every resource or piece of data has an addressable URI making it discoverable and thus increases its visibility
· The URI not only allows the resource to be discovered, but also allows it to be accessed
· These URIs also allow information to be linked to provide context to increase understandability
Hypermedia as the Engine of Application State
· This principle of “connectedness” requires resources to contain links to other relevant resources, enabling related resources to be discoverable through each other’s representations
· This connectedness of resources results in a network of information that provides the context to increase understandability
The author also acknowledges those scenarios of DoD in which SOAP and WS-* would be more effective, for instance in an application-to-application integration scenario. He continues to defend his position that he is not positioning REST as a better approach, but simply an alternative that could offer benefits under certain scenarios. In the end he expresses his hope, that is, his article will convince DoD to use REST as well.
InfoQ has published a series of articles, news and presentations covering the REST architectural style as well as the ongoing debate around REST.
The author of the article is actually Tieu Luu. The authors mentioned are authors of other relevant SOA & WOA articles on the article's website.
Thanks, fixed.
The authors have changed three times since its original publication on Feb 9, 2009. The name Tieu Luu has appeared only today.
Net-Centric Data Strategy is not a project in the DoD but a overarching directive for all DoD systems of record to share data.
As someone who is actively working a DoD project that utilizes Net-Centric capabilities, this article caught my attention, most folks don't realize that the government has spent probably billions on putting the Net-Centric stuff out there for use on DoD projects, this is without doubt the largest SOA on Earth and almost no one has heard of this effort, funny eh?
There are roughly 6-8 core capabilities of the Net-Centric infrastructure, from machine-to-machine messaging, to web services, to collaboration, to file sharing.
Most of the current direction has been to build these capabilities with WS-* technologies including strong SAML support. There is a discovery aspect to these set of services, where you register XML metadata for services and
data that you register.
One of the capabilities is called File Based Exposure, this allows users to download files using their browser via normal HTTP URL links. This is a form of REST right?
All the other services are based tightly on WS-* and utilize SAML. Getting the DoD to change from this model to a REST model will happen when the federal budget is balanced or when REST becomes WS-* :^))
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
Andrew Watson talks about the work of the OMG, where CORBA is alive and well (hint: in your car), UML and UML Profiles vs. custom Modeling languages, DDS and other middleware, and much more.
Sohil Shah discusses creating iPhone and Android enterprise mobile applications based on cloud services using the open source platform OpenMobster.
Paul Sanford presents the transformations supported by data throughout its life cycle, and how that can be better done with Splunk, an engine for monitoring and analyzing machine-generated data.
A common “best practice” for unit tests is to only write a one assertion in each test. I intend to question this advice by showing that multiple assertions per test are both necessary and beneficial.
John Rauser presents the architectural and technological evolution of Amazon retail websites starting with 1994 and ending with adopting Amazon Web Services.
Michael Stal discusses system architecture quality, how to avoid architectural erosion, how to deal with refactoring, and design principles for architecture evolution.
Every developer has had to integrate with another system, API or component. Tis article provides strategies to handle the change and for he separating system boundaries.
5 comments
Watch Thread Reply