SOA Praxiserfahrungen

Size: px
Start display at page:

Download "SOA Praxiserfahrungen"

Transcription

1 Nicolai M. Josuttis IT-communication.com 09/ Independent consultant continuously learning since 1962 Nicolai Josuttis Systems Architect, Technical Manager finance, manufacturing, automobile, telecommunication SOA experience for multiple years incl. bringing SOA in production with >50 international systems >500 services >10 million service calls per day Author of SOA in Practice

2 3 Table of Contents Why SOA? ESB in Practice Reuse in Practice BPM in Practice Conway s Law Summary Why SOA? 4

3 5 The Context of the 21 st Century Globalization We scale more and more Business is highly distributed Harmonization is not an option We are on the road towards ULS (ultra-large-scale) systems Internet Health care systems Traffic and transportation... 6 Characteristics of Large Systems Characteristics of large systems: Decentralization Heterogeneous, inconsistent, and changing elements Continuous evolution and deployment Redundancies Inherently conflicting, evolving, and diverse requirements Normal failures Erosion of the people/system boundary These characteristics may appear in today s systems can become critical in system landscapes dominate in ultra-large-scale systems SOA

4 7 Distributed Systems to Deal with Millions of Customers Thin Client Smart Client (Call Center Desktop) Mobile Phone / Fax Frontends Portal Processes Order Fulfillment Backends CRM Billing Logistics 8 Sign Contract with Mobile Phone Distributed Systems to Deal with Millions of Customers Thin Client Smart Client (Call Center Desktop) Mobile Phone / Fax Frontends Portal Process Order Processes Order Fulfillment AddContract( ) SendBill( ) ShipMobilePhone( ) Backends CRM Billing Logistics

5 9 Distributed Systems to Deal with Millions of Customers Thin Client Frontends Portal Wireless Business Unit Smart Client (Call Center Desktop) Mobile Phone / Fax Processes Order Fulfillment Backends CRM Billing Logistics 10 Distributed Processes Over Multiple Companies Wired Business Unit Wireless Business Unit Billing CRM Insurance Company Property CRM Life

6 11 Distributed Processes Over Multiple Companies We moved houses Our new Address is: Wired Business Unit Wireless Business Unit Billing CRM Insurance Company UpdateAddress( ) UpdateAddress( ) Property CRM Life 12 Reality: Systems in Multiple Countries, BU s, Companies Austria International USA UPS FedEx ESB B2B Gateway ESB Vendor Wired Germany UK

7 13 Dealing with Business Requirements findparcelstatus() Austria International USA UPS FedEx ESB B2B Gateway ESB Where is my phone? Vendor Wired checkphonestatus() findshippingdata() Germany findprocess() findcustomer() UK 14 New World of IT System Development Maintenance of System Landscapes

8 15 SOA SOA is a concept for the maintenance of system landscapes It implies Change Management of multiple business requirements for heterogeneous systems with different product owners ESB in Practice 16

9 17 ESB Approaches individual integration of interfaces: just a common protocol: contracts with value-added services: Consumer Consumer Consumer Consumer Consumer Consumer Contract Contract Provider Provider Provider possible EAI approach native Web Services??? 18 Web Services ESB s Might Internally Use Other Middleware Consumer 1 Consumer 2 send requests to: SOAP send requests to: SOAP deployed at: deployed at: Interceptor Interceptor App-Server MQ, JMS, JBI, App-Server Interceptor Interceptor SOAP SOAP deployed at: deployed at: Provider A Provider B

10 19 Service Development Lifecycle Rose Repository HTML Consumer1 Consumer2 Magic Draw Repository HTML Intermediate format: Signature SLA s URL for documentation Central Registry abstract WSDL full WSDLs service call service call Deployment Information abstract WSDL internal Provider design time runtime 20 Service Development Lifecycle HTML Rose Consumer1 Consumer2 Repository Magic Draw Repository external WSDL HTML design time Intermediate format: Signature SLA s URL for documentation Deployment Information external Provider Central Registry abstract WSDL full WSDLs abstract WSDL mapping service call service call internal Provider runtime

11 Reuse in Practice Consumer Specific Services Loading all customer data at once took too long: Consumer Provider getall()

12 23 Consumer Specific Services Loading all customer data at once took too long Consumer Provider getall() So, split the service into two specific calls: Consumer getpart1() Provider Cache 24 Consumer Specific Services Loading all customer data at once took too long: Consumer Provider getall() So, split the service into two specific calls: Consumer getpart1() Provider getpart2() Cache

13 25 You will find: Reused services Redundant services Custom-made services Unused services The Performance Reusability Tradeoff 5 4 Average number of consumers per service Years 26 Service Monitoring by a Suisse Bank ~900 services used by > 150 applications > 42 % services reused On average: 1.77 clients/service (3.7 clients/interface) > 12,000 Person-Days saved by reuse No new application that don't use at least 1 service 200% 180% 160% 140% 120% 100% 80% 60% 40% 20% 0% Percent of Svcs reused Avg No of clients per Svc (only new) Avg No of clients per interface slide by: Hermann

14 Business Process Modeling in Practice customer order customer calls in identify customer record order create product ship product send bill Business Process View sub process sub process sub process BPM Tools: Process Service Composed Composed Composed Composed Service Service Service Service Service View CRM Order & Logistics Billing

