SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Enterprise Service Bus 
Evgeny Epifantsev 
december 2009 
updated 2012 
Exigen Services confidential Exigen Services confidential
Trainer contacts 
• Evgeny Epifantsev 
• Developer 
• eepifantsev@exigenservices.com 
Exigen Services confidential 
2
Goals 
• Provide an overview on: 
• What is Enterprise Service Bus? 
• How to implement it? 
Exigen Services confidential 
3
Agenda 
• Introduction 
• EAI evolution: P2P->MOM Hub->ESB 
• ESB purpose and functions overview 
• QoS and Policy Enforcement 
• Components: Mediator VFTER (validate, filter, transform, enrich, route), 
Choreographer 
• Example of above topics 
• Open source ESB 
Exigen Services confidential 
4
Part 1: Overview and ESB Concepts 
Exigen Services confidential
Definition 
Exigen Services confidential 
6 
ESB is idea of using common integration infrastructure across all 
enterprise application and systems. 
An Enterprise Service Bus (ESB) is a new architecture that exploits 
Web services, messaging middleware, intelligent routing, 
and transformation. ESBs act as a lightweight, 
ubiquitous integration backbone through which software services 
and application components flow."
What is ESB? 
Exigen Services confidential 
7 
What is ESB? 
Is a Pattern? 
Is a Product? 
Is an Architectural Component? 
Is a Hardware Component?
Evolution 
Exigen Services confidential 
8 
Point-to-Point 
- Tight coupling 
- Complexity ~N2 
- No visibility 
- Hard to secure 
Service Bus (ESB) 
+ Scalable 
+ Service-oriented 
+ Flexible 
- Harder administration 
+ Standards-based 
+ Cost less than EAI 
bus 
Enterprise Application 
Integration 
Hub: 
- Scalability 
+ Easy administration 
Bus: 
- Standards and 
proprietary 
- High cost
ESB Architecture context 
Exigen Services confidential 
9 
Java/EJB Http 
Service location transparency Java/EJB Http 
Sharing service across the enterprise 
Separate of Business Services from Service implementation
ESB as a Pattern of SOA 
Exigen Services confidential 
10 
WSDL 
Business service 
definition PlaceTrade 
PlaceTrade 
saveOrTradeOrder() 
Java 
implementation service 
For saveOrTradeOrder()
ESB capabilities 
Exigen Services confidential 
11 
Routing 
Message 
transformation 
Message 
enhancement 
Security 
Transaction 
management Service 
transformation 
orchestration 
Mapping 
service 
Message 
processing 
Protocol 
Process 
choreography
ESB basic functions 
ROUTING messages between services 
• Addressability, static/deterministic routing 
• Content-based routing 
• Policy-based routing 
• Complex Rule-based routing 
MESSAGING 
• Message transformation 
• Message processing 
• Message enhancement 
CONVERTATION 
•Adapters and protocol conversion 
•Transport protocols (synchronous and 
asynchronous) 
Exigen Services confidential
BUS: Protocol Conversion 
Requests 
Responses 
Exigen Services confidential 
13 
ESB 
Requests 
Responses 
Requests 
Responses 
Requests 
Responses 
Service 
Requester 
Service 
Provider 
Phone Phone w witihth w waapp - - W WXXMMLL/H/HTTTTPP 
.N.NEETT - - S SOOAAPP/H/HTTTTPP 
CC++++ - -X XMMLL/J/JMMSS 
SSAAPP - - B BAAPPI I 
WWeebbSSpphheerere 5 5.1.1 - -S SOOAAPP/J/JMMSS 
SSAAPP - -B BAAPPI I 
EExxteternrnaal lp paartrntneer r - -S SOOAAPP/H/HTTTTPPSS 
UUsseer ra apppplilcicaatitoionn - -R RMMI I 
DDaatatabbaassee – – S SQQLL 
AApppplilcicaatitoionn - -X XMMLL/J/JMMSS
Service mapping 
Exigen Services confidential 
14 
The ability to translate a business service into the corresponding 
service implementation and provide binding and location information 
 Could be implemented through XML, a database, or embedded 
within the Mediator ESB component 
 Usually contains the following core information 
• Implementation service name 
• Service protocol and binding information 
• Protocol-specific info (i.e. timeouts) 
• Service-specific routing information
Process choreography 
Each of business node can be an 
independent business service 
Exigen Services confidential 
15 
The ability to manage complex business process that require the 
coordination of multiple business services to fulfill a single business 
service request 
 Usually BPEL based 
PlaceFixedIncomeTrade 
CreateOrder SelectBid PlaceTrade ExecuteTrade
Service orchestration 
Exigen Services confidential 
16 
The ability to manage the coordination of multiple implementation 
services 
 Can be BPEL based but is usually implemented through inter-service 
communication or aggregate services 
 Difference between Service orchestration and Process 
Choreography is based on type of service • Process choreography - Business b seeinrvgic ceosordinated 
• Service orchestration - implementation service
Transaction management 
Exigen Services confidential 
17 
The ability to provide a single unit of work for a business service 
request by providing a framework for the coordination of multiple 
disparate services 
 ESB should provide a compensatory transactional framework for a 
