Business Constant: Change

Size: px
Start display at page:

Download "Business Constant: Change"

Transcription

1 Overview of Service-Oriented Architecture Jason Bloomberg ZapThink, LLC Take Credit Code: HGOVER Copyright 2006, ZapThink, LLC 1 Business Constant: Change Competition Changing Marketplace Customer Demands Mergers & Acquisitions Business Partners CHANGE Optimizing Processes New Technologies A Business is Never STATIC Copyright 2006, ZapThink, LLC 2 1

2 IT: Fulfilling Business Requirements Business Requirements Service Customers Manage Operations Increase Worker Productivity Communicate with market Ensure reliable and secure operations Develop new products and services Respond to new business drivers IT Capabilities Implement CRM Systems Implement ERP Systems Manage desktop environments Manage server environments Manage systems and web sites Manage network and storage operations Develop applications Copyright 2006, ZapThink, LLC 3 However, it rarely works that way Business Requirements Requirements change? IT Interpretation Interpretations often inaccurate or limited Lengthy development cycles impervious to change Final Implementation Long development cycle Implementations cast in concrete Result: IT that places limitations on Business Copyright 2006, ZapThink, LLC 4 2

3 We ve had IT challenges for years Copyright 2006, ZapThink, LLC 5 but even after yesterday s promises Copyright 2006, ZapThink, LLC 6 3

4 we still have the same IT mess, only worse. Copyright 2006, ZapThink, LLC 7 The Integration Challenge The N-squared Integration Problem: B2B Exchanges NoN- or SEMI- STRUCTURED Web Site Office Documents Content Management ERP / CRM Systems RDBMS STRUCTURED Mainframe / Legacy Source: Copyright 2002 ZapThink, LLC File System Networked Devices Directory Copyright 2006, ZapThink, LLC 8 4

5 Made Worse by External Integration B2B Exchanges B2B Exchanges NoN- or SEMI- STRUCTURED Web Site Office Documents Content Management ERP / CRM Systems RDBMS STRUCTURED NoN- or SEMI- STRUCTURED Web Site Office Documents Content Management ERP / CRM Systems RDBMS STRUCTURED Mainframe / Legacy Mainframe / Legacy Source: Copyright 2002 ZapThink, LLC Source: Copyright 2002 ZapThink, LLC File System File System Networked Devices Directory Networked Devices Directory 70% of IT development budgets are spent on integrating different systems ZapThink Copyright 2006, ZapThink, LLC 9 What have you seen? Have you seen any issues similar to those just pointed out in your organization? The discrepancy between IT capabilities and business needs? IT challenges, new promises that turned out to create new problems? Integration challenges exacerbated by external B2B integration requirements? Copyright 2006, ZapThink, LLC 10 5

6 Integration Approaches of Yesterday Custom Integration: Coding to Interfaces APIs: COM, Java, COBOL, Assembly? Distributed Computing?: DCOM, CORBA Screen-Scraping and Emulation (3270 and HTML) Message-Queues EAI and B2Bi Middleware Automating interface-level integration Bus or hub-and-spoke architecture Fundamentally brittle approaches to integration Copyright 2006, ZapThink, LLC 11 There s Got to Be a Better Way! Rather than trying to simply throw more software and iron at the problem, we need a better way of organizing our IT resources Service-Oriented Architecture (SOA) represents a fundamental evolution in the IT industry The core business motivation is business agility. Rather than rip and replace old systems make them work better together We don t want more middleware for our middleware As fundamental a change as mainframe to client/server or client/server to the Internet Copyright 2006, ZapThink, LLC 12 6

7 SOA: Definition An approach to building and managing distributed computing infrastructures that considers IT resources as Services available and discoverable on a network. Copyright 2006, ZapThink, LLC 13 SOA Features SOA is architecture a set of best practices for the organization and use of IT Abstracts software functionality as loosely-coupled, businessoriented Services Services can be composed into business processes (which are also Services) in a declarative manner Copyright 2006, ZapThink, LLC 14 7

8 SOA: Implication Rather than dealing with isolated systems that must be integrated after the fact, Service Orientation provides business users with understandable Services they can call upon and compose into business processes as needed building systems that can adapt as the business changes. Copyright 2006, ZapThink, LLC 15 SOA: Benefit The Service Orientation vision is therefore one of providing the business values of agility and flexibility for users of technology, coupled with an abstraction layer that simplifies the complexity of today s heterogeneous IT environments from those users. Copyright 2006, ZapThink, LLC 16 8

