Skip to content

Java CAPS Basics Implementing Common EAI Patterns

Best in textbook rentals since 2012!

ISBN-10: 0137130716

ISBN-13: 9780137130719

Edition: 2008

Authors: Michael Czapski, Andrew Walker, Brendan Marry, Sebastian Krueger, Peter Vaneris

List price: $74.99
Blue ribbon 30 day, 100% satisfaction guarantee!
Out of stock
We're sorry. This item is currently unavailable.
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Use Java CAPS to Streamline IT Services and Leverage Legacy Applications Design patterns are a useful tool for streamlining enterprise integration and Web development projects: the mission-critical projects that directly impact your competitiveness.Enterprise Integration Patternsby Gregor Hohpe and Bobby Woolf (Addison-Wesley, 2004) described many of the most useful patterns for enterprise developers. Until recently, however, implementing the patterns in that classic reference required the extensive use of raw Java code. Now there's a better alternative: Using Sun's Java Composite Application Suite (Java CAPS), architects and developers can implement enterprise integration patterns…    
Customers also bought

Book details

List price: $74.99
Copyright year: 2008
Publisher: Prentice Hall PTR
Publication date: 4/23/2008
Binding: Mixed Media
Pages: 496
Size: 7.25" wide x 9.50" long x 1.25" tall
Weight: 1.980
Language: English

Preface
Acknowledgments
About the Authors
Preliminaries
Enterprise Integration Styles
Introduction
File Transfer
Database Sharing
Remote Procedure Invocation
Messaging
Service Orchestration
Centralized versus Distributed
Chapter Summary
Java CAPS Architecture
Introduction
Historical Note
Context
Java CAPS Architecture
Solution Development Stages
Chapter Summary
Project Structure and Deployment
Introduction
From Logical Solution to Physical Deployment
Project Structure Considerations
Backup of Development Artifacts
Release Management
Deployment Architectures
Command-Line Build and Deployment
Chapter Summary
Patterns Review and Application
Message Exchange Patterns
Introduction
Document Message
Command Message
Event Message
Request/Reply
Return Address
Correlation
Message Sequence
Message Expiration
Format Indicator
Data Streaming
Message Security
Chapter Summary
Messaging Infrastructure
Introduction
Java Message Service (JMS)
JMS Implementation Interoperability
Using JMS to Integrate Non-Java Environments
Queues versus Topics
Sun SeeBeyond IQ Manager
Resilient JMS with JMS Grid
Competing Consumers
Point-to-Point Channel
Publish-Subscribe Channel
Datatype Channel
Invalid Message Channel
Dead Letter Channel
Guaranteed Delivery
Channel Adapter
Messaging Bridge
Message Bus
Chapter Summary
Message Routing
Introduction
Overview
Fixed Router
Content-Based Router
Message Filter
Recipient List
Splitter
Aggregator
Resequencer
Composed Message Processor
Scatter-Gather
Routing Slip
Process Manager
Message Broker
Chapter Summary
Message Construction
Introduction
Message
Object Type Definitions
Envelope Wrapper
Chapter Summary
Message Transformation
Introduction
Envelope Wrapper
Content Enricher
Content Filter
Claim Check
Normalizer
Canonical Data Model
Chapter Summary
Messaging Endpoints
Introduction
Messaging Gateway
Transactional Client
Polling Consumer
Event-Driven Consumer
Competing Consumers
Message Dispatcher
Selective Consumer
Durable Subscriber
Idempotent Receiver
Service Activator
Chapter Summary
System Management
Introduction
Java CAPS Monitoring and Management
Solution-Specific Management
Chapter Summary
Specialized Java Caps Topics
Message Correlation
Introduction
Overview
JMSCorrelationID
eInsight Correlations
eInsight Correlation Processor: First Cut
Correlation Identifier
eInsight Correlation Processor: Second Cut
Derived Correlation Identifiers
Derived Correlation Identifiers: Alternative