welcome where and when should i use the oracle ... where and when should i use the oracle service...

39
2012 © Trivadis BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN WELCOME Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When should I use the Oracle Service Bus (OSB) 1

Upload: phamtuyen

Post on 14-Apr-2018

221 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN

WELCOME Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz

UKOUG Conference 2012

04.12.2012

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

1

Page 2: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Guido Schmutz

•  Working for Trivadis for more than 15 years

•  Oracle ACE Director for Fusion Middleware and SOA •  Co-Author of different books •  Consultant, Trainer Software Architect for Java, Oracle, SOA

and EDA •  Member of Trivadis Architecture Board •  Technology Manager @ Trivadis

•  More than 20 years of software development experience

•  Contact: [email protected] •  Blog: http://guidoschmutz.wordpress.com •  Twitter: gschmutz

14.06.2012

2 Where and When should I use the Oracle Service Bus (OSB)

Page 3: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Agenda

1.  Oracle Service Bus and Oracle SOA Suite

2.  Using the Oracle Service Bus

3.  Bad Practices

4.  Summary

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

3

Page 4: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Oracle Fusion Middleware

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

4

Infrastructure & Management

Database

Middleware

Applications

Page 5: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

SOA Integration Suite

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

5

BAM CEP

EM

POLICYMANAGER

DESIGN

ERP MAINFRAME SERVICES EVENTS

LifecycleGovernance

Adapters & B2B

PARTNERS DB

BPEL PROCESS MGRBUSINESS RULESHUMAN WORKFLOW

SERVICE BUS DATA INTEGRATOR ORACLE SERVICE BUS

Page 6: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

OSB vs. Mediator vs. BPEL

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

6

BPEL/ BPMN

OSB

Mediator 11g

Message Transformation (XSLT)

Human Workflow

Process State/ Long running

Message Filter

Adapter Framework (JCA)

Decision Service

Process Orchestration

XQuery Transformation

Value Mapping Cross-Reference Tables (XREFs)

Split-Join

XA Support

JDeveloper

Eclipse IDE

SLA Alert Rule

Resubmit

Message Ordering

Message Throttling

Service Pooling (Load Balancing)

Instance Monitoring

Security

Message Validation (XSD)

Reliable Messaging

Asynchronous Messaging Pattern

Service Types and Transport

Compensation Parallel Processing

Graphical Flow Design

Sensors

Message Routing

SCA Support

Web Console

Strong typing (XSD)

Result Set Caching

Rule-engine for routing

Graphical Debugger

Fault Management Framework

Message Validation (Schematron)

REST Support

EDN

Service Data Object (SDO)

Unit Test Framework

Page 7: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Oracle Service Bus - Key Capabilities

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

7

Oracle Service Bus

Complete, Open & Integrated

Scalability and Performance

Rapid Service Enablement

Agility

Page 8: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Oracle Service Bus - Key Components

Proxy Service

•  Contains the message processing logic for handling the request and the optional response message

•  Interface that the service consumer calls

Business Service

•  Wraps the external systems the OSB calls

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

8

OSB

External Service

Business Service

Pipeline

Proxy Service

HTTP/ SOAP HTTP/

SOAP

WSD

L

WSD

L

Pipeline

T1

T2

Page 9: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Service Virtualization

•  Create additional agility by replacing direct coupling and to provide a virtual endpoint for the consumer, with the following benefit

•  Support of different message formats •  Move of endpoints •  Service versioning •  Better availability and scalability •  Security •  …

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

9

OSB

Service Provider

Business Service

Routing

Proxy Service SOAP SOAP

WSD

L

WSD

L

Agility Service Consumer

Service Provider

SOAP Service Consumer

Page 10: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Agenda

1.  Oracle Service Bus and Oracle SOA Suite

2.  Using the Oracle Service Bus

3.  Bad Practices

4.  Summary

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

10

Page 11: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

OSB

Message Transformation

Requirement

•  Different message format of inbound/outbound messages of the OSB

Solution

•  Use a Replace action with an XQuery / XSLT script

•  XQuery is a very efficient way to transform messages

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

11

External Service

Business Service

Routing

Proxy Service

Replace

Replace

HTTP/ SOAP HTTP/

SOAP

WSD

L

WSD

L

XQuery XSLT

Page 12: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

OSB

Routing