15 29 customer order customer calls in identify customer record order create product ship product send bill Business Process View sub process sub process sub process BPM Tools: Process Service Composed Composed Composed Composed Service Service Service Service Service View CRM Order & Logistics Billing 30 customer order Standard: BPEL For orchestration of services customer BPEL-Engines provide identify runtime record support create ship send - Business Process Assembler calls in customer order product product bill But there are limits: it - plug-and-play needs services - different levels of abstraction sub sub sub - error handling process process process - no orchestration of SLAs BPM- BPEL is not for frontend workflows Process Tools: - BPEL is not a generic state machine Service Business Process View Service View Composed Composed Composed Composed Service Service Service Service CRM Order & Logistics Billing

16 31 Business Process Modeling Notations UML Unified Modeling Language Use Case Diagram Activity Diagram... BPMN Business Process Modeling Notation EPC Event-driven Process Chain 32 Business Notations versus BPEL UML: BPEL: BPMN:??? EPC:

17 33 collect data and fulfill Standard Approach for Process Services 1. Collect data to start the process workflow with human interaction steps can be composed services 2. Fulfill process (usually) no human interaction can be a process service start process Frontend Backend possible response 34 Process Services and Human Interaction backend waits for interaction White paper: BPEL4people Proprietary BPEL extensions Upcoming standards: WS-HumanTask (WS-HT) WS-BPEL4People (WS-B4P) start process Frontend 1. poll request 2. push response queue 1. push request 2. poll response UI Backend

18 35 Thin Client Smart Client (Call Center Desktop) Back Office Frontend Portal & validate execute Process Compose Backend domain domain domain 36 Thin Client Smart Client (Call Center Desktop) Back Office Frontend Portal Process Compose Backend domain domain domain

19 Conway s Law SOA and the Organization Systems: A System Landscape: CRM Client Inventory Client Production Client Billing Client CRM Inventory Production Billing based on: Eberhard Wolff,

20 39 Conway s Law Any organization that designs a system (defined more broadly here than just information systems) will inevitably produce a design whose structure is a copy of the organization's communication structure. Melvin Conway, 1968 in How Do Committees Invent? 40 SOA and the Departments New organizational structures channel specific frontends process oriented backends domain specific backends deal with new requirements solution managers handle projects

21 41 Development Process Sales &Marketing, Controlling, Solution Management Requirements High-level Design System: Product Owner A&D Development Business Case Release Plans Test Management Development (weekly iterations) 42 Distribution Costs Many people involved Solution Manager System Analysts System Designers System Implementers System Testers Solution Integrators Solution Testers Delivery Managers Incident Managers

22 Summary Lessons Learned Distribution costs Distributed design (multiple parties involved) Needs organizational culture (collaboration, trust) and structures Distributed testing Might turn out to be the biggest day-to-day problem Distributed debugging Your infrastructure/esb is your debugger Distributed quality Overall quality depends on individual qualities Loose Coupling costs Any form of indirection and heterogeneity has a price You can t buy SOA Tools can only help Main tasks are Architecture, Processes, Culture

23 45 SOA Essence If you can avoid distribution, avoid it SOA should never be an end in itself Use SOA only, if distribution is required If monoliths are impossible or too expensive If independent companies or business units are involved SOA is a strategy Establish step-by-step Needs top management support 46 Q&A Nicolai Josuttis josuttis@it-communication.com Gaussstr. 29 D Braunschweig Tel.: / / / JOSUTTIS

Service Oriented Architecture (SOA) Architecture, Standards, Technologies and the Cloud

Service Oriented Architecture (SOA) Architecture, Standards, Technologies and the Cloud Service Oriented Architecture (SOA) Architecture, Standards, Technologies and e Cloud 3-day seminar Give Your Business e Competitive Edge There has been a lot of talk about unsuccessful SOA projects during

More information

Service Oriented Architecture

Service Oriented Architecture 2 Service Oriented Architecture An Overview for the Enterprise Architect 2006 IBM Corporation Agenda IBM SOA Architect Summit Introduction SOA Reference Architecture SOA Roadmap SOA Governance Summary

More information

Transition to SOA. Oracle SOA Suite. Martin Jäkle Solution Architect TSBU Fusion Middleware Oracle Deutschland

Transition to SOA. Oracle SOA Suite. Martin Jäkle Solution Architect TSBU Fusion Middleware Oracle Deutschland Transition to SOA Oracle SOA Suite Martin Jäkle Solution Architect TSBU Fusion Middleware Oracle Deutschland SOA Bridging the Gap Increasingly Demanding Users End-to-End Processes Shorter Change Cycles

More information

TDT Model-driven Development of Information Systems, Autumn Service-oriented architecture (SOA)

TDT Model-driven Development of Information Systems, Autumn Service-oriented architecture (SOA) TDT4250 - Model-driven Development of Information Systems, Autumn 2008 Service-oriented architecture (SOA) 1 SOA definition Service-oriented architecture (SOA) A set of components which can be invoked,

More information

Order T-Mobile

Order T-Mobile Order Management @ T-Mobile Dr. Thomas Dupré, T-Mobile Deutschland GmbH November 2009 Master-Untertitelformat bearbeiten Agenda Motivation for Order Management Key concepts of OMS/OE A closer look towards

More information

بﻟﺎطﻣ ﯽﻠﮐ لﺻﻓ رﺳ Se rvice O r ien t A rch it ec t SOA Workshop: A. Mahjoorian, Session