9 Characteristics of SOA Services are loosely coupled making a change to a service provider does not mandate changing any service consumers. Business processes are composed of services, and are in turn exposed as services. Services are policy-driven business users can change how a service behaves. Systems are inherently integrated by virtue of composable services not through layers of middleware. Copyright 2006, ZapThink, LLC 17 Characteristics of SOA (Cont.) Services leverage legacy systems SOA does not mandate replacement of runtime infrastructure. In SOA, metadata controls how the system behaves instead of code business logic trumps application logic. In SOA, it s the contracted interface that matters, not the underlying runtime environment. Copyright 2006, ZapThink, LLC 18 9

10 SOA is Enterprise Architecture What is Architecture? The fundamental organization of a system embodied by its components, their relationships to each other and to the environment and the principles guiding its design and evolution. (IEEE P1471/D5.3) Enterprise architecture includes: An aggregated architecture of all the individual IT systems within an organization The human element within the enterprise Systems, people, and organizational constructs at other companies that have relationships with the enterprise Individual consumers who are that enterprise s customers Corporate governance Copyright 2006, ZapThink, LLC 19 SOA is a discipline Implementing a Service-Oriented Architecture is a journey Moving from proprietary interfaces to standards-based ones is just the first step SOAs require a combination of security, management, governance, integration, process, and architecture tools What are the right steps to guarantee overall success? How can you guarantee an ROI while reducing risk? Copyright 2006, ZapThink, LLC 20 10

11 Abstraction? ESB? Service Network? Fabric? Don t Get Lost in the Terminology EAI? EDA? Service Grid? SOA Infrastructure? SOA? There are many styles for SOA implementation Focus on your goals: Reuse? Governance? Reduced integration cost? Agility? Copyright 2006, ZapThink, LLC 21 SOA s Little Secret You can build SOA with whatever software you already have (for the most part) When considering purchasing software for your SOA initiative, look to fill the functionality gaps in your current portfolio Don t just add middleware for your middleware! Copyright 2006, ZapThink, LLC 22 11

12 SOA: A Technology View Composite Application Delivery Business Services Business Processes SOA Fabric Atomic Services Data Integration Legacy Applications and Middleware Databases Rich Clients Security Discovery Management A B C D E Composite Apps Messaging Routing Transform A B C D E Governance and Security Infrastructure Source: MW2 Consulting Copyright 2006, ZapThink, LLC 23 Have We Been Here Before? Service-Oriented Architectures have been around a while CORBA (Common Object Request Broker Architecture) and DCOM (Microsoft Distributed Component Object Model) two familiar examples What s new this time? Copyright 2006, ZapThink, LLC 24 12

13 The Difference is Web Services WS-Policy WS-MessageData UDDI WS-AtomicTransaction Web Services Coordination WS-Transfer Web Services for Remote Portlets Web Services Transaction WS-BusinessActivity WSDL Web Services Metadata Exchange WS-Addressing BPEL and BPELJ WS-Coordination Web Services Eventing WS-Choreography Interface SOAP WS-Trust WS-Federation Web Services Business Activity Framework WS-CallBack Web Services Dynamic Discovery WS-SecureConversation WS-Acknowledgement WS-ReliableMessaging Copyright 2006, ZapThink, LLC 25 Web Services = SOA? SOAP wrappers / Web Services adapters Replace proprietary APIs with standards-based APIs Still fine grained, may still be tightly coupled n-tier architecture with addition of Web Services interface Less secure and more verbose Problem: Same cake with new frosting Copyright 2006, ZapThink, LLC 26 13

14 SOA vs. Web Services Standard architecture with Web Services SOA leveraging Web Services Transactions Messaging Security Transactions Messaging Security Messaging Security Management Business Services Data Services Discovery SOA Abstraction Layer Transactions Messaging Security Monitoring Web Services Web Services Web Services EIS Custom App Mainframe Logic Web Services EIS Web Services Custom App Web Services Mainframe Logic Source: HP Copyright 2006, ZapThink, LLC 27 Web Services are the Trees. Service Orientation is the Forest Copyright 2006, ZapThink, LLC 28 14

15 Service orientation the next big thing? Approach Timeframe Programming Model Business Motivations Mainframe timesharing 1960s 1980s Procedural (COBOL) Automated business Client/server 1980s-1990s Database (SQL) and fat client (PowerBuilder, Visual Basic) Computing power on the desktop n-tier/web 1990s-2000s Objectoriented (Java, COM) Internet/eBusiness Service orientation 2000s Serviceoriented (SOAP, WSDL, UDDI) Business agility Copyright 2006, ZapThink, LLC 29 The Business Benefits IT resources are available as needed to businesses as Services Business users empowered to create and manage business logic The Service-oriented abstraction layer enables companies to run their operations and conduct business with each other in a dynamic and automated fashion Business drives IT, and agile IT enables agile businesses Copyright 2006, ZapThink, LLC 30 15

