Code: Learn about the Web Client Software Factory

The Web Client Software Factory is a guidance offering from the Microsoft Patterns & Practices team that provides comprehensive architecture guidance to help customers build Composite Web Clients using the Microsoft platform (ASP.NET 2.0 and Workflow Foundation, etc). Additionally it supplies the Composite Web application block which assists in building web applications in a Composite Application fashion.



Watch as Andrew talks about how we used the Web Client Software Factory


What it provides

  • Application Blocks and Libraries
  • Visual Studio 2005 extensions for automating common tasks. Guidance Automation Overview
  • How-to topics and QuickStarts
  • Architecture guidance and Patterns for Web Client Applications
  • Reference Implementation (a sample applications using the Factory)
  • Training content (Hands-On-Labs, demos, etc) (under development)

Composite Web Applications

A composite Web application is a Web application that is composed of a number of discrete and independent pieces. These pieces are integrated together within a Web server environment; they are presented to the user in a Web browser as a fully coherent Web client solution. The Composite pattern is a popular and recurring theme because it provides a flexible and scalable architecture that provides several key benefits, including the following:

  • It allows a higher degree of separation between application infrastructure and business logic.
  • It allows more independent development of the individual business logic components themselves.
  • It provides solution agility because business logic components can be flexibly combined to quickly yield a specific solution.
  • It promotes code re-use because it allows business logic components and the application infrastructure to be re-used across multiple solutions.
  • It provides an excellent architecture for the front-end integration of line-of-business systems or service-oriented systems into a task-oriented user experience.

Strong Patterns Support

In BackgroundMotion we leveraged the Composite Web application block to provide us with a structured approach towards development. The Composite Web application block implements the Model View Presenter presentation pattern as well as allowing for Inversion of Control through a ServiceLocator implementation.

Where can I find out more information?