بﻟﺎطﻣ ﯽﻠﮐ لﺻﻓ رﺳ Se rvice O r ien t A rch it ec t  SOA Workshop: A. Mahjoorian, Session - معماری سرویس گرا (SOA) قسمت ھفتم - مرداد 86 امیر رضا مهجوریان دوره آموزشی شرکت... سر فصل کلی مطالب معرفی معماری سرویس گرا کاربرد معماری سرویس گرا شناخت تفصیلی ادبیات کسب و کار پروتکل ھای معماری سرویس

More information

Integrating Business Processes

Integrating Business Processes Integrating Business Processes BPM and SOA Timo Itälä, Paavo Kotinurmi HELSINKI UNIVERSITY OF TECHNOLOGY Course Map 2007 12.9: EA (Enterprise Architecture) Overview 19.9: ERP (Enterprise Resource Planning)

More information

Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash)

Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash) Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash) An AMX International White Paper January 2008 Page 1 NOTE: The following is intended to outline our general

More information

How SOA Can Help EA. Enterprise Architecture Conference 2008

How SOA Can Help EA. Enterprise Architecture Conference 2008 Enterprise Conference 2008 The IT & Business Alignment Forum November 10-13, 2008, Las Vegas, NV How SOA Can Help EA Yan Zhao, Ph.D Enterprise and IT Strategy Current Affiliation: Mitre Corporation Presentation

More information

Evolving your Integration Infrastructure using webmethods Mediator

Evolving your Integration Infrastructure using webmethods Mediator Evolving your Integration Infrastructure using webmethods Mediator Subhash Ramachandran, VP Product Management Sachin Gadre, Manager, Product Management Tuesday, June 29, 2010 Agenda Solving the Integration

More information

ObjectWeb ESB Initiative : an Open Development Process. Alain Boulze,, SOA Project Coordinator Adrian Mos, SOA Technical Lead

ObjectWeb ESB Initiative : an Open Development Process. Alain Boulze,, SOA Project Coordinator Adrian Mos, SOA Technical Lead ObjectWeb ESB Initiative : an Open Development Process Alain Boulze,, SOA Project Coordinator Adrian Mos, SOA Technical Lead ObjectWeb @ INRIA Grenoble,, France Overview Part I : An Open Development Process

More information

Enterprise Services Repository

Enterprise Services Repository Enterprise Services Repository An overview Rathish Balakrishnan SAP NW Product Management SOA Middleware The Approach: Service Oriented Architecture SOA is essential but missing business semantics WEB

More information

Oracle Application Integration Architecture Mission Critical SOA Governance

Oracle Application Integration Architecture Mission Critical SOA Governance Oracle Application Integration Architecture Mission Critical SOA Governance Jason Xie, Principal Strategy Product Manager Agenda SOA Governance Needs Risks without SOA Governance

More information

BIAN with BPS Design Methodology

BIAN with BPS Design Methodology IBM Industry Models Development BIAN with BPS Design Methodology SOA Industry Models v.8.8 IBM Industry Models 4-13-2016 Table of Contents BIAN with BPS Design Methodology...2 1.1 BIAN...2 1.1.1 BIAN Service

More information

<Insert Picture Here> Service Oriented Architecture

<Insert Picture Here> Service Oriented Architecture Service Oriented Architecture Sean Donahue What does FUSION mean exactly? FUSION Applications FUSION Architecture FUSION FUSION Tech Stack (Apps Unlimited) Oracle Fusion Architecture,

More information

The Path to SOA for ISVs. ISV Constant: Change

The Path to SOA for ISVs. ISV Constant: Change The Path to SOA for ISVs Ronald Schmelzer Senior Analyst ZapThink, LLC Take Credit Code: SOAISV ISV Constant: Change Competition Mergers & Acquisitions Business Partners Changing Marketplace CHANGE A ISV

More information

SERVICE ORIENTED ARCHITECTURE REFERENCE ARCHITECTURE BLUEPRINT.

SERVICE ORIENTED ARCHITECTURE REFERENCE ARCHITECTURE BLUEPRINT. SERVICE ORIENTED ARCHITECTURE REFERENCE ARCHITECTURE BLUEPRINT Edison 1, Virginia Tulenan 1, and Ford Lumban Gaol 2 1 Bina Nusantara University Graduate Program, Jakarta, Indonesia edison17999@yahoo.sg,

More information

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM Rational Software Development Conference 2007 2007 IBM Corporation What

More information

OPN Only Oracle SOA Suite 11g Implementation Boot Camp

OPN Only Oracle SOA Suite 11g Implementation Boot Camp Oracle University Contact Us: 1.800.529.0165 OPN Only Oracle SOA Suite 11g Implementation Boot Camp Duration: 3 Days What you will learn Oracle SOA Suite 11g Implementation Boot Camp is a three-day hands-on

More information

A Fresh Look at the Mainframe

A Fresh Look at the Mainframe A Fresh Look at the Mainframe Unlock the Value of Your Mainframe Assets Using SOA On Demand Insurance Business Problems 1. We want to increase revenues by selling insurance polices through external Brokers

More information

Enterprise IT Architectures SOA Part 1

Enterprise IT Architectures SOA Part 1 Dr. Hans-Peter Hoidn Executive IT Architect, IBM Software Group Global Business Integration "Tiger" Team Enterprise IT Architectures SOA Part 1 Hans-Peter Hoidn Executive IT Architect in Global Business

More information

ARIS Expert Paper. March Steps to Business-Driven SOA.