service request 
• WS - Coordination 
• WS - AT 
• WS –Business Activity
Security 
Exigen Services confidential 
18 
The ability to protect enterprise services from authorized access 
 Services visible to the entire enterprise through ESB 
 The 4 “A’s” of Security 
•Authentication 
• Authorization 
• Auditing 
• Administration 
 ESB should provide authentication, authorization and auditing 
 ESB should access a security manager for authentication and 
authorization rather than have the direct responsibility
Quality of Service and Policy enforcement 
Exigen Services confidential 
requestor provider 
19 
• Security WS-Security, SAML 
• Reliable delivery for each connection 
• Transaction management 
WS-AT, WS-Coordination, 
WS-Business Activity 
• Traffic management 
• Policy (WS-Policy) RR11 
PP11 
PP22 
Tx_not 
supported 
Tx_not 
supported 
TxT_xr_erqeuqiureirded 
CComompepnesnastaiotinon 
TxT_xr_erqeuqiureirded 
CComompepnesnastaiotinon 
1 
2 
3 
response 
No 
answer
Exigen Services confidential 
CEI
Common Event Infrastructure 
Common Event Infrastructure (CEI) is IBM's implementation of API, and 
infrastructure for the creation, transmission, persistence and distribution of a wide 
range of business, system and network Common Base Event formatted events. 
Exigen Services confidential 
21 
Based on Common Base Event 
(IBM implementation of Web Services Distributed Management ) 
CEI Event Submission Interfaces (Event Source) 
CEI Event Subscription Interfaces (Event Server) 
CEI Event Query Interfaces (Event Server)
CEI Event types 
Exigen Services confidential
Common Event Browser 
Exigen Services confidential
ESB Components 
Exigen Services confidential
ESB components 
Exigen Services confidential 
25 
 ESB can broken down into the following components 
• Mediator 
• Service registry 
• Choreographer 
• Rules Engine 
MMeeddiaiatotorr 
Service 
registry 
Service 
registry 
CChhoorreeooggrraapphheerr RRuuleless e ennggininee
Mediator (Routing, Message transformation) 
Service 
Requester 
Transform 
XSLT 
Exigen Services confidential 
26 
Mediator 
Requests 
Responses 
Requests 
Responses 
Requests 
Responses 
Requests 
Responses 
Service 
Provider Validation 
XSD 
Validation 
XSD 
Transform 
XSLT 
Enrich 
XPath 
Enrich 
XPath 
Route 
UDDI 
Route OOppeeraratete 
UDDI 
VETRO 
export 
import
Process choreographer 
partnerLink 
Exigen Services confidential 
27 
BPEL – Business Process Execution language 
partnerLink 
purchasing 
partnerLink 
invoicing 
ppuurrcchhaasseeOOrrddeerrPPTT purchasing partnerLink 
invoicing 
CCoommppuutetePPrriciceePPTT 
ininvvooiciceeCCaalllblbaacckkPPTT 
<wsdl:portType 
name="purchaseOrderPT"> 
<wsdl:operation … 
</wsdl:operation> 
</wsdl:portType> 
<plnk:partnerLinkType 
name="purchasingLT"> 
</plnk:partnerLinkType> 
<plnk:partnerLinkType name="invoicingLT"> 
<plnk:role portType="pos:computePricePT" /> 
<plnk:role portType="pos:invoiceCallbackPT“ /> 
</plnk:partnerLinkType>
BPEL Process 
<receive portType="lns:purchaseOrderPT" … /> 
<flow> 
<invoke portType="lns:computePricePT“ … /> 
<receive portType="lns:invoiceCallbackPT" …/> 
</flow> 
<reply portType="lns:purchaseOrderPT” … /> 
Exigen Services confidential 
28 
<sequence> 
<sequence> 
<receive portType="lns:purchaseOrderPT" … /> 
<flow> 
<invoke portType="lns:computePricePT“ … /> 
<receive portType="lns:invoiceCallbackPT" …/> 
</flow> 
<reply portType="lns:purchaseOrderPT” … /> 
<sequence> 
<sequence>
Implementation Mediation Module 
Mediation module 
Requests 
Responses 
Mediation flow 
Imports component Exports 
Exigen Services confidential 
29 
Mediation flow 
Requests 
Responses 
Requests 
Responses 
Requests 
Responses 
Service 
Requester 
Service 
Provider 
Exports Imports
Implementation mediation Flow 
Exigen Services confidential 
30 
InInteterrfafacceess MMeeddiaiatitoionn p prrimimitiitviveess
Implementation in Business Works 
Exigen Services confidential 
31
Implementation steps 
WebSphere ESB Messaging Resources 
Import WSDL(SCA, Web 
Service, HTML, JMS) 
Connect WSDL ports with 
mediator (import) 
Generate exports with 
binging (SCA, Web 
Service, HTML, JMS) 
Exigen Services confidential 
32 
Import WSDL(SCA, Web 
Service, HTML, JMS) 
CCrreeaatete m meeddiaiatotorr 
Connect WSDL ports with 
mediator (import) 
Generate exports with 
binging (SCA, Web 
Service, HTML, JMS) 
CCrreeaatete b buuss i ninsstatannccee 
SSeetutupp S SDDOO r reeppoossitiotorryy 
SSeetutupp r reessoouurrccee a addaappteterrss 
Create client listeners for 
Create client listeners for 
every protocols 
every protocols 
CCrreeaatete i ninteterrcceepptotorrss 
CCrreeaatete m meeddiaiatotorr ( (EEJJBB))
ESB platforms 
WSO2 ESB Apache Synapse, WS Apache Axis2 
Sun GlassFish ESB NetBeans IDE, BPEL orchestration, WS JAX-WS, 
Mule ESB EE custom implementation model, WS CXF, No BAM, 
IONA Fuse ESB Apache ServiceMix, JBI, OSGI, WS CXF, no BAM, 
WebSphere ESB WebSphere MQ, JMS, BPEL, SCA 
Exigen Services confidential 
33 
Business Rules, Transaction, BAM 
no Business rules 
Business rules 
WS JAX-WS, BAM, Business Rules 
Matrix BusinessWorks no transaction, no dusiness rules, BAM 
Oracle ESB JMS, BPEL
Open source way 
Business 
Exigen Services confidential 
34 
ESB 
Business 
Rules 
DDrroooolsls Rules 
RRoouutitningg 
eeipip 
ccaammeell 
jajavvaa 
jBjBPPMM CChhoorreeooggrraapphhyy 
Transform 
ation 
Transform 
ation 
xxssltlt 
xxppaathth 
ssimimpplele 
IBIBMM EEvveenntsts 
OOraracclele 
JJMMSS 
AAMMQQ
Thank You! 
Questions? 
Exigen Services confidential 
35

