| By Brent Carlson | Article Rating: |
|
| June 7, 2004 12:00 AM EDT | Reads: |
13,506 |
With Whitehorse, Microsoft has placed a significant stake in the ground when it comes to modeling enterprise services. While Whitehorse is part of the not-yet-released Visual Studio 2005 (codenamed "Whidbey"), Microsoft has publicly discussed and demonstrated significant elements of Whitehorse, and alpha code is currently in use by select Microsoft customers. This article will discuss key Whitehorse concepts and capabilities that have been previously announced, and will put them into context with information on key forces, such as the Microsoft Dynamic Systems Initiative and the emerging discipline of enterprise architecture, that are driving enterprises to embrace modeling as they move towards service-oriented architecture (SOA)–based development.
What Is Whitehorse?
To quote from the Microsoft Whitehorse FAQ (whitehorsefaq.aspx), Whitehorse "is a feature of Visual Studio Whidbey that simplifies the architecture, design, and development of applications comprised of distributed services. The service-oriented application designer consists of a number of tools, including the distributed services designer, which enables architects to design their application architecture visually. Developers can work with code generated from this tool and keep code changes synchronized with the visual design. Additionally, the logical system architecture designer allows infrastructure architects to visually model the data center, map the application to the data center, and validate it against the constraints of the application/data center prior to actual deployment. Reports generated from this help document the deployment mapping."
Microsoft is making three key points in this statement; let's inspect each one in turn to understand its relevance to enterprise development and operations teams. First, Whitehorse introduces a distributed services designer, that enables architects to design their application architecture visually. Why is this significant? With the huge industry trend towards Web services and SOAs, including Microsoft's currently available Web Services Enhancements (WSE) and future Indigo capabilities, the Visual Studio team has recognized the importance of visually managing service definition and development through a modeling environment tightly linked with underlying code generation.
Second, Whitehorse provides a logical system architecture designer that allows infrastructure architects to visually model the data center. While tools exist to manage IT assets (servers, network hardware, and the like), Whitehorse enables operations team members to document the existence of these assets and to describe their operational characteristics, such as security settings, deployable component types allowed, etc.
Finally, Whitehorse allows application designers to validate application architectures against targeted data center deployments. While other Whitehorse features are important, this one is perhaps the most significant in the application development/deployment life cycle. By allowing developers to validate their application structure during the design phase, Whitehorse helps development and operations staffs effectively communicate with each other, avoiding the "big oops" that often occurs when a developed application that has been fully tested in the development/QA environment cannot be deployed into the operational environment or performs so poorly (e.g., speed, application stability) that its deployment is impractical.
DSI and Enterprise Architecture
Some of you may have heard of Microsoft's Dynamic Systems Initiative (DSI) and may also be familiar with the emerging field of enterprise architecture. Where does Whitehorse fit within these concepts? Whitehorse is one of the primary tools within Microsoft's Distributed Systems Initiative and, as such, will be one of the key ways that DSI is exposed to the enterprise developer and operations communities. DSI, in turn, expresses some key enterprise architecture concepts in concrete terms for Windows- and .NET-based application architectures. Let's explore DSI and enterprise architecture to provide a context for the value of Whitehorse within an enterprise IT environment.
Dynamic Systems Initiative and the System Definition Model
Quoting again from Microsoft's Whitehorse FAQ, the Microsoft Dynamic Systems Initiative "is a broad Microsoft and industry initiative uniting hardware, software and service vendors around a new software architecture based on the System Definition Model (SDM). This new architecture is becoming the focal point for how we are making product investments to dramatically simplify and automate how our customers will develop, deploy, and operate applications and IT infrastructure. The System Definition Model (SDM) is a live Extensible Markup Language (XML) blueprint that spans the IT life cycle and unifies IT operational policies with the operational requirements of applications. It is relevant at both design time and at run time. At design time, it will be exposed through Visual Studio to enable IT operators to capture their policies in software and developers to describe application operational requirements. At deployment time, the SDM description of the application will enable the operating system to automatically deploy the complete application and dynamically allocate a set of distributed server, storage, and networking resources that the application requires."
In essence, the SDM provides a single consolidation point that gives application developers a precise and concise way to document the operational needs of a distributed system. Once documented in this way, an SDM instance can be used to communicate those operational needs to the IT staff responsible for defining and maintaining the organization's operational IT infrastructure. Tools such as Whitehorse will be used both to generate SDM document instances, which represent a distributed application's operational requirements, and to validate those requirements against a candidate operational deployment topology.
Enterprise Architecture
The bridging of application to operational needs is one aspect of an emerging IT discipline called enterprise architecture. One definition states that enterprise architecture "provides, on various architecture abstraction levels, a coherent set of models, principles, guidelines, and policies, used for the translation, alignment, and evolution of the systems that exist within the scope and context of an Enterprise." (www.geao.org/aboutea/definition.jsp)
A concrete example of an enterprise architecture is the Federal Enterprise Architecture (FEA), an initiative driven by the federal government to support and encourage cross-agency collaboration, transformation, and government-wide productivity improvements. While many details of the FEA are relevant only to government activities, the FEA also lays out a useful architectural structure that is increasingly being used by other enterprises to scope and manage their architectural activities. The FEA is composed of the following five layers:
- Performance Reference Model (PRM): Framework to measure the performance of major IT investments and their contribution to program performance
- Business Reference Model (BRM): Function-driven framework for describing the business operations of the federal government, independent of the agencies that perform them
- Service Component Reference Model (SRM): Business- and performance-driven, functional framework that classifies service components with respect to how they support business and/or performance objectives
- Data and Information Reference Model (DRM): Model that describes, at an aggregate level, the data and information that support program and business line operations
- Technical Reference Model (TRM): Component-driven, technical framework used to identify the standards, specifications, and technologies that support and enable the delivery of service components and capabilities
You may now be asking yourself, "Why are all of these models necessary? Why can't I just create services and deploy them as I need them?" While development tools, such as Whitehorse, will certainly make it much easier to create and deploy services, it's important to keep sight of the big picture. Managing your services to prevent functional redundancy and to make sure that you are building the right services at the right time is a big part of what an enterprise architecture is designed to do. In fact, most enterprise architects will recommend that a repository be used to manage and make searchable an organization's business processes, service definitions, and deployed services instances and their interrelationships. That said, incremental definition, development, and deployment of business processes and their supporting services within an enterprise architecture is clearly the way to make progress in moving from the "what is" state to the "what should be" state, as specified by the architecture. Whitehorse gives developers a highly effective toolset to do just that, selecting existing and building new services that are subsequently combined into applications designed to support new and changing business processes.
A Whitehorse Working Scenario
The remainder of this article will show how Whitehorse can be used to enable application design and deployment to a targeted operational infrastructure in three steps:
- Application design
- Operational infrastructure design
- Application validation against operational infrastructure
We have decided that our example application, a typical e-commerce site, will be built using the Microsoft Enterprise Solution Pattern, "Three-Layered Services Application" (Click Here !), as an architectural guideline. This pattern specifies that applications should be composed of three layers: UI Components, which present business functionality to application users; Service Interfaces, which expose consolidated business functionality (driven perhaps from SRM definitions extracted from our enterprise architecture); and Data Access Components, which encapsulate and present data managed by relational databases. Whitehorse allows us to define our components and services, retrieving and importing existing service definitions where they exist and specifying new service definitions as needed. We can then use the Whitehorse visual modeling surface to wire our application services and components together, as shown in Figure 1. (Figures in this article were extracted from the Microsoft DSI Overview whitepaper available at Click Here !.).
Operational Infrastructure Design
In parallel with our application design efforts, our IT operations staff, using the principles defined by the Microsoft Enterprise Solution Pattern, "Deployment Plan," defines the operational (i.e., data center) server/network topology against which this application (and all other enterprise applications) must be deployed.
Application Validation
Once we have the data center structure in hand, we can apply our designed application services and components to the operational server/network topology, using Whitehorse's drag-and-drop capabilities. This activity can be described as a four-step process:
- Import operational topology definitions into our Whitehorse project
- Drag and drop our application components and services onto server instances defined by the imported operational topology
- Validate the compatibility between application elements and server instances
- Reconcile incompatibilities by modifying application component and service requirements and/or data center topology definitions
- Only anonymous access will be supported on a specific server, so we can't deploy an application or service that requires user authentication on that server.
- A server is configured to prevent Web services from running, so we can't deploy a Web service on that server.
Summary
Whitehorse is a major advance in .NET development tooling, designed to both enable application developers to rapidly define applications and their constituent services and components, and to enable development and operations staff to better communicate systems-oriented requirements and infrastructure dependencies early in the application development life cycle. For more information about Whitehorse and other topics discussed in this article, see the following sites:
www.geao.org
Published June 7, 2004 Reads 13,506
Copyright © 2004 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Brent Carlson
Brent Carlson is vice president of technology and cofounder of LogicLibrary, a provider of software development asset (SDA) management tools. He is the coauthor of two books: San Francisco Design Patterns: Blueprints for Business Software (with James Carey and Tim Graser) and Framework Process Patterns: Lessons Learned Developing Application Frameworks (with James Carey). He also holds 16 software patents, with eight more currently under evaluation.
- Kindle 2 vs Nook
- Wave on Ulitzer: Confessions of a Google Wave Fanboy
- Confessions of a Ulitzer Addict
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- Cloud Computing Best Practices
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Infrastructure-as-a-Service Will Mature in 2010: Microsoft's David Chou
- Windows 7 – Microsoft’s First Step to the Cloud
- Cloud Computing & Federal IT - What Does the Future Hold?
- Jill Tummler Singer, Deputy CIO of CIA, Keynotes at GovIT Expo
- Cloud Expo and the End of Tech Recession
- Kindle 2 vs Nook
- The Difference Between Web Hosting and Cloud Computing
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Wave on Ulitzer: Confessions of a Google Wave Fanboy
- Confessions of a Ulitzer Addict
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- Cloud Computing Best Practices
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Eval JavaScript in a Global Context
- Infrastructure-as-a-Service Will Mature in 2010: Microsoft's David Chou
- Windows 7 – Microsoft’s First Step to the Cloud
- Google Maps and ASP.NET
- Crystal Reports XI & How It Has Changed
- Converting VB6 to VB.NET, Part I
- Creating Controls for.NET Compact Framework in Visual Studio 2005
- Where Are RIA Technologies Headed in 2008?
- How to Write High-Performance C# Code
- AJAX World RIA Conference & Expo Kicks Off in New York City
- Implementing Tab Navigation with ASP.NET 2.0
- i-Technology Photo Exclusive: Bill Gates & Steve Jobs In "Nerds"
- .NET Archives: Getting Reacquainted with the Father of C#
- i-Technology Viewpoint: "SOA Sucks"
- Programmatically Posting Data to ASP .NET Web Applications
