ARIS Expert Paper. March Steps to Business-Driven SOA. ARIS Expert Paper ARIS Platform Expert Paper March 2007 10 Steps to Business-Driven SOA www.ids-scheer.com Find out more at: www.ids-scheer.com/soa Visionary architecture always requires good building

More information

In Pursuit of Agility -

In Pursuit of Agility - In Pursuit of Agility - BPM and SOA within the Boeing Company Ahmad R. Yaghoobi Associate Technical Fellow Enterprise Architect ahmad.r.yaghoobi@boeing.com Randy Worsech Business Architect Randall.a.worsech@boeing.com

More information

Stan Verswijver PERSONAL PROFESSIONAL PROFILE

Stan Verswijver PERSONAL PROFESSIONAL PROFILE Stan Verswijver PROFESSIONAL PROFILE I m a senior IT Consultant specialized in IT Architecture. My main domain expertise is SOA/BPM, MDM, Enterprise Integration, Cloud, IoT, API Management and Blockchain.

More information

Selim Burduroğlu Enterprise Architect Friday, December 2, 2005

Selim Burduroğlu Enterprise Architect Friday, December 2, 2005 SOA and ERP 0 Selim Burduroğlu Enterprise Architect Friday, December 2, 2005 1 Agenda ERP Market Trends and Evolution What is Service Oriented Architecture (SOA)? What makes up an SOA? Definitions and

More information

SCA Services, Cloud & Architecture

SCA Services, Cloud & Architecture Month, Day, Year Venue City SCA Services, Cloud & Architecture Branislav Majerník Solution Architect & Technology Consultant 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert

More information

Accelerating Business Execution The Value of Fusion Middleware for Oracle Applications Customers. Leon Chen Sr. Sales Consultant Oracle

Accelerating Business Execution The Value of Fusion Middleware for Oracle Applications Customers. Leon Chen Sr. Sales Consultant Oracle Accelerating Business Execution The Value of Fusion Middleware for Oracle Applications Customers Leon Chen Sr. Sales Consultant Oracle The following is intended to outline our general product direction.

More information

An Approach for Assessing SOA Maturity in the Enterprise

An Approach for Assessing SOA Maturity in the Enterprise An Approach for Assessing SOA Maturity in the Enterprise by Andrzej Parkitny, Enterprise Architect, Telus Abstract: As a large organization grows, system integration becomes an important aspect of the

More information

nel panorama SOA Il ruolo nuovo del system integrator

nel panorama SOA Il ruolo nuovo del system integrator 20 maggio 2010 Il ruolo nuovo del system integrator nel panorama SOA Agenda Introduction Vision to Reply Introduction Offering to SOA SOA References Vision Conclusions Use Case 2 Agenda Introduction Vision

More information

EXTENDING YOUR SERVICE LANDSCAPE TO API

EXTENDING YOUR SERVICE LANDSCAPE TO API www.wipro.com EXTENDING YOUR SERVICE LANDSCAPE TO API Manoj Santhakumar Connected Enterprise Services (CES), BAS Kiran Kumar N S Open Source CoE, BAS Table of Contents 03 03 04 05 05 Abstract Introduction:

More information

SERVICE ORIENTED ARCHITECTURE (SOA)

SERVICE ORIENTED ARCHITECTURE (SOA) International Civil Aviation Organization SERVICE ORIENTED ARCHITECTURE (SOA) ICAO APAC OFFICE BACKGROUND SOA not a new concept. Sun defined SOA in late 1990s to describe Jini. Services delivered over

More information

Sandeep Alur Architect Advisor Microsoft India Aditee Rele Architect Advisor Microsoft India

Sandeep Alur Architect Advisor Microsoft India Aditee Rele Architect Advisor Microsoft India Sandeep Alur Architect Advisor Microsoft India saalur@microsoft.com Aditee Rele Architect Advisor Microsoft India aditeer@microsoft.com Is SOA Dead or Alive? Expensive Connotes Big Projects Momentum Continues

More information

SOA in the Enterprise: A Survey of the Technical Landscape Introduction

SOA in the Enterprise: A Survey of the Technical Landscape Introduction SOA in the Enterprise: A Survey of the Technical Landscape by Cyrille Thilloy Published: August 28, 2006 (SOA Magazine Issue I: September/October 2006, Copyright 2006) Download this article as a PDF document.

More information

Ultimus Adaptive BPM Suite 8 Product Overview

Ultimus Adaptive BPM Suite 8 Product Overview Accelerate Performance Adaptive BPM Suite 8 Product Overview Contact Information 15000 Weston Parkway Cary, North Carolina 27513 USA Telephone: +1 919 678-0900 Fax: +1 919 678-0901 Accelerate Performance

More information

WebSphere. Enablement for WebSphere Industry Content Packs. Telecom Enablement

WebSphere. Enablement for WebSphere Industry Content Packs. Telecom Enablement WebSphere Enablement for WebSphere Industry Content Packs Telecom Enablement Chapter 1. Enablement for the WebSphere Telecom Content Pack The Telecom Enablement can be used by solution architects, IT

More information

An Oracle E-Business Suite Integration Primer: Technologies and Use Cases

An Oracle E-Business Suite Integration Primer: Technologies and Use Cases 1 An Oracle E-Business Suite Integration Primer: Technologies and Use Cases Veshaal Singh Senior Director ATG Development Neeraj Chauhan Manager Product Management The following is

More information

Mathias Kaldenhoff Director Sales Germany Fusion MiddleWare