Weitere ähnliche Inhalte

Was ist angesagt?

SOA & ESB Presentation
SOA & ESB PresentationSOA & ESB Presentation
SOA & ESB Presentationerichleipold
 
ESB Presentation
ESB PresentationESB Presentation
ESB PresentationF K
 
Overview of SOA and the role of ESB / OSB
Overview of SOA and the role of ESB / OSBOverview of SOA and the role of ESB / OSB
Overview of SOA and the role of ESB / OSBNahser Bakht
 
ESB and SOA
ESB and SOAESB and SOA
ESB and SOAWSO2
 
Enterprise Service Bus
Enterprise Service BusEnterprise Service Bus
Enterprise Service BusHamed Hatami
 
WSO2 ESB and SOA
WSO2 ESB and SOAWSO2 ESB and SOA
WSO2 ESB and SOAWSO2
 
ESB Usage Scenarios and Patterns
ESB Usage Scenarios and PatternsESB Usage Scenarios and Patterns
ESB Usage Scenarios and PatternsIBM Sverige
 
Getting started with Enterprise Application Integration (EAI) using Enterpris...
Getting started with Enterprise Application Integration (EAI) using Enterpris...Getting started with Enterprise Application Integration (EAI) using Enterpris...
Getting started with Enterprise Application Integration (EAI) using Enterpris...Tamim Khan
 
Service Oriented Architecture (SOA) [2/5] : Enterprise Service Bus
Service Oriented Architecture (SOA) [2/5] : Enterprise Service BusService Oriented Architecture (SOA) [2/5] : Enterprise Service Bus
Service Oriented Architecture (SOA) [2/5] : Enterprise Service BusIMC Institute
 
03 Service Oriented Architecture Series - Basic SOA Architecture
03 Service Oriented Architecture Series - Basic SOA Architecture03 Service Oriented Architecture Series - Basic SOA Architecture
03 Service Oriented Architecture Series - Basic SOA ArchitecturePouria Ghatrenabi
 
Oracle Service Bus vs. Oracle Enterprise Service Bus vs. BPEL
Oracle Service Bus vs. Oracle Enterprise Service Bus vs. BPELOracle Service Bus vs. Oracle Enterprise Service Bus vs. BPEL
Oracle Service Bus vs. Oracle Enterprise Service Bus vs. BPELGuido Schmutz
 
WebServices and Workflow technologies
WebServices and Workflow technologiesWebServices and Workflow technologies
WebServices and Workflow technologiesNitin Pande
 
Service Oriented Architecture
Service Oriented ArchitectureService Oriented Architecture
Service Oriented ArchitectureSyed Mustafa
 
Enterprise service bus
Enterprise service busEnterprise service bus
Enterprise service busUpul Doluweera
 
Where and when to use the Oracle Service Bus (OSB)
Where and when to use the Oracle Service Bus (OSB)Where and when to use the Oracle Service Bus (OSB)
Where and when to use the Oracle Service Bus (OSB)Guido Schmutz
 

Was ist angesagt? (20)

SOA & ESB Presentation
SOA & ESB PresentationSOA & ESB Presentation
SOA & ESB Presentation
 
ESB Presentation
ESB PresentationESB Presentation
ESB Presentation
 
Overview of SOA and the role of ESB / OSB
Overview of SOA and the role of ESB / OSBOverview of SOA and the role of ESB / OSB
Overview of SOA and the role of ESB / OSB
 
