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 Floyd Marinescu on Oct 10, 2006
When projects get so big that no one person can visualize the whole thing, some times tools that can visualize the architecture and measure it's complexity are needed. Headway Software just released version 2 of Structure101, "an interactive tool that shows you dependency graphs from your code-base. It lets you see these as either diagrams (the familiar Directed Graph) or dependency matrices." said Structure101 CTO Chris Chedgey, talking to InfoQ.you can discover which code-level references (like class extends class or method calls method) causes higher level dependencies (like package depends on package or jar depends on jar). After that, Structure101 is about helping you find structurally significant dependency graphs. For example it takes you straight to "tangles" (cyclic dependencies) at any level of composition (class, design, jar) and in any hierarchy (e.g. jar or package).Structure101 also includes a measurement framework that lets you drill down on the size and complexity in your code-base and prioritize problems in terms of how much they are likely costing you in terms of developer productivity. Structure101 also includes a repository and web application that let you compare the size and complexity of all your projects, track how metrics are changing over time and see exactly how the design or architecture changed between any two builds.
Structure 101 is being used by a number of large organizations, including Expedia, European commission, Credit Suisse, Delta airlines, the US Airforce and Navy, and others; it is primarily being used in two ways:
- A new Slice perspective that lets you see your whole code-base at any level of composition, for example at the class level, package level or at any design level.
- A dependency structure matrix ('dsm') representation for large dependency graphs (such as slices).
- Tagging of code-level items in order to discover how they roll up through different slices and hierarchies.
- Hiding of model items.
The first is to understand and control the complexity of their code-base. The second is to understand and control their architecture. For the former, they are looking to understand the structure of their code, where it is complex and how to go about refactoring or restructuring it in order to maximize ongoing development productivity (what the XP guys call "agility"). For the latter, they are using the "transformation" capability in order to create their "architectural" view, and then monitoring any structural changes (using the snapshot "comparison" capability) with each build in order to control the evolution of the architecture.The majority of their customers are working with codebases in the 25-75k lines of code range, "but on the other hand the cost of complexity is really proportional to the number of developers" said Chris. Headway was established late 99. "We have found that the awareness of software structure and the importance of controlling its complexity to be growing enormously over the last 2 years."
The WebSphere Liberty Profile for Developers: An Introduction
Combining Inspections, Static Analysis, Testing to Achieve >95% Defect Removal Efficiency
App Server Evolution: REST, Cloud, and DevOps Support in Resin 4
Introducing SQLFire: a memory-optimized, high performance SQL database
VMware vFabric SQLFire - Test drive the data management system with memory speed, horizontal scalability and a familiar SQL interface
Bark is a dependency analyzer Eclipse plugin, made as part of a Norwegian Computing Center (Norsk Regnesentral) research project. It actually works.
Here:
bark.nr.no
- eirik
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.
1 comment
Watch Thread Reply