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 Werner Schuster on Mar 31, 2011
The MacRuby project has released MacRuby 0.10, which brings bug fixes and minor improvements as the project moves towards its 1.0 release.
Just when MacRuby 1.0 will be released is not known, but MacRuby seems to be included in "Lion", Mac OS X 10.7. As Matt Aimonetti points out, however:
The only problem is that Apple apparently decided to not share MacRuby with other OS X developers and put MacRuby in the OS private frameworks. While this doesn’t affect the project itself, it does affect OS X developers like myself who can’t link to Lion‘s private MacRuby framework and are forced to embed MacRuby with their applications.
If MacRuby was a public part of OS X, developers writing programs with MacRuby wouldn't have to ship the MacRuby runtime. On the flipside, developers would also be tied to the MacRuby version shipping with Mac OS X; it remains to be seen how fast bug fixes and improvements will get picked up by the integrated version.
If MacRuby remains a private framework, it will also stay off limits for Mac AppStore applications, which can only link to public frameworks. Of course, developers can continue shipping their own MacRuby version with their app.
Applications using MacRuby can be accepted in the Mac AppStore. One example would be QuickAlarm, which is available from the Mac AppStore.
Another MacRuby application currently under development, not yet in the Mac AppStore, is RedWood. The application is available for free while it's under development.
For developers interested in starting working with MacRuby, there's an increasing list of resources. For starters, the blog about the above mentioned Redwood application, contains useful tips such as how to get XCode 4 to build a self-contained MacRuby application.
For an introduction to MacRuby, two books are currently being written:
The source repository for MacRuby is now officially hosted on GitHub, but Nightly Builds are available as well.
Finally an answer to a common question: No, MacRuby can't (yet) be used for iOS applications as MacRuby uses the Objective-C GC, which is currently unavailable on iOS. Whether this will change in the future remains to be seen.
Introducing SQLFire: a memory-optimized, high performance SQL database
RDBMS to NoSQL: Managing the Transition
Tools to unit test your JavaScript
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.
No comments
Watch Thread Reply