Requirement

•  Efficiently route a message to one or another external service

Solution

•  Use a Conditional Branch or a Routing Table instead of a single Routing action

•  Pass routing criteria through headers if complex decisions involved (instead of programming it into the OSB flow) •  Header based routing is more efficient if payload does not have to be touched at all

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

12

External Service 2

Business Service

Routing

Proxy Service

External Service 1

Business Service

Routing

HTTP/ SOAP

HTTP/ SOAP

HTTP/ SOAP

Page 13: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Requirement

•  Dynamically route a message to a service not known at development time

Solution

•  Use a Dynamic Routing to dynamically invoke a different business service

•  Set the Endpoint URI used on the business service dynamically through the Routing Options action •  All external services should implement the same contract

Dynamic Routing

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

13

OSB

External Service 2

Proxy Service

External Service 1 Business

Service

HTTP/ SOAP

HTTP/ SOAP

HTTP/ SOAP

Routing Routing Options

Page 14: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Message Enrichment - Service Callout

Requirement

•  Have to enrich a message before/after routing it to the primary service

Solution

•  Use a Service Callout action either in the request/response flow of the Routing action

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

14

OSB

Primary External Service

Business Service

Routing

Proxy Service

Service Callout

HTTP/ SOAP HTTP/

SOAP W

SDL

WSD

L

External Service

Business Service

HTTP/ SOAP

WSD

L

Page 15: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Service-Pooling

Requirement

•  Make link between consumer and service provider more reliable

Solution

•  Use Service Pooling of OSB to handle short interruptions (network/service)

•  Number of retries and the time to wait can be configured

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

15

External Service

OSB

Proxy Service

Business Service

1

2 after 2s

5x

Page 16: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Requirement

•  Increase Scalability and Availability of a given service

Solution

•  Use Service Pooling to link to multiple instances of a given service •  Offers load balancing algorithms such as

round-robin, random, random-weighted •  If a URI is non-responsive, take the URI out of

the pool •  Bring the URI back in the pool when it is back-up

Service-Pooling

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

16

OSB

Proxy Service

Business Service

External Service Instance 1

Instance 2

Instance 3

OSB USP

Page 17: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Service Result Caching

Requirement

•  Handle a lot of read-only calls to a system with limited capacity

Solution

•  Use Result Caching to cache the information on the Oracle Service Bus

•  Tune the Expiration Time settings to make sure the information is updated from time to time

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

17

External Service

OSB

Proxy Service

Business Service

1

2 3

Result Cache

OSB USP

Page 18: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Message Throttling

Requirement

•  Make sure to not overload a system by sending too many messages

Solution

•  Using Message Throttling feature of the Oracle Service Bus

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

18

OSB USP

OSB

Proxy Service

Business Service

Service Provider

Message Buffer SOAP Service

Consumer

Page 19: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Scalabilty and Performance - Work Manager vs. Throttling

•  Work Manager with Proxy Service §  Used to limit the number of threads running a proxy service

•  Work Manager with Business Service §  Used to limit the number of threads that process responses

•  Throttling with Business Service §  Only limits the load to backend services and avoids overloading the back end

Where and When should I use the Oracle Service Bus (OSB) 14.06.2012

19

Page 20: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

SLA Alert Rules

Requirement

•  Need a low-overhead way to measure Service Level Agreements (SLAs)

Solution

•  Use the SLA Alert Rules of the OSB monitoring framework to measure •  Min/max response time, message count, error count

•  Can be added to a simple pass-through service with minimal overhead or on any other “more complex” service

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

20

OSB

External Service

Business Service

Routing

Proxy Service HTTP/ SOAP HTTP/

SOAP

WSD

L

WSD

L

SLA Alert Rule SLA Alert Rule

OSB USP

Page 21: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Requirement

•  Have to make sure that a message is processed. If not, either retry or store it in an error area

Solution

•  Use the JMS Transport and integrate the OSB flow in a global transaction

•  Configure retry and error behavior on the Inbound Queue or on the proxy service

Reliable Message Processing

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

21

OSB

Proxy Service

Business Service JM

S

JMS Inbound

Queue Request Queue

Error Queue

OSB USP

Page 22: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Split-Join

Requirement

•  Process a large message with many sub-items as quick as possible

Solution

•  Use a Split-Join to split the large message into many smaller messages and handle them in parallel.