ESB and SOA
ESB and SOAESB and SOA
ESB and SOA
 
ESB Overview
ESB OverviewESB Overview
ESB Overview
 
Enterprise Service Bus
Enterprise Service BusEnterprise Service Bus
Enterprise Service Bus
 
Enterprise Service Bus Part 2
Enterprise Service Bus Part 2Enterprise Service Bus Part 2
Enterprise Service Bus Part 2
 
WSO2 ESB and SOA
WSO2 ESB and SOAWSO2 ESB and SOA
WSO2 ESB and SOA
 
ESB Usage Scenarios and Patterns
ESB Usage Scenarios and PatternsESB Usage Scenarios and Patterns
ESB Usage Scenarios and Patterns
 
2011-ESB-WP-Draft
2011-ESB-WP-Draft2011-ESB-WP-Draft
2011-ESB-WP-Draft
 
Getting started with Enterprise Application Integration (EAI) using Enterpris...
Getting started with Enterprise Application Integration (EAI) using Enterpris...Getting started with Enterprise Application Integration (EAI) using Enterpris...
Getting started with Enterprise Application Integration (EAI) using Enterpris...
 
Service Oriented Architecture (SOA) [2/5] : Enterprise Service Bus
Service Oriented Architecture (SOA) [2/5] : Enterprise Service BusService Oriented Architecture (SOA) [2/5] : Enterprise Service Bus
Service Oriented Architecture (SOA) [2/5] : Enterprise Service Bus
 
03 Service Oriented Architecture Series - Basic SOA Architecture
03 Service Oriented Architecture Series - Basic SOA Architecture03 Service Oriented Architecture Series - Basic SOA Architecture
03 Service Oriented Architecture Series - Basic SOA Architecture
 
Oracle Service Bus vs. Oracle Enterprise Service Bus vs. BPEL
Oracle Service Bus vs. Oracle Enterprise Service Bus vs. BPELOracle Service Bus vs. Oracle Enterprise Service Bus vs. BPEL
Oracle Service Bus vs. Oracle Enterprise Service Bus vs. BPEL
 
7 eai-patterns
7 eai-patterns7 eai-patterns
7 eai-patterns
 
WebServices and Workflow technologies
WebServices and Workflow technologiesWebServices and Workflow technologies
WebServices and Workflow technologies
 
Service Oriented Architecture
Service Oriented ArchitectureService Oriented Architecture
Service Oriented Architecture
 
Enterprise service bus
Enterprise service busEnterprise service bus
Enterprise service bus
 
ITI005En-SOA (II)
ITI005En-SOA (II)ITI005En-SOA (II)
ITI005En-SOA (II)
 
Where and when to use the Oracle Service Bus (OSB)
Where and when to use the Oracle Service Bus (OSB)Where and when to use the Oracle Service Bus (OSB)
Where and when to use the Oracle Service Bus (OSB)
 

Ähnlich wie Enterprise service bus part 1

Service mesh in action with onap
Service mesh in action with onapService mesh in action with onap
Service mesh in action with onapHuabing Zhao
 
Cs 1023 lec 12 soa (week 4)
Cs 1023 lec 12 soa (week 4)Cs 1023 lec 12 soa (week 4)
Cs 1023 lec 12 soa (week 4)stanbridge
 
Biztalk ESB Toolkit Introduction
Biztalk ESB Toolkit IntroductionBiztalk ESB Toolkit Introduction
Biztalk ESB Toolkit IntroductionSaffi Ali
 
Functions & technology of bpm and soa tcm62 43040
Functions & technology of bpm and soa tcm62 43040Functions & technology of bpm and soa tcm62 43040
Functions & technology of bpm and soa tcm62 43040Sophia Koukab ☁
 
Integration Patterns with WSO2 ESB and WSO2 BPS
Integration Patterns with WSO2 ESB and WSO2 BPS Integration Patterns with WSO2 ESB and WSO2 BPS
Integration Patterns with WSO2 ESB and WSO2 BPS WSO2
 
SOA on zLINUX - The Ethias Journey (L. Vauchel & W. Poos)
SOA on zLINUX - The Ethias Journey (L. Vauchel & W. Poos)SOA on zLINUX - The Ethias Journey (L. Vauchel & W. Poos)
SOA on zLINUX - The Ethias Journey (L. Vauchel & W. Poos)NRB
 
Soa Overview
Soa OverviewSoa Overview
Soa OverviewTerry Cho
 
Microservices - Hitchhiker's guide to cloud native applications
Microservices - Hitchhiker's guide to cloud native applicationsMicroservices - Hitchhiker's guide to cloud native applications
Microservices - Hitchhiker's guide to cloud native applicationsStijn Van Den Enden
 
Complete Architecture and Development Guide To Windows Communication Foundati...
Complete Architecture and Development Guide To Windows Communication Foundati...Complete Architecture and Development Guide To Windows Communication Foundati...
Complete Architecture and Development Guide To Windows Communication Foundati...Abdul Khan
 
