Service-Oriented Architecture A View From the Field. Paul C. Brown, Ph.D. Principal Software Architect

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

1. Comparing Service Characteristics. (by Mark Richards) 2. Analysis and Modeling with Web Services and Microservices(by Thomas Erl)

IBM WebSphere Service Registry and Repository, Version 6.0

A Fresh Look at the Mainframe

Architecting Web Service Applications for the Enterprise

Service Oriented Architecture. Reference MIDDLEWARE & ENTERPRISE INTEGRATION TECHNOLOGIES By

Service Oriented Architecture

Cloud Computing Lectures SOA

Enterprise Services Repository

ORACLE SOA GOVERNANCE SOLUTION

SERVICE ORIENTED ARCHITECTURE (SOA)

BIAN with BPS Design Methodology

Web Scaling Software Development into the Cloud. Philip Haynes Principal Consultant

An Introduction to Oracle Identity Management. An Oracle White Paper June 2008

Oracle Application Integration Architecture Mission Critical SOA Governance

Oracle s Service-Oriented Architecture Strategy

Theoretical Considerations Regarding the Implementation of SOA Architecture in a Company for Electric Power Distribution and Supply

How SOA Can Help EA. Enterprise Architecture Conference 2008

IBM Solutions for Enhancing Business Process Management (BPM)

Automatic Demand Draft Generation using the Automated Teller Machine

Service Oriented Architecture for Architects

Managing Business Services Through Service Registry

Service Oriented Architecture

RESOLVING APPLICATION DEVELOPMENT ISSUES USING SOA Y. KIRAN KUMAR 1, G.SUJATHA 2, G. JAGADEESH KUMAR 3

Chapter 3 Prescriptive Process Models

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW

white paper: soa and Web Services The Performance Paradox CA Wily Technology

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

<Insert Picture Here> Oracle Business Process Analysis Suite: Overview & Product Strategy

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

Paul Lipton. Abstract. Speaker. SOA is Naturally Diverse. The New SOA Synergy: How Runtime Governance, Triage, and Security Must Work Together

Financial Fusion. Feature Guide. Consumer e-finance Suite. version 4.6

OppenheimerFunds. How SOA and BPM are being used to improve Operational Efficiency in the Mutual Fund Industry. September 8, 2008

MTAT Enterprise System Integration

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

Speed to Value with Documentum xcelerated Composition Platform

SOA Praxiserfahrungen

Exam Questions 1Z0-475

A Service-Oriented Architecture for Design and Development of Middleware

1. INTRODUCTION BACKGROUND ENTERPRISE SOA BENEFITS AND TECHNOLOGIES AN ENTERPRISE SOA FRAMEWORK...6

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

Evolving your Integration Infrastructure using webmethods Mediator

IT Architectural Principles for Designing a Dynamic IT Organization

Dynamic and Mobile Federated Business Process Execution. A WebV2 Whitepaper

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

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

Model-based Architectural Framework for Rapid Business Transformation of Global Operations

Dear Valued Member, Sincerely, Jerry Jordan President & CEO CGR Credit Union

MTAT Enterprise System Integration. Lecture 6 Service-Oriented Architecture Basic Concepts

CHAPTER I: WEB SERVICES BASICS

by Adam Michelson Director, Open Source Enterprise Architecture

A Semantic Service Oriented Architecture for Enterprise Application Integration

Mark Bailey Senior System Consultant Security, Government, & Infrastructure 2008 Intergraph Corporation

WebSphere for SOA. BPM with SOA: Your Most Potent Weapon to Take on Business Complexity

WebSphere. Enablement for WebSphere Industry Content Packs. Telecom Enablement

HYPERSERVICE BUSINESS PLATFORM 0

Service-Oriented Architecture (SOA)

Customer Data Management

Smart Communications: How Leaders Drive Customer Experience

14. E-Commerce Applications and Infrastructures

HP Real Time Information Director (RTID)

Description: The customer logs into an ATM machine and withdraws a desired amount of cash.

Chapter 1 Web Services Basics

Composite Application Architecture. March, 2002

IT Architect Regional Conference 2007

Slide 1. Slide 2. Slide 3. Objectives. Who Needs Interoperability? Component 9 Networking and Health Information Exchange

Yes, You DO Need Visual IVR Frequently Asked Questions

