更新时间:2021-04-02 18:22:26
封面
版权信息
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Part I.
Chapter 1. Introducing BizTalk Server 2010
Understanding what is BizTalk Server
Stating the goals of BizTalk Server
When to use BizTalk Server
Where does BizTalk fit into the Enterprise?
Exploring the architecture of BizTalk Server
Design patterns within the BizTalk architecture
Understanding BizTalk message flow
Presenting the BizTalk runtime environment
Summary
Chapter 2. Introduction to BizTalk Development
Developing BizTalk solutions
Partitioning the BizTalk solution
Understanding the layers of a BizTalk solution
Visual Studio solution structure
Understanding types in BizTalk
Understanding the solution at runtime
Monitoring
Introducing the BAM portal
Chapter 3. BizTalk Development Guidelines
Core guidance
Orchestration best practices
Pipelines
Chapter 4. Operating BizTalk
Understanding BizTalk operational architecture
Administering BizTalk Server
Scalability in BizTalk Server
Exploring high availability in BizTalk
Understanding disaster recovery
Examining sample installation topologies
Walking through the BizTalk deployment process
Presenting the best practices for BizTalk configuration
Troubleshooting BizTalk issues
Part II.
Part 2
Chapter 5. Basic Messaging Solution
Pass thru messaging scenario
Simple XML messaging with maps
Content-based routing and promoted properties
Multicasting messages
Chapter 6. Unit Tests and BAM
What are unit tests?
Tests for the current solution
Creating BAM for a solution
Examining the BAM database infrastructure
Receiving a new Legacy Order format
Chapter 7. Leveraging Orchestration
Introducing orchestration
Creating the orchestration outline
Consuming the order discount service
Handling SOAP Faults
Implementing Failed Message Routing
Chapter 8. The WCF-SQL Adapter and WCF Services
Polling a database with the WCF-SQL Adapter
Creating the unit test for website order
Performing imperative queries with the WCF-SQL Adapter
Chapter 9. Expanding the Solution with Services and Rules
Consuming the customer service
Using Business Rules to improve our process
Performing a simple update to the policy
Expanding the policy
Deploying policies
Chapter 10. Envelopes Flat Files and Batching
Understanding delimited flat files
Working with positional flat files
Grasping important flat file schema concepts
Processing XML envelopes
Testing envelopes and pipelines
Chapter 11. Completing the Order Processing Solution
Exposing the process to web service clients
Examining the solution bindings
Building and deploying the solution
Using advanced BAM features
Chapter 12. Asynchronous Solutions
Introducing the inventory management solution