Mathias Kaldenhoff Director Sales Germany Fusion MiddleWare Mathias Kaldenhoff Director Sales Germany Fusion MiddleWare From Information To Web-Services AGENDA Introduction Driver Referencemodel Summary The monolithic - market If it was 1960

More information

CIS 8090 Intro. Setting the stage for the semester Arun Aryal & Tianjie Deng

CIS 8090 Intro. Setting the stage for the semester Arun Aryal & Tianjie Deng CIS 8090 Intro Setting the stage for the semester Arun Aryal & Tianjie Deng Cognitive Map of 8090 IS Architectures as Strategy Books: Weill, Ross & Robertson, Enterprise Architecture as Strategy & Fenix

More information

BRIDGING THE B USINESS-IT DIVIDE IN E NTERPRISE C LASS P ROCESSES

BRIDGING THE B USINESS-IT DIVIDE IN E NTERPRISE C LASS P ROCESSES Bruce Silver Associates Independent Expertise in BPM Industry Trend Reports BRIDGING THE B USINESS-IT DIVIDE IN E NTERPRISE C LASS P ROCESSES Agility and the Roundtripping Problem When business managers

More information

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan Translate Integration Imperative into a solution Framework A Solution Framework August 1 st, Mumbai By Dharanibalan Gurunathan Copyright IBM Corporation 2007 agenda 1 Introduction to solution framework

More information

Chapter 1 Web Services Basics

Chapter 1 Web Services Basics Slide 1.1 Web Serv vices: Princ ciples & Te echno ology Mike P. Papazoglou mikep@uvt.nl Chapter 1 Web Services Basics Slide 1.2 Topics Introduction definitions Software as a service Where can services

More information

Create New Business Processes Using Service Oriented Architecture

Create New Business Processes Using Service Oriented Architecture Create New Business Processes Using Service Oriented Architecture On Demand Insurance Business Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing

More information

Oracle s Service-Oriented Architecture Strategy

Oracle s Service-Oriented Architecture Strategy Pierre Fricke VP and Lead Analyst, Web Application Infrastructure web-infra@dhbrown.com Business velocity refers to a company s ability to generate operational speed while heading in the right direction.

More information

Available online at ScienceDirect

Available online at  ScienceDirect Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 63 ( 2013 ) 115 122 The Manufacturing Engineering Society International Conference, MESIC 2013 Defining a Methodology to Design

More information

Next Generation SOA Conference

Next Generation SOA Conference Next Generation SOA Platform @NoCOUG Conference Kevin Clugage Sr. Principal Product Manager, Oracle Integration February 11, 2010 The following is intended to outline our general

More information

Business Process Management with JRULE

Business Process Management with JRULE Business Process Management with JRULE Applies to: Exchange Infrastructure, Business Process Management Summary JRule is a Business Rule Management offering from ILog that can be used to create business

More information

Building an e-business Ecosystem. TIBCO Software Korea

Building an e-business Ecosystem. TIBCO Software Korea Building an e-business Ecosystem TIBCO Software Korea The e-business Economy Suppliers & Distributors Customers Today 4 Workflow of Sub-processes Within Domains 4 Loose Connection of Sub-processes Tomorrow

More information

Surviving the SOA Hype Storm

Surviving the SOA Hype Storm Surviving the SOA Hype Storm Hugh Taylor Lecturer, School of Information VP of Marketing Communications, SOA Software About Me VP MarCom at SOA Software MBA Industries worked in: Enterprise Software Website

More information

TE and IBM Solutions in EAI. University of Jyväskylä

TE and IBM Solutions in EAI. University of Jyväskylä TE and IBM Solutions in EAI University of Jyväskylä 11.4.2005 Marko Ovaska Director, Enterprise Application Integration marko.ovaska@tietoenator.com 8.4.2005 Agenda TietoEnator and Digital Innovations

More information

Architecting Web Service Applications for the Enterprise

Architecting Web Service Applications for the Enterprise Architecting Web Service Applications for the Enterprise Michael Rosen Chief Enterprise Architect mike.rosen@iona.com March 5, 2002 Copyright IONA Technologies 2002 Slide 1 END 2 ANYWHERE Basic Web Service

More information

Distributed Order Orchestration Overview. Oracle Team

Distributed Order Orchestration Overview. Oracle Team Distributed Order Orchestration Overview Oracle Team Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Aligning IT with Business Goals Through SOA

Aligning IT with Business Goals Through SOA Keynote Presentation: Aligning IT with Business Goals Through SOA Garry Gomersall SOA Business Executive North-East Europe IBM Software 2008 IBM Corporation Agenda IBM SOA Architect Summit SOA in the context

More information

IN the inaugural issue of the IEEE Transactions on Services Computing (TSC), I used SOA, service-oriented consulting

IN the inaugural issue of the IEEE Transactions on Services Computing (TSC), I used SOA, service-oriented consulting IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 1, NO. 2, APRIL-JUNE 2008 62 EIC Editorial: Introduction to the Body of Knowledge Areas of Services Computing Liang-Jie (LJ) Zhang, Senior Member, IEEE IN

More information

Oracle SOA Suite 11g. Oracle White Paper Oracle SOA Suite 11g

Oracle SOA Suite 11g. Oracle White Paper Oracle SOA Suite 11g Oracle SOA Suite 11g Oracle White Paper Oracle SOA Suite 11g Oracle SOA Suite 11g Differentiators... 3 How Oracle SOA Suite 11g Delivers on SOA... 6 Service Component Architecture... 6 Unified Design-time

More information

2009 ONE IT WORLD CORPORATION

