Working with BizTalk AppFabric Connect

BizTalk Server 2010Introducing BizTalk Server 2010 AppFabric Connect (from MS TechNet Wiki by Trace Young)

BizTalk Server 2010 introduces a new feature “AppFabric Connect”, which combines rich proven features of BizTalk Server with the flexible development experience of .NET to allow users to easily develop simple integration applications. This enables users to:

  • Develop custom .NET applications that require connectivity to backend Line of Business (LOB) systems like SAP, Oracle database, Oracle E-Business Suite, Seibel, and SQL Server without writing custom code for LOB connectivity
  • Utilize the XML-based data transformation capabilities of the easy to use and rich interface of the BizTalk Server Mapper directly from within a .NET project.

 

AppFabric Connect uses Windows Workflow Foundation (WF) activities to programmatically access BizTalk Server's LOB connectivity and data transformation capabilities. This enables users to easily create new composite applications using the WF model, which can be deployed, hosted and managed in Windows Server AppFabric. AppFabric Connect also accomodates a class of scenarios (such as Web-based queries) that can utilize BizTalk Server 2010 functionality from a WF application hosted in IIS rather than from a BizTalk Server application running in a BizTalk Server host instance. This provides flexibility for WF developers that may not want or need other BizTalk Server functionality and also maximizes the use of available resources at runtime; the overhead required to run WF applications hosted in IIS is significantly less than the overhead required to run applications hosted in the BizTalk Server runtime.

More Information