InfoQ

News

Microsoft announces the CTP3 of the ESB Guidance

Posted by Jean-Jacques Dubray on Aug 14, 2007 04:00 AM

Community
SOA
Topics
SOA Platforms ,
ESB ,
Web Services ,
EAI ,
SOA Appliance
Tags
BizTalk

The BizTalk team announced last week the availability of the Community Technology Preview 3 of the ESB Guidance. The download is available on CodePlex, Microsoft's open source project hosting web site.

This latest release includes:

  • Windows Communication Foundation (WCF) adapter integration
  • Further integration into BizTalk Server 2006 R2
  • Partial Request-Response support for on/off ramps (up until now the ESB guidance only supported a message sender/receiver pattern)
  • Resolvers and the Adapter Provider Framework which supports policy-driven end point resolution.
  • Tighter integration with key SOA Governance vendors such as Amberpoint and SOA Software.

Marty Wasznicky, Field Program Manager in the Connected System Division (CSD), comments :

Our [..] goal was to develop a robust architecture for high performance yet flexible runtime resolution and transformation at the messaging level, without the need for the existing Orchestration-based services developed in previous releases of the ESB Guidance. [...] The result is the Resolver and Adapter Provider Framework, which supports dynamic loading, caching, and invocation of registered Resolvers. The Resolver determines the end-point configuration and URI, given certain facts.

A detailed overview (functional and technical) can be downloaded from the ESB guidance community website.

The BizTalk team delivered the guidance based on Gartner's definition of an ESB:

“A Web-services-capable infrastructure that supports intelligently directed communication and mediated relationships among loosely coupled and decoupled biz components.” (Source: Gartner Group)

which translated into 5 key capabilities:

  • Message brokering
  • Message transformation
  • Message validation
  • Adaptation
  • Service Orchestration

Loose-coupling is achieved via an interceptor pattern associated to both consumers and providers. This is within these interceptors that routing, transformation, validation,... occurs. Orchestration is provided by the BizTalk Server. Microsoft qualifies its architecture as an hybrid hub/bus architecture.

One of the core function of the interceptors is to decorate every message that flows through the ESB with ESB specific metadata that can be interpreted by the underlying BizTalk server.

The source code and the documentation can be downloaded here. I have heard that a VM is available (since it requires the BTS 2006 R2 beta) but could not find a pointer to download it.

No comments

Watch Thread Reply

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.