2009 ONE IT WORLD CORPORATION THE PROCESS OF MODELING ENTERPRISE ARCHITECTURES NEW YORK ORACLE USERS GROUP September 16 th, 2009 Version 2.1 Confidentiality Agreement The following presentation is intended for information purposes

More information

Business Process Management for Innovation and Optimisation. David Bate SOA Software Sales Executive IBM Asia Pacific

Business Process Management for Innovation and Optimisation. David Bate SOA Software Sales Executive IBM Asia Pacific Business Process Management for Innovation and Optimisation David Bate SOA Software Sales Executive IBM Asia Pacific Innovation that matters to CEOs and CIOs Top Innovation priorities for CEOs: Extend

More information

SOA Research Agenda. Grace A. Lewis

SOA Research Agenda. Grace A. Lewis Workshop SOA Research Agenda Grace A. Lewis Workshop Approach Broadened the scope of the research agenda to show that we are interested in more than just SOA as an architectural style Performed an extensive

More information

Understanding Your Enterprise API Requirements

Understanding Your Enterprise API Requirements Understanding Your Enterprise Requirements Part 2: The 3 management platforms which architecture model fits your business? Strategically choosing the right management architecture model will ensure your

More information

Customer Data Management: Single Source of Truth TCA Data Quality Management Customer Data Hub Fusion Middleware

Customer Data Management: Single Source of Truth TCA Data Quality Management Customer Data Hub Fusion Middleware Customer Data Management: Single Source of Truth TCA Data Quality Management Customer Data Hub Fusion Middleware Glenn Gesell Tamer Chavusholu Mehran Tavangari OSI Consulting, Inc. Introduction Customer

More information

Chapter 15. Supporting Practices Service Profiles 15.2 Vocabularies 15.3 Organizational Roles. SOA Principles of Service Design

Chapter 15. Supporting Practices Service Profiles 15.2 Vocabularies 15.3 Organizational Roles. SOA Principles of Service Design 18_0132344823_15.qxd 6/13/07 4:51 PM Page 477 Chapter 15 Supporting Practices 15.1 Service Profiles 15.2 Vocabularies 15.3 Organizational Roles Each of the following recommended practices can be considered

More information

PERSPECTIVE. Microservices A New Application Paradigm. Abstract

PERSPECTIVE. Microservices A New Application Paradigm. Abstract PERSPECTIVE Microservices A New Application Paradigm Abstract Microservices Architecture is introducing the concept of developing functionality as a number of small self-contained services. This paper

More information

SOA Governance is For Life, Not Just a Strategy

SOA Governance is For Life, Not Just a Strategy SOA Governance is For Life, Not Just a Strategy Mark Simpson Consultancy Director, Griffiths Waite Your Speaker Mark Simpson Consultancy Director Griffiths Waite > 18 years Oracle development and architecture

More information

Integration Through A Service Oriented Architecture

Integration Through A Service Oriented Architecture Integration Through A Service Oriented Architecture Paul Brunet, Program Director, Web Services and SOA pebrunet@us.ibm.com 2004 IBM Corporation 2002 IBM Corporation rom CEOs: Now It Is About Growing The

More information

Unlock the Value of Your Enterprise Apps with Smart Process Apps. An InformationWeek Webcast Sponsored by

Unlock the Value of Your Enterprise Apps with Smart Process Apps. An InformationWeek Webcast Sponsored by Unlock the Value of Your Enterprise Apps with Smart Process Apps An InformationWeek Webcast Sponsored by Webcast Logistics Participate in the webcast: Ask questions, share feedback via the survey, and

More information

Business Process Modeling Information Systems in Industry ( )

Business Process Modeling Information Systems in Industry ( ) Business Process Modeling Information Systems in Industry (372-1-4207 ) Arnon Sturm The material of this presentation is adopted from various people including:, Pnina Soffer, Iris Reinhartz-Berger 1 Outline

More information

ARIS Expert Paper. September On the way to SOA.

ARIS Expert Paper. September On the way to SOA. ARIS Expert Paper ARIS Platform Expert Paper September 2006 On the way to SOA www.ids-scheer.com Find out more at: www.ids-scheer.com/soa Visionary architecture always requires good building plans! That

More information

Oracle SOA Suite 12c A Detailed Look

Oracle SOA Suite 12c A Detailed Look Oracle SOA Suite 12c A Detailed Look Simplify Integration O R A C L E W H I T E P A P E R J U N E 2 0 1 4 Table of Contents Introduction 1 Oracle SOA Suite 12c Differentiators 2 How Oracle SOA Suite 12c

More information

Automating the Collaborative Enterprise

Automating the Collaborative Enterprise Automating the Collaborative Enterprise Achieving strategic corporate advantage by applying model driven techniques to a web services architecture Cory Casanave, President Data Access Technologies www.enterprise-component.com

More information

Assessing Your SOA Readiness

Assessing Your SOA Readiness White Paper Assessing Your SOA Readiness On the Web sun.com Assessing Your SOA Readiness A Technical White Paper June 2004 2004 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 USA All

More information

Single Euro Payments Area

Single Euro Payments Area Single Euro Payments Area Background The Single Euro Payments Area (SEPA) is a payment-integration initiative of the European Union for simplification of bank transfers. As of March 2012, SEPA consists

More information

BPM, SOA, and Multi-Channel Integration in Banking