Tracking Payments and Securities with IBM Financial Transaction Manager V2 IBM Redbooks Solution Guide

Business Process Transformation with Decision Modeling

SOA, Web 2.0, and Web Services

SOA Concepts. Service Oriented Architecture Johns-Hopkins University

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

SOA Success Methodology

Architecting SOA With A Business Focus

<Insert Picture Here> Enterprise (-wide) SOA?! Thoughts beyond technology and XML

Service oriented architecture solutions To support your business objectives. Five SOA projects that can pay for themselves in six months.

TOGAF 9 Training: Foundation

ARCHITECTURE OF BEVERAGE VENDING MACHINE LEVERAGING THE AUTOMATED TELLER MACHINE

Business Process Management with SAP NetWeaver. Thomas Volmering Senior Product Manager SAP NetWeaver BPM & BAM SAP AG

ΜΑΘΗΜΑ: : ΤΕΧΝΟΛΟΓΙΕΣ & ΕΦΑΡΜΟΓΕΣ

BPA Suite to BPEL: A Case Study

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

Toolbox for Architecture Framework Discussions at The Open Group. SKF Group, February 2018

2 Software Processes

Unlock the power of your data FOUR STEPS TO CHOOSING A DATA INTEGRATION TOOL

Avancier Methods (AM) Applications architecture diagrams

PIE Corner stone of Integration PIE. Corner stone of Integration

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2

Application Architecture: Reusing Existing Applications in SOA-Based Business Processes

Oracle Forms and SOA: The Whys and Hows for your business. An Oracle White Paper July 2007

SOA Governance is For Life, Not Just a Strategy

JOURNAL OF OBJECT TECHNOLOGY

Application Mediation

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA.

Connectivity & Application Integration. Colin Gniel WebSphere Software IBM Software Group Australia/New Zealand

Enterprise Architecture May 2015 Executive Committee. May 20, 2015 Wednesday 1:00-2:00 p.m. 561 Smith Center

The Path to SOA for ISVs. ISV Constant: Change

In Pursuit of Agility -

23. Service-Oriented Architectures

Enterprise IT Architectures SOA Part 2

Transcription:

Service-Oriented Architecture A View From the Field Paul C. Brown, Ph.D. Principal Software Architect

What is a Service? A coherent package of commonly used functionality e.g. Sales Order Management Place Order Modify Order Cancel Order Get Order Status Packaged for consistent re-use Readily accessible from many places A de-facto standard in the enterprise The preferred access mechanism for the functionality Most functionality already exists In one system, now accessed in many ways Duplicated in multiple systems The goal is to save/make money! Standardize the functionality so that what the next project needs is already there Reduce IT costs (the small ROI) Provide competitive advantage (the big ROI) 2

What s in the Service Package? Pure functions computations Client supplies all input data and receives results Totally stateless Limited value Very few pure functions in the enterprise Data management an information repository Manages data related to a particular concept including persistence E.g. sales order information CRUD operations mediate access - (create, read, update, delete) Increased value Provides a managed home for a category of information Managed business functionality Data + Business Rules for its management Operations become business relevant Place order, cancel order, query order status Greatest value Encapsulates the complexity of business rules 3

Service Data Ownership Where s the Service Boundary? 4

Service Business Rules States are business process milestones May be composite states for reporting Business rules govern transitions Can t cancel an order that has been shipped! 5

Technical Challenges Data ownership and management Which concepts are owned by the service, which are external? Which relationships are owned by the service, which are external? How do we manage relationships that cross the service boundary E.g. what happens to existing orders if a catalog item is deleted? Data representations at service boundaries Common data models Access technology Mechanics of how will the service be accessed E.g. SOAP over HTTP or JMS Supporting infrastructure services Communications and messaging Access control: authentication, authorization, and encryption 6

Typical Service Operation Architecture Using Component Using Component Service Interface Some level of standardization Technology of access Data semantics Operation semantics Native semantics for operation and data Native technology for operation and data Native Interface Service Native Interface Native semantics for operation and data Native technology for operation and data Provider of Functionality Provider of Functionality Traditional Object/ Component Approach Service Approach 7

Where Do Services Make Sense? When there is functionality that is either used in more than one place or is provided in more than one place, particularly when those places are different applications 8

