Book Image

SOA Patterns with BizTalk Server 2009

By : Richard Seroter
Book Image

SOA Patterns with BizTalk Server 2009

By: Richard Seroter

Overview of this book

SOA is about architecture, not products and SOA enables you to create better business processes faster than ever. While BizTalk Server 2009 is a powerful tool, by itself it cannot deliver long-lasting, agile solutions unless we actively apply tried and tested service-oriented principles. The current BizTalk Server books are all for the 2006 version and none of them specifically looks at how to map service-oriented principles and patterns to the BizTalk product. That's where this book fits in. In this book, we specifically investigate how to design and build service-oriented solutions using BizTalk Server 2009 as the host platform. This book extends your existing BizTalk knowledge to apply service-oriented thinking to classic BizTalk scenarios. We look at how to build the most reusable, flexible, and loosely-coupled solutions possible in the BizTalk environment. Along the way, we dive deeply into BizTalk Server's integration with Windows Communication Foundation, and see how to take advantage of the latest updates to the Microsoft platform. Chock full of dozens of demonstrations, this book walks through design considerations, development options, and strategies for maintaining production solutions.
Table of Contents (18 chapters)
SOA Patterns with BizTalk Server 2009
Credits
About the author
About the reviewers
Preface
Index

Chapter 7. Orchestration Patterns

 

Of all the things I've done, the most vital is coordinating the talents of those who work for us and pointing them toward a certain goal.

 
 --Walt Disney

So far, we've looked at how to use BizTalk Server to design both service endpoints and contracts, as well as exploit the powerful BizTalk messaging bus to support asynchronous messaging patterns. Now it's time to investigate how to incorporate service implementation patterns using BizTalk Server's orchestration engine. While an optional component of any BizTalk solution, orchestration enables a rich set of scenarios that pure messaging-only solutions are incapable of accommodating. Similar to the previous chapters in this book, this discussion will assume a base knowledge of BizTalk orchestration so that we can jump right into the implementation of occasionally complex concepts.

In this chapter, you will learn:

  • Why orchestration matters

  • "What it means for an orchestration to utilize "MessageBox direct binding...