BPM, SOA, and Multi-Channel Integration in Banking BPM, SOA, and Multi-Channel Integration in Banking November 30 th, 2006 Neal Cross nealc@microsoft.com Microsoft Corporation Agenda Vision for the Future Foundations Conceptual Frameworks, Solution Architectures,

More information

Oracle WebLogic Suite and Oracle SOA Suite

Oracle WebLogic Suite and Oracle SOA Suite An Oracle White Paper February 2010 Oracle WebLogic Suite and Oracle SOA Suite A Synergistic Offering for Building, Deploying and Managing SOA Applications Executive Overview... 1 A Solid Middleware Foundation:

More information

P R O F E S S IONA L S U MMARY

P R O F E S S IONA L S U MMARY P R O F E S S IONA L S U MMARY Over 7.5 years of professional IT experience in analysis, design, development and implementation, support of Enterprise Application Integration. Experience in installation,

More information

zapnote Analyst: Ronald Schmelzer

zapnote Analyst: Ronald Schmelzer zapthink zapnote ZAPTHINK ZAPNOTE Doc. ID: ZTZN-1201 Released: Oct. 6, 2006 SOA SOFTWARE EXPANDING THE BREADTH OF SOA INFRASTRUCTURE Analyst: Ronald Schmelzer Abstract Throughout the past year, the pace

More information

Reaching Customers Across Multiple Channels

Reaching Customers Across Multiple Channels Leading Provider of Cloud-Based Customer Experience Solutions Relies on Integrated, Modular WSO2 Middleware to Speed the Delivery of Services that Enhance User Engagement Businesses recognize that brand

More information

Succeeding in SOA-enabled BPM A Methodological Approach from Oracle

Succeeding in SOA-enabled BPM A Methodological Approach from Oracle Succeeding in SOA-enabled BPM A Methodological Approach from Oracle Manas Deb, PhD, MBA & Meera Srinivasan, SOA/BPM PM, Oracle HQ Mark Wilkins, Enterprise Architect, IBU, Oracle DOAG,

More information

Oracle s Integration Strategy

Oracle s Integration Strategy Oracle s Integration Strategy May 2014 MDM Partner Summit Bill Miller, Director MDM Bruce Tierney Oracle SOA Suite, Fusion Middleware Vish Patwardhan AppAdvantage Program Ambassador 1 Copyright 2014, Oracle

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Service Oriented Architecture (SOA) Initiative: Kickoff Forum SOA Technical Session

Service Oriented Architecture (SOA) Initiative: Kickoff Forum SOA Technical Session Service Oriented Architecture (SOA) Initiative: Kickoff Forum SOA Technical Session Harry Samuels Kalpesh Patel Brief SOA Overview What is SOA? SOA is: an acronym for Service Oriented Architecture SOA

More information

Service Virtualization

Service Virtualization Service Virtualization A faster, more efficient and less costly way to develop and test enterprise-class applications As cloud and mobile computing gain rapid acceptance, IT departments are expected to

More information

Smart SOA in Action. Service-Oriented Architecture (SOA) for Business Process Management. IBM Software Group

Smart SOA in Action. Service-Oriented Architecture (SOA) for Business Process Management. IBM Software Group Smart SOA in Action Service-Oriented Architecture (SOA) for Business Process Management Simon Chan SOA Architect hychan@hk1.ibm.com Agenda IBM Software Group The Role Business Processes Play in an SOA

More information

zapthink white paper DESIGN & VALIDATE SOA IN A HETEROGENEOUS ENVIRONMENT

zapthink white paper DESIGN & VALIDATE SOA IN A HETEROGENEOUS ENVIRONMENT zapthink white paper DESIGN & VALIDATE SOA IN A HETEROGENEOUS ENVIRONMENT DESIGN & VALIDATE SOA IN A HETEROGENEOUS ENVIRONMENT THE FOUNDATIONS OF SOA July 2008 Analyst: David Linthicum Abstract The promised

More information

iway Service Manager An ESB Foundation for Enterprise SOA Unique Features iway Service Manager Enhance IT alignment and

iway Service Manager An ESB Foundation for Enterprise SOA Unique Features iway Service Manager Enhance IT alignment and Enhance IT alignment and iway Service Manager governance through the costeffective design, maintenance iway Process Manager iway Trading Manager iway Enterprise Index iway Data Migrator Third-Party App.

More information

IBM BPM on zenterprise

IBM BPM on zenterprise IBM BPM on zenterprise The world has turned Andreas Gröschl, Mainframe Architect groeschl@de.ibm.com The Modern Enterprise is a Network of Complex Interactions Powered by Mainframe Assets 70% of corporate

More information

SOA Today: How to get Started on an SOA Journey and Achieve Rapid Results. Jordan Braunstein Business Solutions Group Rolta TUSC

SOA Today: How to get Started on an SOA Journey and Achieve Rapid Results. Jordan Braunstein Business Solutions Group Rolta TUSC SOA Today: How to get Started on an SOA Journey and Achieve Rapid Results Jordan Braunstein Business Solutions Group Rolta TUSC October 28, 2009 Myth #1: Business is Constant Customer Demands Changing

More information

Exorcising Costs by Time via Reuse

Exorcising Costs by Time via Reuse Engineering, Operations & Technology Information Technology Exorcising Costs by Time via Reuse Kevin Himka Boeing Enterprise Information Architect Jeff Rice BDS Application Integration Architect November

More information

Mapping Service-Orientation to TOGAF 9 Part IV: Applying Service-Orientation to TOGAF s Service Contracts