16 Business Agility What companies require is Business Agility»Responding quickly to change, and»leveraging change for competitive advantage J Copyright 2006, ZapThink, LLC 31 SOA Hotspots Four key areas of SOA investment Reduction in integration expense Increase in Service / asset reuse Increase in business agility Enablement of governance & compliance Key Problem areas EAI replacement Legacy enablement/migration Shared Service development Governance Embedding processes in the extended enterprise Copyright 2006, ZapThink, LLC 32 16

17 Thank You! Copyright 2006, ZapThink, LLC 33 Photos Lisa Polucci 17

Keys to SOA Success. Agenda

Keys to SOA Success. Agenda Keys to SOA Success Jason Bloomberg ZapThink, LLC Take Credit Code: SOAKEY Copyright 2006, ZapThink, LLC 1 Agenda SOA Level Set SOA Foundations SOA Governance The SOA Roadmap Rolling Out SOA Organizational

More information

Practical SOA. A Pragmatic Approach to Achieving Successful Service-Oriented Architecture. Jason Bloomberg Managing Partner ZapThink LLC

Practical SOA. A Pragmatic Approach to Achieving Successful Service-Oriented Architecture. Jason Bloomberg Managing Partner ZapThink LLC Practical SOA A Pragmatic Approach to Achieving Successful Service-Oriented Architecture Jason Bloomberg Managing Partner ZapThink LLC Take Credit Code: VORPSOA Copyright 2007, ZapThink, LLC 1 Business

More information

SOA in Action: Service-Oriented Composite Applications

SOA in Action: Service-Oriented Composite Applications SOA in Action: Service-Oriented Composite Applications Jason Bloomberg Senior Analyst ZapThink, LLC Level Set What is SOA? SOA is architecture a set of best practices for the organization and use of IT

More information

Introduction & Agenda

Introduction & Agenda SOA & XML Workshop General Session Ron Schmelzer & Jason Bloomberg Senior Analysts ZapThink, LLC Introduction & Agenda XML Primer Introduction to Service-Oriented Architecture SOA Case Studies XML & SOA

More information

First Steps to Building a Single View of an SOA. Introducing the SOA Implementation Framework

First Steps to Building a Single View of an SOA. Introducing the SOA Implementation Framework First Steps to Building a Single View of an SOA Introducing the SOA Implementation Framework Ronald Schmelzer Senior Analyst ZapThink, LLC Introduction & Agenda Implementing a -Oriented Architecture is

More information

Service-Oriented Architecture Trends. Business Constant: Change

Service-Oriented Architecture Trends. Business Constant: Change Service-Oriented Architecture Trends Jason Bloomberg Senior Analyst ZapThink, LLC Take Credit Code: SOATIBM Business Constant: Change Competition Changing Marketplace Customer Demands Mergers & Acquisitions

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

Improve Reuse and Control Rogue Services within SOA. What are Web Services?

Improve Reuse and Control Rogue Services within SOA. What are Web Services? Improve Reuse and Control Rogue Services within SOA Jason Bloomberg Senior Analyst ZapThink, LLC What are Web Services? Standards-based interfaces to software functionality Represented by a contract Not

More information

What s Hot with Web Services?

What s Hot with Web Services? What s Hot with Web Services? Ronald Schmelzer Senior Analyst ZapThink, LLC 1 The Changing World of Data Proliferation of Content Increased Integration of Applications Automation of Paperbased Systems

More information

Key Challenges in SOA. Level Set What is SOA?

Key Challenges in SOA. Level Set What is SOA? Key Challenges in SOA Jason Bloomberg Senior Analyst ZapThink, LLC Take Credit Code: CHALSOA Level Set What is SOA? SOA is architecture a set of best practices for the organization and use of IT Abstracts

More information

Cloud Computing Lectures SOA

Cloud Computing Lectures SOA Cloud Computing Lectures SOA 1/17/2012 Service Oriented Architecture Service Oriented Architecture Distributed system characteristics Resource sharing - sharing of hardware and software resources Openness

More information

Presentation-Layer Web Services. The Role of the User

Presentation-Layer Web Services. The Role of the User Presentation-Layer Web Services Ronald Schmelzer Senior Analyst ZapThink, LLC The Role of the User Human Interactivity Putting a face on system-to-system interactions Making use of wetware (the brain)

More information

The Role of the Architect. The Role of the Architect

