Become a member

Friday, August 3, 2007

Biztalk Server

BizTalk is a business process management (BPM) server that enables companies to automate and optimize business processes. This includes powerful, familiar tools to design, develop, deploy, and manage those processes. BizTalk Server 2006 is latest version and like its predecessors, this latest release allows connecting diverse software, then graphically creating and modifying process logic that uses that software. The product also lets information workers monitor running processes, interact with trading partners, and perform other business-oriented tasks. Scalabiliy 1. Do not dehydrate orchestrations unless absolutley required. Dehydrated orchestrations put more load on sql and also the process of hydration and dehydration is expensive. Performance Maintainability Try to implment message processing and routing thru maps on ports. Do not always build
orchestrations.
Construct schemas, orchestrations and maps in separate projects.
Use as much direct binding as possible to avoid too many ports to manage. Supportability
Implement a logging functionality for tracing and catching errors.
Use BAM for tracking as much as possible.

No comments: