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 David Totzke on May 29, 2006
In his article in The Architecture Journal David Green of the Microsoft Windows Workflow Foundation team discusses the typical attributes of an effective workflow model platform and then goes on to explore how Windows Workflow Foundation fulfills these requirements. The article is a long and thorough read, below is a quick summary of some of the key points:
Why haven't we seen more widespread use of workflow models? There are three main factors that have limited their adoption. The cost of most workflow products has been quite high. Integrating the workflow platform with existing systems and standardizing on a particular workflow model is also costly.
What is a workflow? In simple terms a workflow describes an organization of work "units". Points of interaction within the workflow are referred to as contracts. Contracts can connect multiple parties and parties to a contract can be human or an automated process. The workflow connects and drives the activities.
Workflows can also be dynamic. They can change as they execute. One way to deal with this is to try and anticipate all of the possible branches and changes that may occur. Another way to deal with this is to treat changes as external to the workflow. Actions in this type of model are generally focussed on the achievement of a specific goal. Steps are added or removed as needed through external manipulation of the workflow.
The Workflow model must be one that is built from elements that are meanginful in the workflow domain to the exclusion of all else. It does not contain integer to string conversion functions for example. Such a model may be exploited in many ways:
David then ties in these requirements and begins explaining how they map into Windows Workflow foundation:
Thus far we have effectively recapitulated the thinking that drove the development of WF. WF as a realization of these concepts is the means by which this value can be translated into delivered solutions.
WF implements the idea of workflow as an organization of work items, abstracted away from the related ideas with which it has been coupled in traditional workflow products. The abstractions fall under three main categories: design and visualization, hosting, and semantics.
For a more detailed and in depth look at workflow, check out the full article.
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.
No comments
Watch Thread Reply