The Role of the Architect. The Role of the Architect The Role of the Architect Jason Bloomberg Senior Analyst ZapThink, LLC Take Credit Code: ROLEARCH Copyright 2006, ZapThink, LLC 1 The Role of the Architect Design Governance Project Management Organizational

More information

WEB SERVICES AND XML,M.INDUMATHY AP/IT YEAR & SEM:IV & VII UNIT-II

WEB SERVICES AND XML,M.INDUMATHY AP/IT YEAR & SEM:IV & VII UNIT-II UNIT-II Roots of SOA Characteristics of SOA - Comparing SOA to client-server and distributed internet architectures Anatomy of SOA- How components in an SOA interrelate -Principles of service orientation

More information

Service-Oriented Process. Goal: Business Agility

Service-Oriented Process. Goal: Business Agility Service-Oriented Process Ronald Schmelzer Senior Analyst ZapThink, LLC Goal: Business Agility Remember this? Business Constant: Change Competition Changing Marketplace Customer Demands Mergers & CHANGE

More information

Service-oriented architecture (SOA)

Service-oriented architecture (SOA) Service-oriented architecture (SOA) Introduction Two definitions for SOA are as follows: SOA establishes an architectural model that aims to enhance the efficiency, agility, and productivity of an enterprise

More information

SOA Concepts. Service Oriented Architecture Johns-Hopkins University

SOA Concepts. Service Oriented Architecture Johns-Hopkins University SOA Concepts Service Oriented Architecture Johns-Hopkins University 1 Lecture 2 Goals To learn the basic concepts behind SOA The roots of SOA: the history from XML to SOA, and the continuing evolution

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

Enterprise Application Integration using MQSeries and Web services

Enterprise Application Integration using MQSeries and Web services Enterprise Integration using MQSeries and Web services Evan Mamas emamas@ca.ibm.com IBM Toronto Lab Definitions A Forrester report defines EAI as the integration of multiple, independently developed, managed

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

EA & SOA: Allies or Opponents?

EA & SOA: Allies or Opponents? EA & SOA: Allies or Opponents? Jason Bloomberg ZapThink LLC Copyright 2009, ZapThink, LLC 1 Service Orientation: A Business Approach Leveraging the resources of the organization in a flexible way It s

More information

Unlocking Mainframe Potential with SOA. If you are in a Hole, Stop Digging!

Unlocking Mainframe Potential with SOA. If you are in a Hole, Stop Digging! Unlocking Mainframe Potential with SOA Jason Bloomberg Senior Analyst ZapThink, LLC Take Credit Code: MAINPOT If you are in a Hole, Stop Digging! IT Decision Making s Fatal Flaw: Choice between take some

More information

Service Oriented Integration (SOI) - Concepts, Technologies, and Best Practices

Service Oriented Integration (SOI) - Concepts, Technologies, and Best Practices Service Oriented Integration (SOI) - Concepts, Technologies, and Best Practices From Integration Infrastructure to Business Value IT managers have been under increasing pressure to migrate a portfolio

More information

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

1. INTRODUCTION BACKGROUND ENTERPRISE SOA BENEFITS AND TECHNOLOGIES AN ENTERPRISE SOA FRAMEWORK...6 1. INTRODUCTION...1 2. BACKGROUND...3 3. ENTERPRISE SOA BENEFITS AND TECHNOLOGIES...4 4. AN ENTERPRISE SOA FRAMEWORK...6 5. ALIGNING IT WITH BUSINESS...7 6. CONCLUSION...8 Whitepaper Page 2 What is Enterprise

More information

Enterprise IT Architectures SOA Part 3

Enterprise IT Architectures SOA Part 3 Enterprise IT Architectures SOA Part 3 Hans-Peter Hoidn hans-peter.hoidn@ch.ibm.com November 26, 2007 SOA Because Innovation Requires Change and SOA Makes Change Easier a service? A repeatable business

More information

AMP/ADTECH SOA Workshop. August 2017

AMP/ADTECH SOA Workshop. August 2017 AMP/ADTECH SOA Workshop August 2017 Software Developer Generations (1) Four Generations of Software Developers 1 st Generation 1950s through the 1960s 2 nd Generation 1970s through the 1980s 3 rd Generation

More information

The Business Side of SOA. Challenge: Inertia in the Organization

The Business Side of SOA. Challenge: Inertia in the Organization The Business Side of SOA Ron Schmelzer ZapThink, LLC Take Credit Code: NOBIZ Copyright 2006, ZapThink, LLC 1 Challenge: Inertia in the Organization Architecture doesn t have features and business executives

More information