•  Aggregate the results into one large response message

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

22

Split ForEach ProcessOrder

Oracle Service Bus

Join ProcessOrder

15

Order 1 Order 2 Order 3

SPLIT

Response 1

Response 2

Response 3

JOIN

Request Payload

Response Payload

OSB USP

Page 23: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Integrate with Legacy Systems

Requirement

•  Reuse existing legacy functionality and make it available as a Web Service

Solution

•  Use the JCA adapter to integrate the legacy systems through the SOA Suite technology adapters, •  such as the AQ, Database, File and FTP adapters / EJB, JMS, File, FTP Transport

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

23

OSB

Proxy Service

Business Service

Database Adapter

SOAP Client JC

A

WSD

L

DB

OSB

Proxy Service

Business Service

SOAP Client JM

S

WSD

L

Request Queue

Request Queue

External System

OSB USP

Page 24: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Directly use existing Java functionality

Requirement

•  Make existing EJB functionality available as a Web Service

Solution

•  Use the EJB transport to access the EJB and expose through a WSDL based proxy service

•  Transaction propagataion

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

24

OSB

Proxy Service

Business Service

EJB Session Bean

SOAP Client JE

JB

WSD

L

EJB Session Bean EJB Client

Page 25: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Decouple EJB based systems with JEJB Transport

Requirement

•  An existing system consists of a lot of EJB components which are strongly coupled

Solution

•  Use the JEJB transport on both ends of the OSB to decouple EJB consumer form the EJB provider

•  Optionally change the request and/or response message

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

25

OSB

Proxy Service

Business Service

EJB Session Bean EJB Client

EJB Session Bean

EJB Client JEJB

JEJB

OSB USP

Page 26: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Expose a SOAP Web Service with a RESTful interface

Requirement

•  Need to expose a given functionality through a RESTful interface

Solution

•  Use the HTTP transport on the proxy service to accept RESTFul calls

•  Map the HTTP methods GET/PUT/POST/DELETE to the SOAP operations, using a conditional branch

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

26

OSB

SOAP service Business Service

Proxy Service

RESTful SOAP/HTTP

WSD

L

HTT

P

Routing

Routing

OSB USP

Page 27: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

RESTful Services on OSB

Requirement

•  Need to decouple RESTful client from its RESTful service provider

Solution

•  Use a pass-through service with the HTTP

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

27

OSB

RESTful Service

Business Service Routing

Proxy Service HTTP/ REST HTTP/

REST

HTT

P

HTT

P

OSB USP

Page 28: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Agenda

1.  Oracle Service Bus and Oracle SOA Suite

2.  Using the Oracle Service Bus

3.  Bad Practices

4.  Summary

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

28

Page 29: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Bad Practice – „Complex“ Service Orchestration

Problem

•  Calling multiple Web Services through a chain of Service Callout‘s (all sync)

•  If one service call fails, a rollback of the others might be necessary, but we are not in a global transaction

Alternative

•  Use BPEL or BPMN with the built-in compensation handling functionality

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

OSB

Web Service Business Service

Proxy Service

HTTP/ SOAP

HTTP/ SOAP

WSD

L

WSD

L

Service Callout

Service Callout

Service Callout

Web Service Business Service

HTTP/ SOAP

WSD

L Web Service Business

Service

HTTP/ SOAP

WSD

L

t

29

Page 30: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Bad Practice – Complex Business Logic in Proxy Message Flow

Problem

•  Complex business logic is implemented in OSB through a combination of loops, conditions, expressions and XQuery scripts

Alternative

•  Externalize complex business logic into a “real” service or into a Business Rule Engine •  invoke it as a service from the OSB

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

30

OSB

Proxy Service

HTTP/ SOAP

WSD

L

Web Service Business Service

HTTP/ SOAP

WSD

L

R R

Page 31: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Bad Practice – Java Callout invoking business logic

Problem

•  The Java Callout action is used to invoke business logic wrapped in a JAR

Alternative

•  Implement this logic as a “real” service and invoke it from the OSB through a business service •  Either as an Java Web Service or as an EJB session bean through the EJB transport

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

31

OSB

Primary External Service

Business Service

Routing

Proxy Service

Java Callout

HTTP/ SOAP HTTP/

SOAP SA

OP

SOA

P

