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 Fabian Lange on Feb 02, 2012
JetBrains released IDEA 11 before Christmas, bringing improvements to performance, Groovy and Grails support, and to Version Control plugins. InfoQ took a detailed look at what is new.
During our tests we felt the overall performance was noticeably better than in previous releases. Code completion even in large projects works well.
Groovy developers gain IDE support for the still beta 2.0 versions. There are some limitations - for example the Groovy 2.0 @TypeChecked annotation only shows up after compilation in the console output, not directly in the source as editor warning - but the addition is welcome.
With regards to version control IDEA 11 features some goodies for Git and GitHub users. It helps finding related commits from the version log and even allows creating gists out of the IDE. Subversion users however will have to wait for 11.1 to receive support for SVN 1.7, according to a developer post on the IDEA blog, which we felt was a bit disappointing. Support for Mercurical also seems to be lagging, and is still sub par compared to what Git gets. During our tests we encountered what appear to be some serious bugs with the hg plugin failing to track changes, claiming no files having changed during an editing session.
IDEA 11 also has now support for using Gradle, but we found some problems with it, and struggled to get it to work with some of our existing Gradle projects.
Other notable new features from the release notes include:
The UI has also been refreshed and looks more consistent across tools and languages.

In the commercial version, support for the Play Framework is mostly good, and includes an integrated command line interface (via Tools->Play with Play framework) which is very useful and fits well with the standard Play approach. We were disappointed that we couldn't automatically create Play projects, which instead has to be done manually using
play new app cd app play idea
after which it can be imported.
IDEA 11 updates support for the Spring ecosystem, adding new Annotations from Spring 3.1, Spring Integration and Spring Data. It optimizes Visual Editors and especially dependency diagrams for Spring models.
Since version 10.0, IntelliJ IDEA has been offered in two versions, a free open-source "Community Edition" and an expanded commercial offering called the "Ultimate Edition". The Ultimate Edition adds support for the beta of Grails 2.0, Velocity 1.7, AspectJ, the Play Framework, Spring and SQL. The Community Edition lacks the framework and application server support.
Prices for the Ultimate Edition of IDEA 11 range from 94€ for academic use over 189€ for private use to 664€ for commercial use with an upgrade subscription. Both editions can be downloaded from the IntelliJ IDEA 11 download page. The Ultimate Edition is available for a 30 day trial, which is what we used to test the new release.
Introducing SQLFire: a memory-optimized, high performance SQL database
Tutorial: Integrating SQLFire with tc Server and Spring Data
Early Access! Download JBoss Developer Studio 5.0 now, with packages for Mac, Windows or Linux!
VMware vFabric SQLFire - Test drive the data management system with memory speed, horizontal scalability and a familiar SQL interface
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