white paper Delivering Adaptive Services with EAI/ESB Architectures

white paper Delivering Adaptive Services with EAI/ESB Architectures white paper SCORE Adaptive Bridges Delivering Adaptive Services with EAI/ESB Architectures SCORE Adaptive Bridges from Delta Software Technology Extend, reuse and build on your valuable legacy applications

More information

On demand operating environment solutions To support your IT objectives Transforming your business to on demand.

On demand operating environment solutions To support your IT objectives Transforming your business to on demand. On demand operating environment solutions To support your IT objectives Transforming your business to on demand. IBM s approach to service-oriented architecture Doing business in the on demand era Technological

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

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

Architecture for Integration

Architecture for Integration Architecture for Integration Hans-Peter Hoidn 2 October 2003 Agenda Motivation I. Integration Layer in General II. EAI Environments, Cases III. EAI meets J2EE IV. Enterprise centric view V. References

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

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

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

The Art of Integration. Chris Huff, Manager Enterprise Application Integration, B2B The Home Depot

The Art of Integration. Chris Huff, Manager Enterprise Application Integration, B2B The Home Depot The Art of Integration Chris Huff, Manager Enterprise Application Integration, B2B Architectures @ The Home Depot Overview Intro History - A Recurring Theme Current Integration Philosophy Challenges within

More information

23. Service-Oriented Architectures

23. Service-Oriented Architectures 23. Service-Oriented Architectures Slide 1 Acknowledgements: Material on Service-Oriented Architectures Based on a tutorial by Grace Lewis et al. + Slides by Michael Brodie (with minor adaptations) Slide

More information

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

Application Architecture: Reusing Existing Applications in SOA-Based Business Processes Application Architecture: Reusing Existing Applications in SOA-Based Processes Braden Flowers Worldwide WebSphere Integration Solution Architect 2007 IBM Corporation SOA Architect Summit Roadmap What is

More information

Integration and Infrastructure Software White Paper. Integrating zseries applications and processes as Web services in an SOA environment.

Integration and Infrastructure Software White Paper. Integrating zseries applications and processes as Web services in an SOA environment. Integration and Infrastructure Software White Paper Integrating zseries applications and processes as Web services in an SOA environment. July 2005 Page 2 Contents 2 Introduction 2 Integration challenges

More information

Application Migration Patterns for the Service Oriented Cloud

Application Migration Patterns for the Service Oriented Cloud Topic: Cloud Computing Date: July 2011 Author: Lawrence Wilkes Application Migration Patterns for the Service Oriented Cloud Abstract: As well as deploying new applications to the cloud, many organizations

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Part I INTRODUCING SOA Service Oriented Architecture- Presented by Hassan.Tanabi@Gmail.com 2 Fundamental SOA 1. The term "service-oriented" has existed for some time, it has

More information

SOA Success Methodology

SOA Success Methodology SOA Success Methodology Dr Mohamad Afshar Oracle Fusion Middleware Product Management Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

SOA: Simple, Open, Affordable. Pierre Fricke Director, Product Line Management JBoss - a division of Red Hat

SOA: Simple, Open, Affordable. Pierre Fricke Director, Product Line Management JBoss - a division of Red Hat SOA: Simple, Open, Affordable Pierre Fricke Director, Product Line Management JBoss - a division of Red Hat Reality: IT Complexity, Escalating Cost Growing Complexity Server Unisys OS IBM Sun HP Dell??

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

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

SOA, Web 2.0, and Web Services

SOA, Web 2.0, and Web Services SOA, Web 2.0, and Web Services Dr. Kanda Runapongsa Saikaew Department of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws Overview Technology Trends SOA Web 2.0 Web Services

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2007 Vol. 6, No. 1, January-February 2007 Where s the (Business) Beef? Mahesh H. Dodani, IBM

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

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

MTAT Enterprise System Integration. Lecture 6 Service-Oriented Architecture Basic Concepts MTAT.03.229 Enterprise System Integration Lecture 6 Service-Oriented Architecture Basic Concepts Marlon Dumas marlon. dumas ät ut. ee Where are we? We have seen technology and architectural styles for

More information

The role of the service-oriented architect

The role of the service-oriented architect Copyright Rational Software 2003 http://www.therationaledge.com/may_03/f_bloomberg.jsp The role of the service-oriented architect by Jason Bloomberg Senior Analyst ZapThink LLC Web services have moved

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

Understanding SOA with Web Services

Understanding SOA with Web Services Understanding SOA with Web Services Eric Newcomer and Greg Lomow.:Addison-Wesley Upper Saddle River, NJ m Boston x Indianapolis San Francisco m New York m Toronto u Montreal London m Munich r Paris m Madrid

