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 Al Tenhundfeld on Mar 02, 2009
Fiddler is a free proxy that logs HTTP(S) traffic on the host computer. It offers a rich user interface that supports inspection of requests and responses, setting breakpoints, and tampering with incoming or outgoing data. It also supports numerous transformations and previewers, e.g., unchunking and decompression via GZIP, DEFLATE ,or BZIP2, and displaying images directly within the preview pane.
Fiddler is freeware available for download in a stable v2.2.0.7 and a recently updated beta v2.x that provides an enhanced UI and bug fixes. There is also a deprecated v1.3 for developers still using the.NET Framework 1.1.
The most primitive use of Fiddler is to view the contents of single request and response, though this basic ability proves useful when developing rich web functionality with AJAX -- debugging problems or just trying to get a full picture of the AJAX traffic.

Fiddler also offers views into the traffic over many requests, with simple but useful timeline and visualization tools.

Beyond inspection and analysis, Fiddler also offers the ability to set breakpoints and tamper with data in requests and responses, especially useful for security and input sanitation testing.

Out of the box, Fiddler offers useful functionality, but it also has an event-based scripting subsystem allowing extensive customization, including a syntax-aware script editor. And for .NET developers, the most differentiating aspect of Fiddler is that it can be extended using any .NET language. There is good set of videos to help get started using Fiddler.
Fiddler will auto-configure the debugging proxy for IE6 and IE7, but the proxy is compatible with Firefox, Opera and virtually any application using the HTTP(S) protocol. For example, Firefox allows manually specifying a proxy through Menu > Preferences > Network > Settings > Manual Proxy Configuration: 127.0.0.1 Port 8888.
While Fiddler is unique in its tight integration with .NET, there are many other well-known tools that offer similar functionality:
Troubleshoot Java/.NET performance while getting full visibility in production
Automating Error Reporting for .NET Applications
RDBMS to NoSQL: Managing the Transition
Visual Studio vNext: ALM features for Agile Planning, Team Collaboration
Tutorial: Automating tests without compromising coverage of the environment
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