Data Normalization Decision must be made whether to use system-neutral data format in communications Direct transformation (no neutral data format) One component usually sends, the other listens Requires n-1 transformation definitions Requires n-1 transformation run-time executions per message Neutral data format Requires n transformation definitions where n is the number of different types of end-points using the message Requires n transformation runtime executions per message 9

Understanding Data Normalization Tradeoffs Direct transformation always requires fewer runtime transformations N-1 transformations So why would you want to use a neutral data format? Replace source system without changing the mappings Makes mapping easier Makes it more accessible (using XML for example) X C X C X C X C P X C P X NDF X C X C X C 10

Determining Data Normalization Policies Selecting a policy is a tradeoff between: Implementation cost Number of transforms required Complexity of transforms Run-time processing power Number of transforms executed Complexity of transformation Network bandwidth Number of messages appearing on the network Size of messages Cost of evolving data structures Development cost Deployment complexity Maintenance Costs 11

3 Styles of Service Coordination On-Demand Service waits for requestor to invoke an interface and then initiates the requested action Event-Driven Upon receipt of an event, the local service performs its required function Service proactively notifies subscribers when specific events occur Continuous Service that runs on its own without formal invocation either periodically or continuously 12

Services Levels of Abstraction Services can exist at many levels of abstraction, but generally they can be broken into four broad categories: Infrastructure Services Point-to-Point Services Business Services Composite Business Services 13

Infrastructure Services Services for use by technologists! Building blocks that provide commonly required infrastructure in a standardized way Exposing infrastructure as services significantly reduces the level of effort required to build higher level services Common infrastructure services include: Messaging Services Event Services Audit and Logging Services Error Notification Services Security Services Portal Services 14

Complete Uniformity is Not Always Possible Component Component Component Reporting Reporting Reporting Error Error Error Embedded Embedded Embedded Error Error Reporting Reporting Error Reporting Service Service Service Interface Error Annunciation Service Local Local Error Error Error Log Log Log Sometimes a re-usable component (library) needs to be provided in the user s technology and embedded Examples: Local interface for error logging Security access Event Notification Interface Centralized Logging Service Event Notification Interface Error Display Console Adapter Central Errror Handling Service Native Interface Error Display Console 15

Point-to-Point Services Point-to-Point Services standardize the technology used to access operations and represent data Point-to-Point services do not standardize the semantics of the operation or the data. 16

Business Services Business services standardize both the semantics and the access technology The standardization greatly simplifies the reuse of the functionality in many contexts This standardization also makes it easier to construct or modify composite business services 17

Composite Business Service Composite business services orchestrate the use of other services to create a new higher-level service A composite business service may be a complete business process, giving us Business Process Management BPM and Business Works can be viewed as tools for creating composite business services Composite business services make possible the overall management of the encapsulated business process including monitoring and error reporting 18

ATM Example Services 19

Scenario Showing Use of Service Customer: Person ATM Machine insert card and enter PI (card data, PIN) validate PIN prompt for transactio The disadvantage of this approach is that you lose the big picture of how all the components interact to carry out the function select "Withdraw Cash (selected transaction) enter amount (amount) (prompt) prompt for amoun (prompt for amount) invoke obtain disbursal authorization service See dusbursal authorization service for details Success? (cash) Yes Dispense Cash remove cash (removal notice) invoke report funds delivered service print receipt and return card See funds delivered service for details remove card and receip (card, receipt) 20

Scenario Showing Service Design in Context Customer: Person ATM Machine ATM Server Bank insert card and enter PI (card data, PIN) validate PIN prompt for transactio select "Withdraw Cash (prompt) (selected transaction) prompt for amoun enter amount (amount) (prompt for amount) invoke obtain disbursal authorization (disbursal request) Determine Bank and Forward (forwarded request) grant disbursal authorization Success? (disbursal authorization) (disbursal authorization) remove cash (removal notice) remove card and receip (cash) Yes Dispense Cash invoke report funds delivered service print receipt and return card (card, receipt) (dispensing notification) Determine Bank and Forward (notification acknowledgement) (forwarded notificaton) record withdrawal transaction (notification acknowledgemnet) 21