WSO2Con USA 2017: Implement an Effective Digital Platform Using WSO2 Integration
WSO2Con USA 2017: Implement an Effective Digital Platform Using WSO2 IntegrationWSO2Con USA 2017: Implement an Effective Digital Platform Using WSO2 Integration
WSO2Con USA 2017: Implement an Effective Digital Platform Using WSO2 IntegrationWSO2
 
Make Java Microservices Resilient with Istio - Mangesh - IBM - CC18
Make Java Microservices Resilient with Istio - Mangesh - IBM - CC18Make Java Microservices Resilient with Istio - Mangesh - IBM - CC18
Make Java Microservices Resilient with Istio - Mangesh - IBM - CC18CodeOps Technologies LLP
 
Introduction to Service Oriented Architectures, SOAP/WSDL Web Services and RE...
Introduction to Service Oriented Architectures, SOAP/WSDL Web Services and RE...Introduction to Service Oriented Architectures, SOAP/WSDL Web Services and RE...
Introduction to Service Oriented Architectures, SOAP/WSDL Web Services and RE...ecosio GmbH
 
Introduction to SOAP/WSDL Web Services and RESTful Web Services
Introduction to SOAP/WSDL Web Services and RESTful Web ServicesIntroduction to SOAP/WSDL Web Services and RESTful Web Services
Introduction to SOAP/WSDL Web Services and RESTful Web Servicesecosio GmbH
 

Ähnlich wie Enterprise service bus part 1 (20)

Enterprise service bus part 1
Enterprise service bus part 1Enterprise service bus part 1
Enterprise service bus part 1
 
Microservice Powered Orchestration
Microservice Powered OrchestrationMicroservice Powered Orchestration
Microservice Powered Orchestration
 
Service mesh in action with onap
Service mesh in action with onapService mesh in action with onap
Service mesh in action with onap
 
Cs 1023 lec 12 soa (week 4)
Cs 1023 lec 12 soa (week 4)Cs 1023 lec 12 soa (week 4)
Cs 1023 lec 12 soa (week 4)
 
Biztalk ESB Toolkit Introduction
Biztalk ESB Toolkit IntroductionBiztalk ESB Toolkit Introduction
Biztalk ESB Toolkit Introduction
 
Functions & technology of bpm and soa tcm62 43040
Functions & technology of bpm and soa tcm62 43040Functions & technology of bpm and soa tcm62 43040
Functions & technology of bpm and soa tcm62 43040
 
Integration Patterns with WSO2 ESB and WSO2 BPS
Integration Patterns with WSO2 ESB and WSO2 BPS Integration Patterns with WSO2 ESB and WSO2 BPS
Integration Patterns with WSO2 ESB and WSO2 BPS
 
SOA on zLINUX - The Ethias Journey (L. Vauchel & W. Poos)
SOA on zLINUX - The Ethias Journey (L. Vauchel & W. Poos)SOA on zLINUX - The Ethias Journey (L. Vauchel & W. Poos)
SOA on zLINUX - The Ethias Journey (L. Vauchel & W. Poos)
 
Soa Overview
Soa OverviewSoa Overview
Soa Overview
 
Microservices - Hitchhiker's guide to cloud native applications
Microservices - Hitchhiker's guide to cloud native applicationsMicroservices - Hitchhiker's guide to cloud native applications
Microservices - Hitchhiker's guide to cloud native applications
 
Complete Architecture and Development Guide To Windows Communication Foundati...
Complete Architecture and Development Guide To Windows Communication Foundati...Complete Architecture and Development Guide To Windows Communication Foundati...
Complete Architecture and Development Guide To Windows Communication Foundati...
 
WSO2Con USA 2017: Implement an Effective Digital Platform Using WSO2 Integration
WSO2Con USA 2017: Implement an Effective Digital Platform Using WSO2 IntegrationWSO2Con USA 2017: Implement an Effective Digital Platform Using WSO2 Integration
WSO2Con USA 2017: Implement an Effective Digital Platform Using WSO2 Integration
 
Make Java Microservices Resilient with Istio - Mangesh - IBM - CC18
Make Java Microservices Resilient with Istio - Mangesh - IBM - CC18Make Java Microservices Resilient with Istio - Mangesh - IBM - CC18
Make Java Microservices Resilient with Istio - Mangesh - IBM - CC18
 
Bpm soa
Bpm soaBpm soa
Bpm soa
 
MSB Deep Dive
MSB Deep DiveMSB Deep Dive
MSB Deep Dive
 
07 advanced topics
07 advanced topics07 advanced topics
07 advanced topics
 
WCF
WCFWCF
WCF
 
Soa enablement
Soa enablementSoa enablement
Soa enablement
 
Introduction to Service Oriented Architectures, SOAP/WSDL Web Services and RE...
Introduction to Service Oriented Architectures, SOAP/WSDL Web Services and RE...Introduction to Service Oriented Architectures, SOAP/WSDL Web Services and RE...
Introduction to Service Oriented Architectures, SOAP/WSDL Web Services and RE...
 
Introduction to SOAP/WSDL Web Services and RESTful Web Services
Introduction to SOAP/WSDL Web Services and RESTful Web ServicesIntroduction to SOAP/WSDL Web Services and RESTful Web Services
Introduction to SOAP/WSDL Web Services and RESTful Web Services
 

