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.
Interview with Richard Hale Shaw on Jan 31, 2007 Length 00:21:30
Automating Error Reporting for .NET Applications
Introducing SQLFire: a memory-optimized, high performance SQL database
RDBMS to NoSQL: Managing the Transition
Visual Studio vNext: ALM features for Agile Planning, Team Collaboration
Troubleshoot Java/.NET performance while getting full visibility in production
One feature I was rather excited about at first, but quickly dampened once I started using it, is the anonymous delegate/closure. Because C# is strongly typed, even with type inference, there ends up being way too much setup/boilerplate involved in using this. In the end there is none of the satisfaction as there is in the various scripting languages that have closures.
Given the fiasco of closures in C# 2.0, am going to lobby the Java community to not bother going down the same problematic path. Just stick with Java's anonymous inner classes and leave it at that. Java folks have a great alternative - the Groovy JVM language. The use of closures in Groovy turns out exactly as one would hope. It's the dominant cool feature of Groovy.
We should not make the same mistake as the C# community where C# has been turned into a public works project for language designers - with result that C# is becoming the PL/1 of this decade. We should basically lock Java down and go forward with Groovy as the next generation JVM-based language. Groovy is just the right amount of embellishment to where any of the goodness of Ruby can be enjoyed whereas the close association/compatibility to Java, the Java class libraries, the JVM, and Java developer infrastructure makes Groovy an immediate serious enterprise development language.
Microsoft C# compiler developer, Peter Hallam, and I one time met over lunch and discussed the merits of aspect-oriented programming. I had been using AspectJ in enterprise development for my company and so had some real-world experience to relate.
I basically told him that AspectJ, in my view, was the ultimate patching language for Java-based code. With AspectJ one can take an off the shelf, third party Java library, or an application server like JBoss, or any Java code in the Java runtime class library, and apply any manner of fix or embellishment to that existing code. This can be done without having to download all the source code and figure out how to get successful builds of the whole monstrosity (which can be a huge time waster). With AspectJ one just downloads the specific source code files that need to be patched (to use a reference guide), apply the aspects introducing the fix or new embellishments. Every dependent application at runtime will then get to enjoy the adjusted implementation.
Peter made mention of extension methods - but I don't see these as being powerful enough. You really need the full power of an AspectJ-like solution if you start going down this path of patching existing code from the outside.
However, it is good that AspectJ is a separate language from Java. Only certain expert developers need to do patching. Most developers don't need these kind of capabilities cluttering up the language they use every day.
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.
2 comments
Watch Thread Reply