Mapping Service-Orientation to TOGAF 9 Part IV: Applying Service-Orientation to TOGAF s Service Contracts Mapping Service-Orientation to TOGAF 9 Part IV: Applying Service-Orientation to TOGAF s Service Contracts by Filippos Santas, Credit Suisse Private Banking in Switzerland In this series of articles we

More information

IT6801 / Service Layers/ A.Kowshika SERVICE LAYERS

IT6801 / Service Layers/ A.Kowshika SERVICE LAYERS 1 SERVICE LAYERS Service-orientation and contemporary SOA 2 / 19 Contemporary SOA is a complex and sophisticated architectural platform that offers significant potential to solve many historic and current

More information

A Reference Architecture for Hybrid Integration. Peter Broadhurst Senior Technical Staff Member for IBM App Connect

A Reference Architecture for Hybrid Integration. Peter Broadhurst Senior Technical Staff Member for IBM App Connect A Reference Architecture for Hybrid Integration Peter Broadhurst Senior Technical Staff Member for IBM App Connect Common use cases for hybrid integration within digital transformation A. Join the API

More information

Agile Architecture And Design

Agile Architecture And Design Agile Architecture And Design Vishy Ramaswamy (vramaswa@ca.ibm.com) Senior Technical Staff Member Design Management Server Architect Collaborative Architecture, Design and Analysis IBM Rational Software

More information

A Semantic Service Oriented Architecture for Enterprise Application Integration

A Semantic Service Oriented Architecture for Enterprise Application Integration 2009 Second International Symposium on Electronic Commerce and Security A Semantic Service Oriented Architecture for Enterprise Application Integration Liyi Zhang Center for Studies of Information Resources,

More information

Extending Oracle Siebel CRM with Oracle Fusion Middleware. An Oracle White Paper March 2007

Extending Oracle Siebel CRM with Oracle Fusion Middleware. An Oracle White Paper March 2007 Extending Oracle Siebel CRM with Oracle Fusion Middleware An Oracle White Paper March 2007 Extending Oracle Siebel CRM with Oracle Fusion Middleware Executive Overview... 3 New Options for Siebel CRM Customers...

More information

Applications Licensing Table

Applications Licensing Table Applications Licensing Table The Applications Licensing Table provides an overview of Oracle s licensing rules and restrictions for use of specific Oracle Applications with specific Oracle Technology.

More information

The Next Generation Enterprise

The Next Generation Enterprise The Next Generation Enterprise Author: Ravi Kumar Buragapu Technical Architect Abstract This white paper describes the potentials of next generation enterprise technologies and software services that have

More information

Service Oriented Architecture A PSI Whitepaper

Service Oriented Architecture A PSI Whitepaper Service Oriented Architecture A PSI Whitepaper September 20, 2010 PSI, 21860, Via Regina, Saratoga, California 95070 USA www.thepsi.com 1 Contents Introduction / Background 1 Drivers for Service Oriented

More information

DELIVERING BUSINESS VALUE THROUGH STANDARDS A COMPREHENSIVE STANDARDS-BASED APPROACH TO ENTERPRISE SOA

DELIVERING BUSINESS VALUE THROUGH STANDARDS A COMPREHENSIVE STANDARDS-BASED APPROACH TO ENTERPRISE SOA Communities of Innovation at SAP Industry Standards Initiatives DELIVERING BUSINESS VALUE THROUGH STANDARDS A COMPREHENSIVE STANDARDS-BASED APPROACH TO ENTERPRISE SOA CONTENT 4 Executive Summary 5 Introduction

More information

Roberto Viana Blanco. John Mutumba Bilay, SAP* Process Orchestration. The Comprehensive Guide. Rheinwerk. Publishing

Roberto Viana Blanco. John Mutumba Bilay, SAP* Process Orchestration. The Comprehensive Guide. Rheinwerk. Publishing John Mutumba Bilay, Roberto Viana Blanco SAP* Process Orchestration The Comprehensive Guide Rheinwerk Publishing Bonn Boston Foreword 19 Acknowledgments 21 Introduction 23 PART I Getting Started 1.1 Historical

More information

Enterprise SOA Erfahrungen und Herausforderungen bei Credit Suisse

Enterprise SOA Erfahrungen und Herausforderungen bei Credit Suisse Enterprise SOA Erfahrungen und Herausforderungen bei Credit Suisse 25. Januar 2011 Dr. Georg Hüttenegger, Credit Suisse AG Enterprise Integration Architecture georg.huettenegger@credit-suisse.com The Challenge

More information

SERVICE ORIENTED ARCHITECTURE (SOA) AND SPECIALIZED MESSAGING PATTERNS ORIENTED MIDDLEWARE WITH MULTIPLE TYPES OF SOA APPLICATIONS

SERVICE ORIENTED ARCHITECTURE (SOA) AND SPECIALIZED MESSAGING PATTERNS ORIENTED MIDDLEWARE WITH MULTIPLE TYPES OF SOA APPLICATIONS SERVICE ORIENTED ARCHITECTURE (SOA) AND SPECIALIZED MESSAGING PATTERNS ORIENTED MIDDLEWARE WITH MULTIPLE TYPES OF SOA APPLICATIONS Er. Govind Dev Lodha 1, Er. Vijay Malav 2, Dr. Amit Sharma 3 1,2, 3 Associate

More information

Analyze, Design, and Develop Applications

Analyze, Design, and Develop Applications Analyze, Design, and Develop Applications On Demand Insurance Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient.

More information