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 Alex Blewitt on Jun 17, 2011
Apache Karaf has reached one year old today, as a top-level project at Apache. Karaf is a runtime package consisting of an OSGi framework (either Equinox or Felix), a command shell (Felix Gogo) and a number of useful utilities built in by default.
Whilst Felix and Equinox can be used on their own, Karaf aims to bring together useful OSGi utilities and make it possible to get going out of the box. For example, it includes a configurable logging system (backed by Log4J but with adapters for many general logging systems), remote access via SSH, configuration through ConfigAdmin (sourced from files in the etc directory) and built-in JAAS support. Not only that, but Pax URL's MVN protocol is installed, which makes it possible to install bundles from Maven central (and where necessary, automatically wrap them as bundles).
In addition, Karaf also provides the concept of features, which are collections of bundles that can be installed as a group into the running OSGi runtime. Out of the box, features include support for obr as well as jetty and spring. This simplifies the deployment tasks where typically, many bundles need to be installed but which don't have a strict runtime dependency between each other.
Karaf was originally the ServiceMix Kernel prior to its migration to the Apache Felix project, and ultimately becoming its own top-level project at Apache. Karaf joins others such as Eclipse Virgo and the EclipseRT packages providing pre-configured frameworks and useful OSGi bundles, making it easier than ever to get started with an OSGi runtime.
Introducing SQLFire: a memory-optimized, high performance SQL database
Tutorial: Integrating SQLFire with tc Server and Spring Data
The WebSphere Liberty Profile for Developers: An Introduction
Banking Case Study: Scaling with Low Latency using NewSQL
App Server Evolution: REST, Cloud, and DevOps Support in Resin 4
VMware vFabric SQLFire - Test drive the data management system with memory speed, horizontal scalability and a familiar SQL interface
Hi, the right url for the Pax URL project is
ops4j1.jira.com/wiki/display/paxurl/Mvn+Protocol
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