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 Robert Bazinet on Mar 16, 2009
The Ruby on Rails team has released the latest version of Rails, version 2.3.2. Rails 2.3.2 comes after a few months following the Rails 2.2 release and offers many significant changes which should be of interest to all Rails developers.
This release seems to have the biggest number of major changes compared to any prior release. Please see the Rails 2.3 Release Notes for a complete list of updates. Installation is accomplish with:
gem install rails
The release notes indicate Rails 2.3.2:
Rails 2.3 should pass all of its own tests whether you are running on Ruby 1.8 or the now-released Ruby 1.9.1.
Rails gets Rack support to have a standard API for web servers and web frameworks.
The underpinnings of script/server have been simplified and rewritten somewhat. The explicit list of supported servers that used to be in script/server is gone. Instead, Rails now depends on the installation of Rack, and script/server goes through this– which means that Rails supports any server that Rack does.
Something which has not seen an upgrade in a while, allows for embedding a Rails application within another Rails application.
Although documentation isn’t normally considered a feature in a product release, this release of Rails is coupled with significant updates to all aspects of documentation available to Rails developers. Documentation is usually the last or weakest part of many open source project but the team has make major strides in producing really good documentation for developers.
It is important to note the many changes and updates to Rails documentation and communication coming from the core team and the newly created Rails Activists.
There are many Active Record updates in this release including the introduction of nested transactions.
respond_togrouped_options_for_select Helper MethodActive Support has some nice changes, including the new Object#try.
Some of the more interesting updates to Rails comes under this section.
Rails Metal is a new mechanism that provides superfast endpoints inside of your Rails applications. Metal classes bypass routing and Action Controller to give you raw speed (at the cost of all the things in Action Controller, of course). This builds on all of the recent foundation work to make Rails a Rack application with an exposed middleware stack. Metal endpoints can be loaded from your application or from plugins.
More Information:
Rails 2.3 incorporates Jeremy McAnally’s rg application generator. What this means is that we now have template-based application generation built right into Rails; if you have a set of plugins you include in every application (among many other use cases), you can just set up a template once and use it over and over again when you run the rails command. There’s also a rake task to apply a template to an existing application:
rake rails:template LOCATION=~/template.rbThis will layer the changes from the template on top of whatever code the project already contains.
Please see the Rails 2.3 Release Notes for complete details on this release. There are a fair number of deprecations that should be reviewed to make upgrading applications a bit smoother.
RDBMS to NoSQL: Managing the Transition
Introduction to WebSphere Liberty Profile
The WebSphere Liberty Profile for Developers: An Introduction
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