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 David Totzke on May 30, 2006
With the realease of the .NET Framework 2.0 the most effective choice for application updating is ClickOnce. However, there are some cases where ClickOnce cannot be used. A Windows service for instance, has no user interface and therefore ClickOnce is not an option.
The Updater Application Block provides a convenient alternative to ClickOnce. This latest version has been updated to include support for the .NET Framwork 2.0. It also has been enhanced to use Enterprise Library 2.0 for configuration.
Additional features listed on the site:
- The code compiles on .Net 2.0 of course :-)
- Updater Application Block uses Enterprise Library 2.0 (Jan 2006) for the configuration
- Quickstarts migrated to support the new configuration system
- Breaking changes only related to configuration and not the Updater API
- Bits Downloader now handles broken downloads gracefully (this is a fix to the original implementation)
- UpdaterTask serialization fixed. There was a bug on the net 1.1 version of UAB related to the partial update scenario. When some files were removed from the manifest, the UAB serializes the UpdaterTask with the original version of the files. This caused the ApplicationDeployProcessor to fail.
- Partial update scenario fixed.
- The algorithms that might be used to calculate file hashes are non-keyed hash algorithms like: MD5; RIPEMD160; SHA1; SHA256; SHA384; SHA512
- Manifest tool fixed to correctly support salt enabled hashes
- The solution assumes you have EntLib installed in your machine to the default location (c:\program Files\...)
This release of the Updater Application Block is an update only. No new features have been included.
RDBMS to NoSQL: Managing the Transition
Visual Studio vNext: ALM features for Agile Planning, Team Collaboration
Troubleshoot Java/.NET performance while getting full visibility in production
This article contains a bad reference; UAB is no longer hosted on gotdotnet.
the project was moved to the codeplex website instead, it can be found as "Updater Application Block" under the "Smart Client Guidance" project. It is kind of buried, it's a wonder anyone can actually find it.
www.codeplex.com/smartclient/Wiki/View.aspx?tit...
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