More information

Enterprise Technology And Solutions by ESRI. Dave Wrazien Solution Architect ESRI, Inc.

Enterprise Technology And Solutions by ESRI. Dave Wrazien Solution Architect ESRI, Inc. Enterprise Technology And Solutions by ESRI Dave Wrazien Solution Architect ESRI, Inc. What is Enterprise? An enterprise consists of all functional departments, people, and systems within an organization.

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

Tilburg University. Service oriented architectures Papazoglou, Mike; van den Heuvel, Willem-Jan. Published in: Very Large Database Journal

Tilburg University. Service oriented architectures Papazoglou, Mike; van den Heuvel, Willem-Jan. Published in: Very Large Database Journal Tilburg University Service oriented architectures Papazoglou, Mike; van den Heuvel, Willem-Jan Published in: Very Large Database Journal Publication date: 2007 Link to publication Citation for published

More information

Tilburg University. Service oriented architectures Papazoglou, Mike; van den Heuvel, Willem-Jan. Published in: Very Large Database Journal

Tilburg University. Service oriented architectures Papazoglou, Mike; van den Heuvel, Willem-Jan. Published in: Very Large Database Journal Tilburg University Service oriented architectures Papazoglou, Mike; van den Heuvel, Willem-Jan Published in: Very Large Database Journal Publication date: 2007 Link to publication Citation for published

More information

Marcy Larsen. Senior Product Manager, Microsoft Australia

Marcy Larsen. Senior Product Manager, Microsoft Australia Marcy Larsen Senior Product Manager, Microsoft Australia Welcome Thanks to our sponsors : Oakton, EDS an HP Company, Systalk and Stargate Economic Realities driving SOA Agenda Overview Oakton Roundtable

More information

<Insert Picture Here> Oracle Modernization for Adabas/Natural

<Insert Picture Here> Oracle Modernization for Adabas/Natural Modernization for Adabas/Natural Ted Venema Director, Modernization Solutions Agenda The Modernization Market in general and Adabas/Natural in particular What does Modernize require

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

Service Oriented Architecture for Business Intelligence

Service Oriented Architecture for Business Intelligence Service Oriented Architecture for Business Intelligence September 2013 Alberto Abelló & Oscar Romero 1 Knowledge objectives 1. Explain what the Enterprise Service Bus is 2. Explain SOA principles 3. Explain

More information

Architecting SOA With A Business Focus

Architecting SOA With A Business Focus Architecting SOA With A Business Focus Dejan Mihajlovic Senior Managing Consultant 2008 IBM Corporation SOA Architect Summit Roadmap What is the impact of SOA on current Enterprise Architectures? Business

More information

zapthink white paper PROCESS RESENTATION, AND INTEGRATION SERVICE ORIENTATION IN PRACTICE

zapthink white paper PROCESS RESENTATION, AND INTEGRATION SERVICE ORIENTATION IN PRACTICE zapthink white paper PROCESS ROCESS,, PRESENTATION P RESENTATION, AND INTEGRATION SERVICE ORIENTATION IN PRACTICE PROCESS ROCESS,, PRESENTATIONP RESENTATION, AND INTEGRATION, P SERVICE ORIENTATION IN PRACTICE

More information

Service Oriented Architecture for Architects

Service Oriented Architecture for Architects www.peaklearningllc.com Service Oriented Architecture for Architects (5 Days) Overview This five day training course for architects delves deep into various architectural aspects of SOA. It starts with

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

zapnote AVINON SERVICES APPLICATION December, 2001 Analyst: Ronald Schmelzer

zapnote AVINON SERVICES APPLICATION December, 2001 Analyst: Ronald Schmelzer zapthink zapnote ZAPTHINK ZAPNOTE Doc. ID: ZTZN-0108-1 Released: Dec. 25, 2001 AVINON SCENARIOS FOR WEB SERVICES APPLICATION DELIVERY December, 2001 Analyst: Ronald Schmelzer Abstract Avinon has announced

More information

Service-Oriented Computing

Service-Oriented Computing Service-Oriented Computing edited by Dimitrios Georgakopoulos and Michael P. Papazoglou The MIT Press Cambridge, Massachusetts London, England 2009 Massachusetts Institute of Technology All rights reserved.

More information

IT Architect Regional Conference 2007

IT Architect Regional Conference 2007 IT Architect Regional Conference 2007 Oriented Enterprise Architecture Yan Zhao, Ph.D Director, Enterprise and Solutions Architecture CGI Federal Presentation Outline 1. Enterprise Architecture (EA) and

