Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
736
Utgivningsdatum
2003-10-01
Upplaga
1
Förlag
ADDISON-WESLEY
Medarbetare
Woolf, Bobby
Dimensioner
240 x 190 x 40 mm
Vikt
1560 g
Antal komponenter
1
Komponenter
,
ISBN
9780321200686
Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (häftad)

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions

Häftad Engelska, 2003-10-01
495
  • Skickas inom 5-8 vardagar.
  • Gratis frakt inom Sverige över 199 kr för privatpersoner.
  • Would you like to use a consistent visual notation for drawing integration solutions? Look inside the front cover.
  • Do you want to harness the power of asynchronous systems without getting caught in the pitfalls? See "Thinking Asynchronously" in the Introduction.
  • Do you want to know which style of application integration is best for your purposes? See Chapter 2, Integration Styles.
  • Do you want to learn techniques for processing messages concurrently? See Chapter 10, Competing Consumers and Message Dispatcher.
  • Do you want to learn how you can track asynchronous messages as they flow across distributed systems? See Chapter 11, Message History and Message Store.
  • Do you want to understand how a system designed using integration patterns can be implemented using Java Web services, .NET message queuing, and a TIBCO-based publish-subscribe architecture? See Chapter 9, Interlude: Composed Messaging. Utilizing years of practical experience, seasoned experts Gregor Hohpe and Bobby Woolf show how asynchronous messaging has proven to be the best strategy for enterprise integration success. However, building and deploying messaging solutions presents a number of problems for developers. Enterprise Integration Patterns provides an invaluable catalog of sixty-five patterns, with real-world solutions that demonstrate the formidable of messaging and help you to design effective messaging solutions for your enterprise.

    The authors also include examples covering a variety of different integration technologies, such as JMS, MSMQ, TIBCO ActiveEnterprise, Microsoft BizTalk, SOAP, and XSL. A case study describing a bond trading system illustrates the patterns in practice, and the book offers a look at emerging standards, as well as insights into what the future of enterprise integration might hold.

    This book provides a consistent vocabulary and visual notation framework to describe large-scale integration solutions across many technologies. It also explores in detail the advantages and limitations of asynchronous messaging architectures. The authors present practical advice on designing code that connects an application to a messaging system, and provide extensive information to help you determine when to send a message, how to route it to the proper destination, and how to monitor the health of a messaging system. If you want to know how to manage, monitor, and maintain a messaging system once it is in use, get this book.

    0321200683B09122003
  • Visa hela texten

    Passar bra ihop

    1. Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions
    2. +
    3. Tomorrow, And Tomorrow, And Tomorrow

    De som köpt den här boken har ofta också köpt Tomorrow, And Tomorrow, And Tomorrow av Gabrielle Zevin (häftad).

    Köp båda 2 för 664 kr

    Kundrecensioner

    Har du läst boken? Sätt ditt betyg »

    Fler böcker av författarna

    • The Software Architect Elevator

      Gregor Hohpe

      As the digital economy changes the rules of the game for enterprises, the role of software and IT architects is also transforming. Rather than focus on technical decisions alone, architects and senior technologists need to combine organizational a...

    • Software Architect Elevator

      Gregor Hohpe

      As the digital economy changes the rules of the game for enterprises, the role of software and IT architects is also transforming. Rather than focus on technical decisions alone, architects and senior technologists need to combine organizational a...

    Övrig information

    Gregor Hohpe leads the enterprise integration practice at ThoughtWorks, Inc., a specialized provider of application development and integration services. Drawing from his extensive experience designing and implementing integration solutions for enterprise clients, Gregor has published a number of papers and articles presenting a no-hype view on enterprise integration, Web services, and Service-Oriented Architectures. He is a frequent speaker at technical conferences around the world. Bobby Woolf is coauthor of The Design Patterns Smalltalk Companion (Addison-Wesley, 1998), and author of articles in IBM DeveloperWorks, Java Developer's Journal, and elsewhere. He has been a tutorial presenter at OOPSLA, JavaEdge, and Smalltalk Solutions, among other conferences. 0321200683AB09122003

    Innehållsförteckning



    Foreword by John Crupi.


    Foreword by Martin Fowler.


    Preface.


    Acknowledgments.


    Introduction.


    1. Solving Integration Problems Using Patterns.

    The Need for Integration.

    Integration Challenges.

    How Integration Patterns Can Help.

    The Wide World of Integration.

    Loose Coupling.

    One-Minute EAI.

    A Loosely Coupled Integration Solution.

    Widgets & Gadgets 'R Us: An Example.

    Summary.



    2. Integration Styles.

    Introduction.

    File Transfer (by Martin Fowler).

    Shared Database (by Martin Fowler).

    Remote Procedure Invocation (by Martin Fowler).

    Messaging.



    3. Messaging Systems.

    Introduction.

    Message Channel.

    Message.

    Pipes and Filters.

    Message Router.

    Message Translator.

    Message Endpoint.



    4. Messaging Channels.

    Introduction.

    Point-to-Point Channel.

    Publish-Subscribe Channel.

    Datatype Channel.

    Invalid Message Channel.

    Dead Letter Channel.

    Guaranteed Delivery.

    Channel Adapter.

    Messaging Bridge.

    Message Bus.



    5. Message Construction.

    Introduction.

    Command Message.

    Document Message.

    Event Message.

    Request-Reply.

    Return Address.

    Correlation Identifier.

    Message Sequence.

    Message Expiration.

    Format Indicator.



    6. Interlude: Simple Messaging.

    Introduction.

    JMS Request-Reply Example.

    .NET Request-Reply Example.

    JMS Publish-Subscribe Example.



    7. Message Routing.

    Introduction.

    Content-Based Router.

    Message Filter.

    Dynamic Router.

    Recipient List.

    Splitter.

    Aggregator.

    Resequencer.

    Composed Message Processor.

    Scatter-Gather.

    Routing Slip.

    Process Manager.

    Message Broker.



    8. Message Transformation.

    Introduction.

    Envelope Wrapper.

    Content Enricher.

    Content Filter.

    Claim Check.

    Normalizer.

    Canonical Data Model.



    9. Interlude: Composed Messaging.

    Loan Broker Example.

    Synchronous Implementation Using Web Services (by Conrad F. D'Cruz).

    Asynchronous Implementation with MSMQ.

    Asynchronous Implementation with TIBCO ActiveEnterprise (by Michael J. Rettig)....