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 Jonathan Allen on Oct 18, 2010
With Microsoft’s embrace of jQuery, one has to wonder what will happen to the other JavaScript libraries that they created. As it turns out, ASP.NET AJAX will continue to be supported while the newer ASP.NET Ajax Library will never see another bug fix. In a recent MIX article, Dave Ward clarifies the situation.
First a bit of history. Microsoft’s first attempt at an AJAX library started in late 2005 under the code name Atlas. In January of 2007 the first production version released as ASP.NET AJAX. In November of the same year, the library was promoted from a stand-alone offering to part of ASP.NET 3.5. A follow-up version was released with ASP.NET 4.0. Much of the functionality is centered around the UpdatePanel control, which will continue to be supported though it has lost favor among developers.
Released in parallel with ASP.NET AJAX was the Ajax Control Toolkit. Released on CodePlex, it continues to receive occasional bug fixes but they are few and far between. According to Dave Ward, much of its functionality is available in jQuery and jQuery UI, making its future uncertain.
Third up is the Microsoft Ajax Library, also known as the ASP.NET Ajax Library. Dave Ward says,
Though this library was stealthily “released” within the latest versions of the AJAX Control Toolkit distributions, it is deprecated, obsolete, is not supported by Microsoft in any form. It will receive no further development or bug fixes, and should not be used going forward.
He continues, “if you’re using a DataView or Sys.require, you’re using the now-obsolete ASP.NET Ajax Library and should consider a jQuery-based alternative.”
Taming HTML5 and JS: High Performance Mobile, WebKit, FireFox Dev Tools @QCon New York
Building HTML5 Apps in Hours, Not Days
Tools to unit test your JavaScript
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