JAR

Page 32: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Bad Practice – Batch processing

Problem

•  Using the OSB for batch processing

•  The DB adapter is used to read all the data from one database, passed through the OSB to update it on another database

Alternative

•  Use a traditional data integration solution such as Oracle Data Integrator

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

32

OSB

Proxy Service

Business Service

DB Adapter JC

A

JCA

DB DB

Adapter DB

10‘000s of records

Page 33: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Agenda

1.  Oracle Service Bus and Oracle SOA Suite

2.  Using the Oracle Service Bus

3.  Bad Practices

4.  Summary

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

33

Page 34: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Oracle SOA Platform

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

34

Page 35: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

OSB vs. Mediator vs. BPEL

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

35

BPEL/ BPMN

OSB

Mediator 11g

Message Transformation (XSLT)

Human Workflow

Process State/ Long running

Message Filter

Adapter Framework (JCA)

Decision Service

Process Orchestration

XQuery Transformation

Value Mapping Cross-Reference Tables (XREFs)

Split-Join

XA Support

JDeveloper

Eclipse IDE

SLA Alert Rule

Resubmit

Message Ordering

Message Throttling

Service Pooling (Load Balancing)

Instance Monitoring

Security

Message Validation (XSD)

Reliable Messaging

Asynchronous Messaging Pattern

Service Types and Transport

Compensation Parallel Processing

Graphical Flow Design

Sensors

Message Routing

SCA Support

Web Console

Strong typing (XSD)

Result Set Caching

Rule-engine for routing

Graphical Debugger

Fault Management Framework

Message Validation (Schematron)

REST Support

EDN

Service Data Object (SDO)

Unit Test Framework

Page 36: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Oracle Service Bus vs. Mediator component

Where and When should I use the Oracle Service Bus (OSB) 36

Oracle Service Bus •  Service virtualization

•  Decoupling of SOA domains

•  Only entry point for external system

•  powerful, standalone ESB

•  Service Level Agreements

•  Message-oriented solutions

•  Integration of legacy systems

Mediator •  Loosely coupling inside SOA composite

•  Intra composite

•  Event Delivery Network

•  Domain Value Maps

•  Cross Referencing

14.06.2012

Page 37: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Where and When should I use the Oracle Service Bus (OSB)

Summary

SOA Domäne 2

SAP System (SAP)

Direct Connection, Broker, Router (ESB)

Population and Synchronization (Bulk ESB)

Oracle

Database FTP

CSV

SAP Bus

SAP

SAP SOAP

Transformation

RoutingEnrichment

ESB

SQL Server

Database

Exposed Direct Connection (Exposed-ESB)

Partner Application(PA)

Partner Application(PA)

SOAP FTP

Rule Engine

SOAP

BackendApplication

(BA)

XLS

CSV

CSV

CSV

Native

FilterValidation

Native

Value Mapping

SMTP

Email Server

Mailhost

POP3/IMAP

Rules

FTP Server

FTP

Application Oracle

Bas

ic S

ervi

ce

JMS

JMS

SOA Domäne 1

Application

Oracle

SOAP

Rul

es

BP

EL

Hum

an

Inte

ract

ion

Mediator/BPEL/BPMN

Oracle Service Bus (OSB)

Oracle Data Integrator (ODI)

Oracle Service Bus (OSB)

14.06.2012

37

Page 38: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

Summary

•  Use the Oracle Service Bus for Service Virtualization

•  Use the Oracle Service Bus for Message-Oriented Solutions

•  Do not use it to implement service business logic

•  Do not use it to implement process logic (technical integration processes and/or business processes)

•  Do not use it to implement batch processing logic

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

38

Page 39: WELCOME Where and When should I use the Oracle ... Where and When should I use the Oracle Service Bus (OSB) Guido Schmutz UKOUG Conference 2012 04.12.2012 14.06.2012 Where and When

2012 © Trivadis

BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN

Thank You! Trivadis AG

Guido Schmutz [email protected]

14.06.2012 Where and When should I use the Oracle Service Bus (OSB)

39

Five Cool use cases for the Spring component of the Oracle SOA Suite Monday 3th December at 11:50 - 12:35 - Executive 7   NoSQL Databases for Implementing Data Services – Should I Care? Tuesday 4th December at 15:10 - 16:10 - Hall 10a