More information

Application Mediation

Application Mediation IBM Australia BluePaper Version 1.00 6 May 2011 Contents 1 Preface 2 Executive Overview 2.1 FMT and 2.2 The simple and unique Value Proposition 2.3 Solution Positioning 2.4 Business Usage Examples 3 in

More information

IBM WebSphere Information Integrator Content Edition Version 8.2

IBM WebSphere Information Integrator Content Edition Version 8.2 Introducing content-centric federation IBM Content Edition Version 8.2 Highlights Access a broad range of unstructured information sources as if they were stored and managed in one system Unify multiple

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

SOA Analyst Certification Self-Study Kit Bundle

SOA Analyst Certification Self-Study Kit Bundle SOA Analyst Certification Bundle A Certified SOA Analyst specializes in carrying out the analysis and definition of service inventory blueprints and the modeling and definition of service candidates, service

More information

zapnote CYSIVE Briefing Date: May 29, 2002 Analyst: Ronald Schmelzer

zapnote CYSIVE Briefing Date: May 29, 2002 Analyst: Ronald Schmelzer zapthink zapnote -`````````````````````````````````````` ZAPTHINK ZAPNOTE Doc. ID: ZTZN-0307-1D Released: July 15, 2002 CYSIVE SIMPLIFYING THE INTERACTION WITH WEB SERVICES Briefing Date: May 29, 2002

More information

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

Connectivity & Application Integration. Colin Gniel WebSphere Software IBM Software Group Australia/New Zealand Connectivity & Application Integration Colin Gniel WebSphere Software IBM Software Group Australia/New Zealand The Planet is Getting Smarter Smarter Planet instrumented interconnected intelligent people

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-669 EXAM QUESTIONS & ANSWERS Number: 000-669 Passing Score: 800 Time Limit: 120 min File Version: 36.6 http://www.gratisexam.com/ IBM 000-669 EXAM QUESTIONS & ANSWERS Exam Name: SOA Fundamentals

More information

Focus on SOA Express. Extending the value of mainframe applications through Service-Oriented Architecture (SOA)

Focus on SOA Express. Extending the value of mainframe applications through Service-Oriented Architecture (SOA) Focus on SOA Express Extending the value of mainframe applications through Service-Oriented Architecture (SOA) Highlights How SOA Express from Micro Focus unleashes the power of web services to: Leverage

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

zapthink white paper MORASS UNTANGLING THE APPLICATION BUILDING AGILE COMPOSITE APPLICATIONS WITH SOA

zapthink white paper MORASS UNTANGLING THE APPLICATION BUILDING AGILE COMPOSITE APPLICATIONS WITH SOA zapthink white paper UNTANGLING THE APPLICATION MORASS BUILDING AGILE COMPOSITE APPLICATIONS WITH SOA UNTANGLING THE APPLICATION MORASS BUILDING AGILE COMPOSITE APPLICATIONS WITH SOA August 2004 Analysts:

More information

Enterprise IT Architectures SOA Part 1

Enterprise IT Architectures SOA Part 1 Enterprise IT Architectures SOA Part 1 Hans-Peter Hoidn hans-peter.hoidn@ch.ibm.com November 17, 2008 Agenda I. SOA Introduction II. Move from C/S to SOA III. Exercise: Integration Architecture for FACT

More information

JBOSS WHITE PAPER. JEMS: The Open Source Platform for SOA THE PLATFORM FOR FLEXIBILITY, INTEROPERABILITY, AND CHOICE

JBOSS WHITE PAPER. JEMS: The Open Source Platform for SOA THE PLATFORM FOR FLEXIBILITY, INTEROPERABILITY, AND CHOICE JEMS: The Open Source Platform for SOA THE PLATFORM FOR FLEXIBILITY, INTEROPERABILITY, AND CHOICE Contents JEMS: THE OPEN SOURCE PLATFORM FOR SOA Executive Summary 1 The SOA Solution 3 SOA Changes IT and

More information

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

Theoretical Considerations Regarding the Implementation of SOA Architecture in a Company for Electric Power Distribution and Supply Economy Informatics vol. 12, no. 1/2012 118 Theoretical Considerations Regarding the Implementation of SOA Architecture in a Company for Electric Power Distribution and Supply Radu-Ştefan MOLEAVIN Academy

More information

What is SOA? Why is SOA Good for Business?

What is SOA? Why is SOA Good for Business? Integration technology that makes sense. What is SOA? Why is SOA Good for Business? The Opportunity of Service-Oriented Architecture Fred M. Domke, President Business Integration Technology, Inc. 1310

