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 Dec 08, 2008
Team Foundation Server uses MSBuild for continuous integration and on-demand build support. Unfortunately MSBuild has a glaring deficiency, it doesn't support setup/deployment projects. With companies that rely heavily on MSI packages, this makes TFS a hard sell.
The fundamental problem with deployment projects in Visual Studio is that they are literally in Visual Studio. Unlike VB and C#, which have separate compilers, setup/deployment projects can only be built by the Visual Studio IDE itself.
As demonstrated by Nikhil Singhal, there are ways to invoke the VS IDE from a Team Foundation Server build.
The hack is simple. After the compilation of the main solution is done, we invoke the Visual studio command line to build the vdproj project and copy the msi and setup.exe to the appropriate output folder.
According to Buck Hodges of Microsoft, the setup/deployment projects are going to be replaced by WiX in the next version of Visual Studio and Team Foundation Server. WiX, also known as the Windows Installer XML toolset , is a powerful tool for generating Windows MSI packages. WiX 3, currently in beta, exposing all of the Windows Installer 4 features and is compatible with both NAnt and MSBuild.
In what appears to be happening all too often, WiX lacks the rich tool support Microsoft is known for. Even with the Visual Studio add-on Votive, developer will find themselves spending most of their time hand-editing XML files.
WiX has a rather unusual history for a Microsoft project. According to Wikipedia, it is their first project to be released under the Common Public License and is also their first project to be hosted on a non-Microsoft server, specifically SourceForge. WiX has quickly become an indispensible tool at Microsoft and is used for key products such as SQL Server 2005 and Office 2007.
Rob Mensching reports that WiX 3.0 is nearing completion. The latest build, 3.0.4805, is currently available on SourceForge. In addition to the occasional formal build, WiX offers a weekly release for early adopters.
Visual Studio vNext: ALM features for Agile Planning, Team Collaboration
How ALM Supports Business Processes
Using ALM to Drive Business/IT Alignment
Want to know how software releases can be stress-free and happen with one click? Try Go free!
Improving Software Delivery Cycles: Pre-requisites and Inhibitors
Go: Agile Release Management Solutions. Go enables predictable, defect-free and timely software releases.
I'm excited about WiX, the MSBuild support and it replacing the VS setup/deployment projects. It does however represent a huge learning curve from the easy VS integrated setup/deployment projects. If MS wants to make the WiX adoption widespread, they will need to either provide some great documentation and samples and/or some additional designer/tool support to make authoring WiX packages a lot easier.
I share the same opinion. A month ago i have done some analysis regarding wix and this is really hard to work on. It also has other problems like only version 3.0 beta works on vs2008 and there are a lot of changes to version 2.0 and all the examples are in version 2.0. I believe this is a great technology but its learning curve is huge.I'm excited about WiX, the MSBuild support and it replacing the VS setup/deployment projects. It does however represent a huge learning curve from the easy VS integrated setup/deployment projects. If MS wants to make the WiX adoption widespread, they will need to either provide some great documentation and samples and/or some additional designer/tool support to make authoring WiX packages a lot easier.
You aren't alone, I too am having a lot of trouble learning how to use it.
I can see that there is a learning curve, but if you are familiar with Windows Installer, InstallShield, Wix or other MSI tools from before, I find WiX to be a great tool. By familiar I mean you know the MSI tables etc. WiX then let you have everything at your fingertips.
I've also used installer tools like InstallShield and Wise for many years. One of the problems with those tools is that you start looking around in odd corners of the UI to find the functionality you're looking for. In WiX you just enter a few characters from the word you think has anything to do with what you're looking for, and intellisense picks up the rest.
I was really skeptical to using XML as the base language of WiX, but with VisualStudio and intellisence, it works great!
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.
4 comments
Watch Thread Reply