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 Jun 10, 2011
If you are offering a commercial or open source library for .NET developers, including an integrated help file is a great way to show your professionalism. It can also be handy when working on a framework that is reused across a company’s internal applications.
In a recent article Jeff Braaten explains the process of creating Visual Studio Help Files. Individual Help files for Visual Studio 2010 RTM and SP1 are essentially XHTML files with special meta tags. These meta tags handle basic information such as the page’s language/locale, place in the table of contents, keywords, and F1 support. Jeff stresses that the pages will be read with .NET’s XmlReader class and thus must be well-formed XML compliant with XHTML Basic 1.1.
Loose pages are then grouped into book. Each book is comprised of a zip file containing all of the topic pages and a loose XHTML file that describes the book. Installing a book created in this fashion requires administrative access. If that isn’t acceptable you can then bundle the zip and description files into a signed CAB file. This will of course require obtaining a signing certificate.
A missing piece to this process is how to distribute it via package managers, especially Nuget. Administrative access for installs isn’t really acceptable but neither is requiring signed CAB file for what is essentially just documentation.
Automating Error Reporting for .NET Applications
Using ALM to Drive Business/IT Alignment
Visual Studio vNext: ALM features for Agile Planning, Team Collaboration
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