Mehr von Return on Intelligence

Unit Tests? It is Very Simple and Easy!
Unit Tests? It is Very Simple and Easy!Unit Tests? It is Very Simple and Easy!
Unit Tests? It is Very Simple and Easy!Return on Intelligence
 
Introduction to Backbone.js & Marionette.js
Introduction to Backbone.js & Marionette.jsIntroduction to Backbone.js & Marionette.js
Introduction to Backbone.js & Marionette.jsReturn on Intelligence
 
Types of testing and their classification
Types of testing and their classificationTypes of testing and their classification
Types of testing and their classificationReturn on Intelligence
 
Apache cassandra - future without boundaries (part3)
Apache cassandra - future without boundaries (part3)Apache cassandra - future without boundaries (part3)
Apache cassandra - future without boundaries (part3)Return on Intelligence
 
Apache cassandra - future without boundaries (part2)
Apache cassandra - future without boundaries (part2)Apache cassandra - future without boundaries (part2)
Apache cassandra - future without boundaries (part2)Return on Intelligence
 
Apache cassandra - future without boundaries (part1)
Apache cassandra - future without boundaries (part1)Apache cassandra - future without boundaries (part1)
Apache cassandra - future without boundaries (part1)Return on Intelligence
 

Mehr von Return on Intelligence (20)

Clean Code Approach
Clean Code ApproachClean Code Approach
Clean Code Approach
 
Code Coverage
Code CoverageCode Coverage
Code Coverage
 
Effective Communication in english
Effective Communication in englishEffective Communication in english
Effective Communication in english
 
Anti-patterns
Anti-patternsAnti-patterns
Anti-patterns
 
Conflicts Resolving
Conflicts ResolvingConflicts Resolving
Conflicts Resolving
 
Database versioning with liquibase
Database versioning with liquibaseDatabase versioning with liquibase
Database versioning with liquibase
 
Effective Feedback
Effective FeedbackEffective Feedback
Effective Feedback
 
English for Negotiations 2016
English for Negotiations 2016English for Negotiations 2016
English for Negotiations 2016
 
Lean Software Development
Lean Software DevelopmentLean Software Development
Lean Software Development
 
Unit Tests? It is Very Simple and Easy!
Unit Tests? It is Very Simple and Easy!Unit Tests? It is Very Simple and Easy!
Unit Tests? It is Very Simple and Easy!
 
Quick Start to AngularJS
Quick Start to AngularJSQuick Start to AngularJS
Quick Start to AngularJS
 
Introduction to Backbone.js & Marionette.js
Introduction to Backbone.js & Marionette.jsIntroduction to Backbone.js & Marionette.js
Introduction to Backbone.js & Marionette.js
 
Types of testing and their classification
Types of testing and their classificationTypes of testing and their classification
Types of testing and their classification
 
Introduction to EJB
Introduction to EJBIntroduction to EJB
Introduction to EJB
 
Apache cassandra - future without boundaries (part3)
Apache cassandra - future without boundaries (part3)Apache cassandra - future without boundaries (part3)
Apache cassandra - future without boundaries (part3)
 
Apache cassandra - future without boundaries (part2)
Apache cassandra - future without boundaries (part2)Apache cassandra - future without boundaries (part2)
Apache cassandra - future without boundaries (part2)
 
Apache cassandra - future without boundaries (part1)
Apache cassandra - future without boundaries (part1)Apache cassandra - future without boundaries (part1)
Apache cassandra - future without boundaries (part1)
 
Career development in exigen services
Career development in exigen servicesCareer development in exigen services
Career development in exigen services
 
Introduction to selenium web driver
Introduction to selenium web driverIntroduction to selenium web driver
Introduction to selenium web driver
 
Enterprise service bus part 2
Enterprise service bus part 2Enterprise service bus part 2
Enterprise service bus part 2
 

Kürzlich hochgeladen

Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...Nitya salvi
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...kalichargn70th171
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is insideshinachiaurasa2
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
Pharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyPharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyAnusha Are
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxalwaysnagaraju26
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 

Kürzlich hochgeladen (20)

Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Pharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyPharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodology
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 