Mindset Issues Services are not about technology Services are about cost-effectiveness Focus should be on what reusable functionality is needed Technology issues are secondary Every interface isn t a service! Services involve overhead, both at design and run-time Adapters, mappings, authentication, authorization, encryption, etc. Granularity of work must outweigh the overhead Must demonstrate potential for reusability (common need) Identify the multiple users of the service Make sure that the functionality is, indeed, the same! There s more to using services than just orchestration BPEL assumes all functionality is encapsulated as a web service Exposing functionality as a service forces access control for critical functions Real business processes require non-service functionality as well Data structure transformation, complex condition evaluation 22

The Reusability Challenge How do we design for future usages? Today we enter orders in person, via paper, by phone, on-line, What s next via Blackberry? Automatic re-order? Your CPG firm decides to sell branded clothing as a promotion! Orders now need sizes, colors, etc. Insight is required when conceptualizing a service What might change in the future? Evolutionary changes organic growth Revolutionary changes buying your biggest competitor, new markets How do these changes challenge existing functionality? Which alternatives are worth investing in? Who can provide this insight in your organization? 23

What s Driving SOA? InfoWorld 2006 React more quickly to changes in competition and market dynamics 60% Business models and processes that span intra and inter-company 56% Get real-time information to make decisions 49% Customer service initiatives 45% Employee self service New and evolving regulatory requirements 33% 33% Integrating a merger and acquisition 25% 3% Other 0% 5% 10% 15% 20% 25% 30% 35% 40% 45% 50% 55% 60% 65% Q: What are the business problems your company hopes to address using SOA? Base: Base: 521 (Among qualified respondents) 24 Source: InfoWorld Research Report: Service Oriented Architecture (SOA), March 2006 24

These Pressures Require Multi-Silo Responses Lack of Overall Responsibility Services and Integrations that Span Silos Service Interface Shrinking Time Frames Data Center Front-Office Applications Application Silo Application Silo Services, Integration, and Process Management Silo Application Silo External Applications Communications and Services Infrastructure 25

No Cross-Silo Ownership in Current Organizational Structures Who owns projects that span silos? Business Executive Sponsor IT Executive Sponsor Business Manager Business Manager Business Manager Business Manager Business Manager IT System Owner IT System Owner IT System Owner IT System Owner IT System Owner IT System Owner Data Center Front-Office Applications Application Silo Application Silo Services, Integration, and Process Management Silo Application Silo External Applications Communications and Services Infrastructure 26

Services Span Both Silos AND Projects! New Service Project 1 Service Interface Project 2 Call New Service Service Interface Project 3 Call New Service 27

Other Potential SOA Risks Services will not be re-used Technical or business design not suitable Potential users unaware of existing services Lack of governance to ensure reuse Service development will be difficult Lack of support for accessing services in different end-point system technologies Lack of support for events as well as request-reply Services will be hard to manage Inconsistent implementation technologies too many variations create complexity Inconsistent design and utilization patterns FT, HA, load distribution Security 28

Typical Client-Server Development Gatekeeper Gatekeeper Gatekeeper Requirements Development QA Production 29

Distributed Systems Development Gatekeeper Gatekeeper Gatekeeper Gatekeeper Gatekeeper Gatekeeper Business Process Architecture Charter Quantified business benefits Cost and schedule constraints Business risks Requirements System Architecture Integration Test QA Production Development 30 Missing Steps (and Governance!)

Multi-Silo Project Organization 31

Multiple Projects Require Time for Oversight! 32

Enterprise Projects Organization Enterprise Projects Manager Business Executive Sponsor Manages silo-spanning projects Provides day-to-day oversight Reports to the Business Executive Sponsor (directly or indirectly) Enterprise Projects Project Manager Project Manager Project Manager Systems Architect Business Process Architect Business Process Architect Systems Architect Business Process Architect Systems Architect 33

But Services Span Projects and Involve Business! New Service Project 1 Service Interface Project 2 Call New Service Service Interface Project 3 Call New Service 34

Enterprise Architecture Organization Enterprise Architecture Responsibilities Business Executive Sponsor Business Process Architecture Architecture for infrastructure and applications Design patterns Enterprise Architecture Best practices Data Architecture Service validation and specification Business Process Architecture Systems Architecture Data Architecture Architecture to support operations Component monitoring Process monitoring Infrastructure Architecture Application Architecture 35

Total Architecture Management 36

Completed Organizational Picture 37

Questions? 38