More information

SOA Praxiserfahrungen

SOA Praxiserfahrungen Nicolai M. Josuttis IT-communication.com 09/08 1 2 Independent consultant continuously learning since 1962 Nicolai Josuttis Systems Architect, Technical Manager finance, manufacturing, automobile, telecommunication

More information

Patrick F. Carey Bernard W. Gleason. May 2005

Patrick F. Carey Bernard W. Gleason. May 2005 Solving the Integration Issue - Service-Oriented Architecture (SOA) Transforming and modernizing the administration of your institution and taking cost out of the system Abstract For decades, colleges

More information

A Practical Guide to SOA for IT Management. February 2005

A Practical Guide to SOA for IT Management. February 2005 A Practical Guide to SOA for IT Management February 2005 A Systinet White Paper Copyright 2005 Systinet Corp. All rights reserved. The document is not intended for production and is furnished as is without

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2003 Vol. 2, No. 3, May-June 2003 Don t Rip and Replace, Integrate! Mahesh H. Dodani, IBM

More information

CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE

CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE 1 Learning Objectives Examine in detail the enterprise systems modules and architecture. Understand the effects of a well-designed architecture on ERP implementation.

More information

IDC Austria: SOA Conference. From Decoupled Services to Agile Business Applications

IDC Austria: SOA Conference. From Decoupled Services to Agile Business Applications IDC Austria: SOA Conference From Decoupled Services to Agile Business Applications Alexander Schatten Inst. of Software Technology and Interactive Systems TU-Wien www.schatten.info The Motto for this Talk?

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

MTAT Enterprise System Integration

MTAT Enterprise System Integration MTAT.03.229 Enterprise System Integration Lecture 5: Service-Oriented Architectures Marlon Dumas marlon. dumas ät ut. ee Service-Oriented Architecture (SOA) SOA is a paradigm for organizing and utilizing

More information

SOA Security Certification Self-Study Kit Bundle

SOA Security Certification Self-Study Kit Bundle SOA Security Certification Bundle A Certified SOA Security Specialist has comprehensive knowledge of common threats and vulnerabilities associated with service-oriented solutions and modern service technologies,

More information

SAP Strategy. RYU, SEYUL / SAP Korea

SAP Strategy. RYU, SEYUL / SAP Korea SAP Strategy RYU, SEYUL / SAP Korea Agenda I. What Will Market need II. Collaboration III. Enterprise Service Architecture IV. xapps V. SAP Solution for New Business SAP Korea 2003, SAP Strategy, RYU,

More information

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

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

Fortacs Group, LLC S T R A T E G I C B U S I N E S S A N D I T S O L U T I O N S

Fortacs Group, LLC S T R A T E G I C B U S I N E S S A N D I T S O L U T I O N S Fortacs Group, LLC S T R A T E G I C B U S I N E S S A N D I T S O L U T I O N S Above the Cloud Helping clients creating value through targeted cloud application decisions and migration strategies A structured

More information

A Business-Driven Web Service Creation Methodology

A Business-Driven Web Service Creation Methodology A -Driven Web Creation Methodology Mikio Aoyama Dep. of Information and Telecommunication Engineering Nanzan University 27 Seirei, Seto, 489-0863, Japan mikio.aoyama@nifty.com Abstract This article proposes

More information

BEA White Paper. The Integration Journey a Field Guide to Enterprise Integration for SOA

BEA White Paper. The Integration Journey a Field Guide to Enterprise Integration for SOA BEA White Paper The Integration Journey a Field Guide to Enterprise Integration for SOA Copyright Copyright 1995-2006 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software is protected

More information

Information Delivery with SOA

Information Delivery with SOA Context Srikanth Inaganti Today enterprises are looking at SOA as a vehicle to improve IT efficiency and reduce the complexity. Improving the efficiency and complexity would directly map on to the way

More information

Service Oriented Architecture (SOA) Solution Reference for HHS

Service Oriented Architecture (SOA) Solution Reference for HHS Service Oriented Architecture (SOA) Solution Reference for HHS Whitepaper Yan Zhao, Ph.D, Chief Architect, Civilian Medical Systems SAIC (703) 575-7202 yan.zhao@saic.com January 27, 2006 Table of Content

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

SOA Workshop - SOMA. Service Oriented Methodology & Architecture SOMA

SOA Workshop - SOMA. Service Oriented Methodology & Architecture SOMA SOA Workshop - SOMA Service Oriented Methodology & Architecture SOMA History of SOMA In 2005, IBM introduced a way to map business processes to Service Oriented Architecture. SOMA (Service Oriented Modeling

More information