Enterprise service bus part 1

  • 1. Enterprise Service Bus Evgeny Epifantsev december 2009 updated 2012 Exigen Services confidential Exigen Services confidential
  • 2. Trainer contacts • Evgeny Epifantsev • Developer • eepifantsev@exigenservices.com Exigen Services confidential 2
  • 3. Goals • Provide an overview on: • What is Enterprise Service Bus? • How to implement it? Exigen Services confidential 3
  • 4. Agenda • Introduction • EAI evolution: P2P->MOM Hub->ESB • ESB purpose and functions overview • QoS and Policy Enforcement • Components: Mediator VFTER (validate, filter, transform, enrich, route), Choreographer • Example of above topics • Open source ESB Exigen Services confidential 4
  • 5. Part 1: Overview and ESB Concepts Exigen Services confidential
  • 6. Definition Exigen Services confidential 6 ESB is idea of using common integration infrastructure across all enterprise application and systems. An Enterprise Service Bus (ESB) is a new architecture that exploits Web services, messaging middleware, intelligent routing, and transformation. ESBs act as a lightweight, ubiquitous integration backbone through which software services and application components flow."
  • 7. What is ESB? Exigen Services confidential 7 What is ESB? Is a Pattern? Is a Product? Is an Architectural Component? Is a Hardware Component?
  • 8. Evolution Exigen Services confidential 8 Point-to-Point - Tight coupling - Complexity ~N2 - No visibility - Hard to secure Service Bus (ESB) + Scalable + Service-oriented + Flexible - Harder administration + Standards-based + Cost less than EAI bus Enterprise Application Integration Hub: - Scalability + Easy administration Bus: - Standards and proprietary - High cost
  • 9. ESB Architecture context Exigen Services confidential 9 Java/EJB Http Service location transparency Java/EJB Http Sharing service across the enterprise Separate of Business Services from Service implementation
  • 10. ESB as a Pattern of SOA Exigen Services confidential 10 WSDL Business service definition PlaceTrade PlaceTrade saveOrTradeOrder() Java implementation service For saveOrTradeOrder()
  • 11. ESB capabilities Exigen Services confidential 11 Routing Message transformation Message enhancement Security Transaction management Service transformation orchestration Mapping service Message processing Protocol Process choreography
  • 12. ESB basic functions ROUTING messages between services • Addressability, static/deterministic routing • Content-based routing • Policy-based routing • Complex Rule-based routing MESSAGING • Message transformation • Message processing • Message enhancement CONVERTATION •Adapters and protocol conversion •Transport protocols (synchronous and asynchronous) Exigen Services confidential
  • 13. BUS: Protocol Conversion Requests Responses Exigen Services confidential 13 ESB Requests Responses Requests Responses Requests Responses Service Requester Service Provider Phone Phone w witihth w waapp - - W WXXMMLL/H/HTTTTPP .N.NEETT - - S SOOAAPP/H/HTTTTPP CC++++ - -X XMMLL/J/JMMSS SSAAPP - - B BAAPPI I WWeebbSSpphheerere 5 5.1.1 - -S SOOAAPP/J/JMMSS SSAAPP - -B BAAPPI I EExxteternrnaal lp paartrntneer r - -S SOOAAPP/H/HTTTTPPSS UUsseer ra apppplilcicaatitoionn - -R RMMI I DDaatatabbaassee – – S SQQLL AApppplilcicaatitoionn - -X XMMLL/J/JMMSS
  • 14. Service mapping Exigen Services confidential 14 The ability to translate a business service into the corresponding service implementation and provide binding and location information  Could be implemented through XML, a database, or embedded within the Mediator ESB component  Usually contains the following core information • Implementation service name • Service protocol and binding information • Protocol-specific info (i.e. timeouts) • Service-specific routing information
  • 15. Process choreography Each of business node can be an independent business service Exigen Services confidential 15 The ability to manage complex business process that require the coordination of multiple business services to fulfill a single business service request  Usually BPEL based PlaceFixedIncomeTrade CreateOrder SelectBid PlaceTrade ExecuteTrade
  • 16. Service orchestration Exigen Services confidential 16 The ability to manage the coordination of multiple implementation services  Can be BPEL based but is usually implemented through inter-service communication or aggregate services  Difference between Service orchestration and Process Choreography is based on type of service • Process choreography - Business b seeinrvgic ceosordinated • Service orchestration - implementation service
  • 17. Transaction management Exigen Services confidential 17 The ability to provide a single unit of work for a business service request by providing a framework for the coordination of multiple disparate services  ESB should provide a compensatory transactional framework for a service request • WS - Coordination • WS - AT • WS –Business Activity
  • 18. Security Exigen Services confidential 18 The ability to protect enterprise services from authorized access  Services visible to the entire enterprise through ESB  The 4 “A’s” of Security •Authentication • Authorization • Auditing • Administration  ESB should provide authentication, authorization and auditing  ESB should access a security manager for authentication and authorization rather than have the direct responsibility
  • 19. Quality of Service and Policy enforcement Exigen Services confidential requestor provider 19 • Security WS-Security, SAML • Reliable delivery for each connection • Transaction management WS-AT, WS-Coordination, WS-Business Activity • Traffic management • Policy (WS-Policy) RR11 PP11 PP22 Tx_not supported Tx_not supported TxT_xr_erqeuqiureirded CComompepnesnastaiotinon TxT_xr_erqeuqiureirded CComompepnesnastaiotinon 1 2 3 response No answer
  • 21. Common Event Infrastructure Common Event Infrastructure (CEI) is IBM's implementation of API, and infrastructure for the creation, transmission, persistence and distribution of a wide range of business, system and network Common Base Event formatted events. Exigen Services confidential 21 Based on Common Base Event (IBM implementation of Web Services Distributed Management ) CEI Event Submission Interfaces (Event Source) CEI Event Subscription Interfaces (Event Server) CEI Event Query Interfaces (Event Server)
  • 22. CEI Event types Exigen Services confidential
  • 23. Common Event Browser Exigen Services confidential
  • 24. ESB Components Exigen Services confidential
  • 25. ESB components Exigen Services confidential 25  ESB can broken down into the following components • Mediator • Service registry • Choreographer • Rules Engine MMeeddiaiatotorr Service registry Service registry CChhoorreeooggrraapphheerr RRuuleless e ennggininee
  • 26. Mediator (Routing, Message transformation) Service Requester Transform XSLT Exigen Services confidential 26 Mediator Requests Responses Requests Responses Requests Responses Requests Responses Service Provider Validation XSD Validation XSD Transform XSLT Enrich XPath Enrich XPath Route UDDI Route OOppeeraratete UDDI VETRO export import
  • 27. Process choreographer partnerLink Exigen Services confidential 27 BPEL – Business Process Execution language partnerLink purchasing partnerLink invoicing ppuurrcchhaasseeOOrrddeerrPPTT purchasing partnerLink invoicing CCoommppuutetePPrriciceePPTT ininvvooiciceeCCaalllblbaacckkPPTT <wsdl:portType name="purchaseOrderPT"> <wsdl:operation … </wsdl:operation> </wsdl:portType> <plnk:partnerLinkType name="purchasingLT"> </plnk:partnerLinkType> <plnk:partnerLinkType name="invoicingLT"> <plnk:role portType="pos:computePricePT" /> <plnk:role portType="pos:invoiceCallbackPT“ /> </plnk:partnerLinkType>
  • 28. BPEL Process <receive portType="lns:purchaseOrderPT" … /> <flow> <invoke portType="lns:computePricePT“ … /> <receive portType="lns:invoiceCallbackPT" …/> </flow> <reply portType="lns:purchaseOrderPT” … /> Exigen Services confidential 28 <sequence> <sequence> <receive portType="lns:purchaseOrderPT" … /> <flow> <invoke portType="lns:computePricePT“ … /> <receive portType="lns:invoiceCallbackPT" …/> </flow> <reply portType="lns:purchaseOrderPT” … /> <sequence> <sequence>
  • 29. Implementation Mediation Module Mediation module Requests Responses Mediation flow Imports component Exports Exigen Services confidential 29 Mediation flow Requests Responses Requests Responses Requests Responses Service Requester Service Provider Exports Imports
  • 30. Implementation mediation Flow Exigen Services confidential 30 InInteterrfafacceess MMeeddiaiatitoionn p prrimimitiitviveess
  • 31. Implementation in Business Works Exigen Services confidential 31
  • 32. Implementation steps WebSphere ESB Messaging Resources Import WSDL(SCA, Web Service, HTML, JMS) Connect WSDL ports with mediator (import) Generate exports with binging (SCA, Web Service, HTML, JMS) Exigen Services confidential 32 Import WSDL(SCA, Web Service, HTML, JMS) CCrreeaatete m meeddiaiatotorr Connect WSDL ports with mediator (import) Generate exports with binging (SCA, Web Service, HTML, JMS) CCrreeaatete b buuss i ninsstatannccee SSeetutupp S SDDOO r reeppoossitiotorryy SSeetutupp r reessoouurrccee a addaappteterrss Create client listeners for Create client listeners for every protocols every protocols CCrreeaatete i ninteterrcceepptotorrss CCrreeaatete m meeddiaiatotorr ( (EEJJBB))
  • 33. ESB platforms WSO2 ESB Apache Synapse, WS Apache Axis2 Sun GlassFish ESB NetBeans IDE, BPEL orchestration, WS JAX-WS, Mule ESB EE custom implementation model, WS CXF, No BAM, IONA Fuse ESB Apache ServiceMix, JBI, OSGI, WS CXF, no BAM, WebSphere ESB WebSphere MQ, JMS, BPEL, SCA Exigen Services confidential 33 Business Rules, Transaction, BAM no Business rules Business rules WS JAX-WS, BAM, Business Rules Matrix BusinessWorks no transaction, no dusiness rules, BAM Oracle ESB JMS, BPEL
  • 34. Open source way Business Exigen Services confidential 34 ESB Business Rules DDrroooolsls Rules RRoouutitningg eeipip ccaammeell jajavvaa jBjBPPMM CChhoorreeooggrraapphhyy Transform ation Transform ation xxssltlt xxppaathth ssimimpplele IBIBMM EEvveenntsts OOraracclele JJMMSS AAMMQQ
  • 35. Thank You! Questions? Exigen Services confidential 35

Hinweis der Redaktion

  1. Основа архитектуры ESB — это идея использования общей интеграционной инфраструктуры всеми корпоративными приложениями на базе обмена сообщениями. Все приложения взаимодействуют через одну точку, которая, в случае необходимости, обеспечивает сохранность обращений, преобразование данных и транзакции. При этом целью интеграции приложения является создание единственного модуля (или адаптера), который отвечает за «подключение» приложения к ESB. Последующую обработку сообщений и их маршрутизацию в другие системы, ESB выполняет на основании установленных бизнес-правил самостоятельно
  2. Ответ ДА на все четыре вопроса.