Integrating Your e-business Enterprise

Size: px
Start display at page:

Download "Integrating Your e-business Enterprise"

Transcription

1

2 Integrating Your e-business Enterprise Andre Yee Atul Apte 201 West 103rd St., Indianapolis, Indiana, USA

3 Integrating Your e-business Enterprise Copyright 2001 by Sams Publishing All rights reserved. No part of this book shall be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical, photocopying, recording, or otherwise, without written permission from the publisher. No patent liability is assumed with respect to the use of the information contained herein. Although every precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions. Nor is any liability assumed for damages resulting from the use of the information contained herein. International Standard Book Number: Library of Congress Catalog Card Number: Printed in the United States of America First Printing: March Trademarks All terms mentioned in this book that are known to be trademarks or service marks have been appropriately capitalized. Sams Publishing cannot attest to the accuracy of this information. Use of a term in this book should not be regarded as affecting the validity of any trademark or service mark. Warning and Disclaimer Every effort has been made to make this book as complete and as accurate as possible, but no warranty or fitness is implied. The information provided is on an as is basis. The authors and the publisher shall have neither liability nor responsibility to any person or entity with respect to any loss or damages arising from the information contained in this book. ASSOCIATE PUBLISHER Linda Engelman ACQUISITIONS EDITOR Loretta Yates DEVELOPMENT EDITOR Clint McCarty MANAGING EDITOR Charlotte Clapp PROJECT EDITOR Elizabeth Finney COPY EDITOR Charles A. Hutchinson INDEXER Erika Millen PROOFREADER Tony Reitz TECHNICAL EDITOR Ankur Laroia TEAM COORDINATOR Pamalee Nelson INTERIOR DESIGNER Anne Jones COVER DESIGNER Anne Jones PAGE LAYOUT Lizbeth Patterson

4 Overview Introduction 1 PART I e-business Integration Concepts 3 1 Introduction to e-business Integration 5 2 e-business Concepts and Architecture 15 3 e-business Integration Patterns 29 PART II e-business Integration Technologies 43 4 Integration Brokers 45 5 Application Servers 63 6 Understanding Business Process Integration 77 7 XML Standards and Integration 91 8 Leveraging XML for Integration Using Adapters for Application Data Access 123 PART III Adapting to Applications Interfacing with SAP Interfacing with Peoplesoft Interfacing with Oracle Applications Interfacing with Siebel ebusiness Interfacing with Legacy Applications 191 PART IV e-business Integration Practices e-business Integration Methodology: Steps to Success Practical Steps for a Successful Integration Project 223 Index 241

5 Table of Contents Introduction 1 PART I E-BUSINESS INTEGRATION CONCEPTS 3 1 Introduction to e-business Integration 5 What Exactly Is e-business Integration?...6 e-business Integration Imperative...7 Mergers and Acquisitions...7 Rapid Adoption of Package Applications...7 The Emergence of the Internet as a Business Channel...8 The Integration Challenge: How Did We Get Here?...8 Heterogeneous Platforms...9 Heterogeneous Communications Protocols...9 Corporate Islands of Automation...9 Data Syntax...10 Application Semantics...11 Middleware Revolution...11 Internet: Extending the Enterprise...11 Web-to-Enterprise...12 B2B Integration (B2Bi)...12 How to Succeed with ebi...13 Summary e-business Concepts and Architecture 15 Existing Approaches and Their Limitations...16 Point-to-Point File Transfer Systems...16 Database Gateways...17 Object Middleware...18 Message Queuing Middleware...19 New Technology Framework for e-business Integration...20 The e-business Integration Architecture...22 Transport Integration Layer...23 Data Integration Layer...24 Interface Integration Layer...26 Process Integration Layer...27 Summary e-business Integration Patterns 29 What Are Integration Patterns?...30 Database Replication...31 Synchronous Replication...31 Asynchronous Replication...32 Single-Step Application Integration...32 Multi-Step Application Integration...33

6 CONTENTS v Brokering Application...35 Applications Need to Reuse Logic...35 Applications Linked by Complex Logic...36 Applications Unified Through User Interface...36 Application-to-Application B2Bi...37 Security...38 Federated Control...38 Systems Management...38 Data Exchange B2Bi...38 B2B Process Integration...39 Closed Process B2Bi...40 Open Process B2Bi...40 Summary...41 PART II E-BUSINESS INTEGRATION TECHNOLOGIES 43 4 Integration Brokers 45 Emergence of Integration Brokers...46 Essential Elements of an Integration Broker...46 Robust Document Model...47 Asynchronous Messaging Service...49 Asynchronous Messaging...49 Java Messaging Service...50 Content-Based Routing...51 Data Transformation...52 Application Interaction...54 Session Management...54 Data Management...55 Node-Level Processing...55 Graphically Driven Tools...56 Integration Broker Runtime Architecture...56 Repository...57 Transformation Engine...57 Routing Hub...57 Messaging Service...57 Adapters...57 Leading Integration Brokers...59 New Era of Networks...59 SAGA Software...60 STC...60 webmethods...61 Summary Application Servers 63 How Application Servers Emerged...64 What Exactly Is an Application Server?...65 Execution of Business Logic...66

7 vi INTEGRATING YOUR E-BUSINESS ENTERPRISE High Performance...66 Scalability...66 High Availability...67 Security Management...67 Transaction Management...68 Systems Management...68 Development Tools and Services...68 Application Servers and the J2EE Platform...68 The EJB Component Model...69 J2EE Standard Services...70 Using Application Servers for Integration...71 Overview of Leading Application Servers...74 BEA Systems WebLogic Server...74 Bluestone Software Sapphire...75 IBM WebSphere...75 SUN-Netscape Alliance iplanet...76 Summary Understanding Business Process Integration 77 Clarifying Business Process Integration...78 Process Modeling...80 Process Templates...81 B2B Process Integration...82 Practical Limitations...82 Process Management...83 Process Execution...83 Process Transaction Management...83 Process Monitoring...84 Process Auditing...85 Process Analysis...86 Leading Business Process Integration Products...88 Alliance Manager (Extricity)...88 WebLogic Process Integrator (BEA Systems)...89 Verve Component Workflow (Versata)...90 Summary XML Standards and Integration 91 The Emergence of XML...92 Why the Hype over XML?...93 The XML Standard...93 What Exactly Is XML?...94 Element Names Must Conform to XML Conventions...94 Start Tag Must Have a Corresponding End Tag...95 Tags Are Case Sensitive...95 If Included, the XML Declaration Should Begin the Document...95 XML Document Should Contain Only One Root Element...96

8 CONTENTS vii XML Validity Beyond Well-Formed Documents...97 Enter XML Schemas...99 XML Extensibility New and Improved Data Typing Leveraged XML Access and Reference Mechanisms Dynamic Schema Management XML Schemas at Work Accessing and Traversing XML Documents with DOM The SAX Appeal Summary Leveraging XML for Integration 105 The Dawning of XML-Centric Integration Networked B2B Communities The Need for Enterprise Transparency What Is XML-Centric Integration? Enterprise Object-Relational Model: XML and Databases XML-based Transformations: XSLT Text-Based Transformation Only Many-to-Many Transformations Pattern-Matching Style Transformation Is Limited XML-Based Distributed Computing XML-Based Meta Data Application Content Meta Data Document/Message Schema Meta Data Integration Rules Meta Data XML and Meta Data XML Integration Model RosettaNet: An XML-Based Trading Standard The RosettaNet Model RosettaNet PIP Data Dictionaries RosettaNet Implementation Framework Summary Using Adapters for Application Data Access 123 The Role of Adapters in Integration Progression of Adapters Node-Level Processing Direct Point-to-Point Interaction The Adapter Model Design Time Runtime Adapter Patterns Database Access Pattern Interface File Exchange Pattern...133

9 viii INTEGRATING YOUR E-BUSINESS ENTERPRISE Remote Method Call Pattern User Interface Protocol Pattern Socket-Queue Pattern Transactional Proxy Pattern The J2EE Connector Architecture How Do J2EE Connectors Work? Application Server Managing the Resource Adapter Summary PART III ADAPTING TO APPLICATIONS Interfacing with SAP 143 Overview of SAP R/3 Application Suite SAP R/3 Integration ALE Overview IDoc Overview Working with ALE/IDoc Outbound ALE Process Inbound ALE Process Understanding BAPI Using the SAP-DCOM Interface Using DCOM Components on Microsoft Transaction Server (MTS) Summary Interfacing with PeopleSoft Overview of PeopleSoft Internet Architecture Understanding Open Integration Framework (OIF) Components and Integration Points Understanding PeopleSoft Application Integration Tools Tightly Coupled Inbound Calls to PeopleSoft Tightly Coupled Outbound Calls from PeopleSoft Loosely Coupled Inbound and Outbound File Based Inbound and Outbound Summary Interfacing with Oracle Applications 167 Overview of Oracle Applications Integrating External Systems Key Integration Requirements Data Conversion Data Extracts Data Synchronization Types of Interfaces Understanding OIT Error Handling with OIT OIT Execution Flow...174

10 CONTENTS ix Understanding EDI and XML Interfaces Understanding OAI Assessing the Oracle Applications Interfaces Summary Interfacing with Siebel ebusiness Overview of Siebel Siebel Application Architecture User Interface Layer Object Manager Layer Data Manager Layer Understanding Siebel Thin Client Products Thin Client for Windows Java Thin Client HTML Thin Client Siebel Application Integration Strategy Understanding the Enterprise Integration Manager (EIM) Understanding the Business Integration Manager Summary Interfacing with Legacy Applications 191 Why Have These Systems Endured? Displacement of Legacy Systems Is Costly Displacement of Legacy Systems Is Risky Distributed Client/Server Systems Still Don t Measure Up Types of Mainframe Application Integration Understanding IBM Terminal Emulation Structure of Data Stream Basic Features of Terminal Emulation Display Emulation Printing File Transfer API (Application Programming Interface) Role of Terminal Emulation in e-business Integration Screen Identification Flow Management Session Management Exception Management Modes of Terminal Emulation User Mode Design-Time Mode Test Mode Runtime Mode Summary...201

11 PART IV E-BUSINESS INTEGRATION PRACTICES e-business Integration Methodology: Steps to Success 205 Why an e-business Integration Methodology? Phases of the e-business Integration Methodology Strategy Phase Planning Phase Implementation Phase Evaluation Stage Summary Practical Steps for a Successful Integration Project 223 Cultivating an Understanding of Priorities Constructing in Layers Process Flow Application Access Transformation Transport Profiling Performance Early and Often Conducting a Performance Profile The Cyclical Nature of Performance Profiling Building in Resiliency Eliminating Single Points of Failure Isolating Effects of Failure Minimizing Moving Parts Implementing Failover Mechanisms Embracing Comprehensive Testing Component Testing System Testing Endurance Testing Platform Testing Performance-Scalability Testing Secondary Scenario Testing Addressing Secondary Scenarios Building with Deployment in Mind Building a Traceable System Instrumenting System Components for Monitoring Linking to Systems Management Frameworks Establishing Service-Level Agreements and Testing for Compliance Building a Deployment and Management Plan Early Summary Index 241

12 About the Authors Andre Yee is a noted authority on EAI and B2B integration technologies. He has several years of practical experience with middleware and distributed object technologies such as EJB, DCOM, and CORBA. He is a regular conference speaker and has authored several articles on B2B integration, Java, and COM. He was most recently the Vice President, R&D for SAGA Software, a leading provider of e-business Integration solutions. He currently resides in Northern Virginia. Atul Apte is the Director, Adapter Development for SAGA Software. He has broad expertise in integrating with various enterprise applications such as SAP, Oracle Applications, and Clarify. He also brings several years of experience in designing and implementing EAI projects for Global 2000 companies. He currently resides in a suburb of Toronto, Canada.

13 Dedication To my most excellent wife, Kathy, and my wonderful children, Kirsten, Michael, and Stephen words of thanks are insufficient. May we live our lives with the ultimate goal Soli Deo Gloria. Acknowledgments First, I would like to thank my coauthor, Atul Apte, for contributing key chapters to this book in particular, the chapters on interfacing with applications. This book is truly a collaborative effort in every sense. I also owe many thanks to David Linthicum, Suvajit Gupta, and my friends at SAGA Software for lending support in reviewing, discussing, and challenging my ideas on e-business Integration. All of you make me better by your participation.

14 Tell Us What You Think! As the reader of this book, you are our most important critic and commentator. We value your opinion and want to know what we re doing right, what we could do better, what areas you d like to see us publish in, and any other words of wisdom you re willing to pass our way. As a Associate Publisher for Sams Publishing, I welcome your comments. You can fax, , or write me directly to let me know what you did or didn t like about this book as well as what we can do to make our books stronger. Please note that I cannot help you with technical problems related to the topic of this book, and that due to the high volume of mail I receive, I might not be able to reply to every message. When you write, please be sure to include this book s title and author as well as your name and phone or fax number. I will carefully review your comments and share them with the author and editors who worked on the book. Fax: Linda.Engelman@samspublishing.com Mail: Linda Engelman Associate Publisher Sams Publishing 201 West 103rd Street Indianapolis, IN USA

15

16 Introduction A great deal of change has occurred in business over the past few years. The enterprise is no longer simply corporate. It now extends well beyond corporate walls. The Internet is no longer simply a means of communication; it has become a channel for e-business. To compete in this new digital economy, companies will have to do more than Web-enable applications, personalize their Web sites, or even modify their business models. In what might initially seem to be an overstatement, I believe that to be truly successful in e-business, these companies will need to integrate. Classically, integration means connecting newer enterprise information systems with older, legacy data. This process encompasses cohesive integration of both data and business logic. It also means collaboration with partners, suppliers, and customers in an intelligent value chain of products and services. Companies need to be able to link and manage business processes together. In the end, being able to sell over the Web is not enough; you also need to be able to automatically process orders and fulfill customer needs. That s where enterprise application integration (EAI) comes in. EAI allows internal systems to be integrated so that they can provide the automated support needed to fulfill e-business transactions. In fact, EAI is not simply an enabling function for e-business; it truly is e-business. It is also insufficient to be able to sell via the Internet but not engage your partners and suppliers in the same fashion. This industrywide epiphany is what accounts for business-to-business integration (B2Bi) transactions. As B2Bi grows, it is giving rise to a new emphasis beyond simply point-to-point trading. It is extending to e-collaboration, the need to manage complex business processes and rich relationships between business entities. Whether discussing EAI or B2Bi, you are addressing the need for integration that begins within the enterprise but spans well beyond the enterprise walls to reach partners, suppliers, and customers. This is what is known as e-business Integration. Who Should Read This Book? This book is written to be useful to CTOs, CIOs, senior IT managers, project managers, and architects. Each constituent may get something different from the book, but my hope is that all will benefit in some way. Part of what makes e-business Integration hard to grasp in practice is not only the technology but also fundamental concepts that pave the way to implementation. I believe this book is unique because it blends the concepts together with the technology and practice of e-business Integration. In this book, you will find help in all three areas.

17 2 INTEGRATING YOUR E-BUSINESS ENTERPRISE How This Book Is Organized How you plan to use this book may depend on your role and what you are trying to accomplish. This book is written to be read cover to cover, and you can certainly choose to do that. You may also find some chapters more useful than others depending on your situation. Chapters 1 to 3 serve as a broad introduction to e-business purpose and concepts. Senior executives (CEOs, CIOs, CTOs, and vice presidents) will find these chapters particularly useful as Chapter 1 covers the basic premise of e-business Integration. Chapters 2 and 3 delve into fundamental technical integration concepts such as the introduction of e-business Integration architecture (Chapter 2), followed by a discussion of integration patterns (Chapter 3). Chapters 4 to 9 cover general integration technology elements. This section is critical reading for any IT architect involved in an e-business Integration project. Discussions of technologies such as integration brokers, application servers, and XML will lend to your integration expertise. Chapters 10 through 14 discuss the specific integration mechanisms in place to allow integration with primary package applications such as SAP, Siebel, and Peoplesoft, as well as with older technologies such as 3270 mainframe access. These chapters will provide information pertaining specifically to interfaces to these and other applications. If you don t have an understanding of these interfaces, integration is almost impossible. The heavy lifting occurs when you re navigating the application interfaces in an integration project. Finally, you have to make your project work. The last two chapters of this book address the issue of methodology and practices that will lead to real success. These chapters provide a series of tips and techniques that will help you during your integration project. Although it is not meant in any way to supplant a book on methodology, this book will cover specific tips regarding integration projects that can prove invaluable.

18 e-business Integration Concepts PART I IN THIS PART 1 Introduction to e-business Integration 5 2 e-business Concepts and Architecture 15 3 e-business Integration Patterns 29

19

20 Introduction to e-business Integration There is no reason for any individual to have a computer in his home. Kenneth H. Olson, President of DEC, Convention of the World Future Society, 1977 CHAPTER 1 IN THIS CHAPTER What Exactly Is e-business Integration? 6 e-business Integration Imperative 7 The Integration Challenge: How Did We Get Here? 8 Internet: Extending the Enterprise 11 How to Succeed with ebi 13

Scott Lowden SAP America Technical Solution Architect

Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Training Overview - SAP Exchange Infrastructure Scott Lowden SAP America Technical Solution Architect NetWeaver Components Detail Exchange Infrastructure SAP AG 2003, Title of Presentation,

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

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

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 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

Oracle Fusion Middleware 10g R2 Oracle Enterprise Messaging Service. An Oracle White Paper October 2006

Oracle Fusion Middleware 10g R2 Oracle Enterprise Messaging Service. An Oracle White Paper October 2006 Oracle Fusion Middleware 10g R2 Oracle Enterprise Messaging Service An Oracle White Paper October 2006 NOTE: The following is intended to outline our general product direction. It is intended for information

More information

IBM Sterling Gentran:Server for Windows

IBM Sterling Gentran:Server for Windows IBM Sterling Gentran:Server for Windows Handle your business transactions with a premier e-business platform Overview In this Solution Overview, you will learn: How to lower costs, improve quality of service,

More information

zapnote SEAGULL SOFTWARE LEGACY Briefing Date: October 2001 Analyst: Ronald Schmelzer

zapnote SEAGULL SOFTWARE LEGACY Briefing Date: October 2001 Analyst: Ronald Schmelzer zapthink zapnote ZAPTHINK ZAPNOTE Doc. ID: ZTZN-0160-1D Released: Jan 7, 2002 SEAGULL SOFTWARE S CONNECTING AND INTEGRATING LEGACY APPLICATIONS WITH XML XML Briefing Date: October 2001 Analyst: Ronald

More information

Innovative and Comprehensive E-Business Solutions to Problems

Innovative and Comprehensive E-Business Solutions to Problems Business Process Assessment Picture by Susie Eustis SOARING THROUGH UNCERTAINTY Innovative and Comprehensive E-Business Solutions to Problems WinterGreen Research, Inc. Lexington, Massachusetts www.wintergreenresearch.com

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Oracle B2B This FAQ addresses frequently asked questions relating to availability, certification, and key messages of Oracle B2B Bundling Core Functionality Typical Configuration

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

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

Transformation. Ease of use. Number of built-in functions. XML support

Transformation. Ease of use. Number of built-in functions. XML support Decision Framework, J. Thompson Research Note 18 September 2002 Integration Broker Selection: Technical Criteria Selecting an integration broker is a costly, time-consuming activity; you must consider

More information

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

Financial Fusion. Feature Guide. Consumer e-finance Suite. version 4.6 Financial Fusion Consumer e-finance Suite version 4.6 Feature Guide Financial Fusion, e-finance, and Financial Fusion Server are trademarks of Financial Fusion, Inc. Sybase is a registered trademark of

More information

Business Constant: Change

Business Constant: Change 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

More information

COM J. Holincheck, J. Comport

COM J. Holincheck, J. Comport J. Holincheck, J. Comport Research Note 7 October 2003 Commentary PeopleSoft Merger Presents a Process Fusion Opportunity PeopleSoft supplies most of the infrastructure required to support business process

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

About Oracle Primavera P6 Enterprise Project Portfolio Management

About Oracle Primavera P6 Enterprise Project Portfolio Management P6 EPPM System Architecture Data Sheet Release 15.1 March 2015 Contents About Oracle Primavera P6 Enterprise Project Portfolio Management... 5 Working with the Oracle Primavera P6 EPPM Suite... 6 For

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

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

Enterprise Portal Solutions

Enterprise Portal Solutions Enterprise Portal Solutions based on SAP Portals Enterprise Portal Microsoft Sharepoint Portal Server Rolf Schumann SAP Deutschland AG & CO.KG Agenda Overview Comparison of SAP EP and MS SPS Positioning

More information

INFORMATION CONSOLIDATED

INFORMATION CONSOLIDATED INFORMATION CONSOLIDATED Oracle FLEXCUBE Messaging Hub Comprehensive SWIFTNet Offerings from Oracle FLEXCUBE Comprehensive SWIFTNet Offerings from Oracle FLEXCUBE Consolidate SWIFTNet messaging, improve

More information

CORE APPLICATIONS ANALYSIS OF BUSINESS-CRITICAL ADABAS & NATURAL

CORE APPLICATIONS ANALYSIS OF BUSINESS-CRITICAL ADABAS & NATURAL ADABAS & NATURAL ANALYSIS OF BUSINESS-CRITICAL CORE APPLICATIONS CONTENTS 2 Core applications in a changing IT landscape 3 The need for comprehensive analysis 4 The complexity of core applications 5 An

More information

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

An Introduction to Oracle Identity Management. An Oracle White Paper June 2008 An Introduction to Oracle Identity Management An Oracle White Paper June 2008 An Introduction to Oracle Identity Management INTRODUCTION Oracle Identity Management's best-in-class suite of identity management

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

Oracle Enterprise Content Management

Oracle Enterprise Content Management Oracle Enterprise Content Management Licensing Information 10g Release 3 (10.1.3.3.0) E10302-01 May 2007 Oracle Enterprise Content Management Licensing Information, 10g Release 3 (10.1.3.3.0) E10302-01

More information

Introduction to the new features in Oracle BPEL Process Manager

Introduction to the new features in Oracle BPEL Process Manager Introduction to the new features in Oracle BPEL Process Manager 10.1.2 Bhagat Nainani Senior Development Manager Server Technologies Oracle Corporation Introduction to new features in BPEL Process Manager

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

Get Started on SOA. Process Entry Point Business Process Management (BPM) Business Problem

Get Started on SOA. Process Entry Point Business Process Management (BPM) Business Problem Get Started on SOA Process Entry Point Business Process Management (BPM) Business Problem Our car loan business has grown. Now we need to make our loan processing more effective. can help you solve this

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

MEETS MOBILE MAINFRAME. Access information anytime, anywhere

MEETS MOBILE MAINFRAME. Access information anytime, anywhere MAINFRAME MEETS MOBILE Access your Adabas & Natural and mainframe applications from anywhere TABLE OF CONTENTS 1 Introduction 1 Access information anytime, anywhere 2 Secure integration with mainframe

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

More time for people!

More time for people! More time for people! Middleware Technologies and Trends Pekka Puhakka ICOPER Meeting 27.09.2000, Brussels Agenda Brief Introduction to Middleware and EAI The Possibilities and the Problems Middleware

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

Possibilities for Modeling and Integration of Business Processes*

Possibilities for Modeling and Integration of Business Processes* BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 1 Sofia. 2005 Possibilities for Modeling and Integration of Business Processes* Hristina Daskalova, Vladislava Grigorova,

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

SAP and SharePoint Coexistence:

SAP and SharePoint Coexistence: SAP and SharePoint Coexistence: Information Crisis or Business Solution? August 2010 Magic Software is a trademark of Magic Software Enterprises Ltd. All other product and company names mentioned herein

More information

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW D A T A S H E E T PROGRESS BPM SERVER PROGRESS BPM SERVER OVERVIEW The process execution and integration capabilities of Progress Savvion BusinessManager Platform are provided by the Progress Savvion BPM

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

Integrating SAP and Microsoft Dynamics AX Using Two-Tier Enterprise Resource Planning

Integrating SAP and Microsoft Dynamics AX Using Two-Tier Enterprise Resource Planning Situation Employees at Microsoft offices around the world used a spreadsheet-based system to record and enter expense report data into SAP. Human error, costly template maintenance, and system downtime

More information

About Oracle Primavera P6 Enterprise Project Portfolio Management

About Oracle Primavera P6 Enterprise Project Portfolio Management P6 EPPM System Architecture Data Sheet for On-Premises Version 17 July 2017 Contents About Oracle Primavera P6 Enterprise Project Portfolio Management... 5 Working with the Oracle Primavera P6 EPPM Suite...

More information

BC420 Data Migration. Course Outline. SAP NetWeaver. Course Version: 93 Course Duration: 5 Day(s) Publication Date: Publication Time: 1550

BC420 Data Migration. Course Outline. SAP NetWeaver. Course Version: 93 Course Duration: 5 Day(s) Publication Date: Publication Time: 1550 Data Migration SAP NetWeaver Course Version: 93 Course Duration: 5 Day(s) Publication Date: 14-08-2014 Publication Time: 1550 Copyright Copyright SAP AG. All rights reserved. No part of this publication

More information

CHAPTER 9 Electronic Commerce Software

CHAPTER 9 Electronic Commerce Software CHAPTER 9 Electronic Commerce Software 2017 Cengage Learning. May not be scanned, copied or duplicated, or posted to a. publicly accessible website, in whole or in part, except for use as permitted in

More information

Avaya Interaction Center

Avaya Interaction Center Avaya Interaction Center Overview Exceeding customer expectations for personalized service across all channels phone, video, email, web, SMS, and social media is no longer an afterthought. For many companies

More information

Management Update: Gartner's 2003 Customer Service and Support Suite Magic Quadrant

Management Update: Gartner's 2003 Customer Service and Support Suite Magic Quadrant IGG-03052003-03 M. Maoz Article 5 March 2003 Management Update: Gartner's 2003 Customer Service and Support Suite Magic Quadrant Enterprises will be frustrated by the lack of competition in the customer

More information

An Introduction to Integration. tion and Interoperability

An Introduction to Integration. tion and Interoperability S 4 Country View Road Malvern, PA 19355 800.223.7036 610.647.5930 www.sct.com An Introduction to Integration tion and Interoperability An SCT Position Paper EPP-003 (02/03) An Introduction to Integration

More information

CA Plex r6.1. Benefits. Overview. The CA Advantage

CA Plex r6.1. Benefits. Overview. The CA Advantage PRODUCT BRIEF: CA PLEX CA Plex r6.1 CA PLEX IS A MULTIPLATFORM, MODEL-BASED, ARCHITECTED RAPID APPLICATION DEVELOPMENT (ARAD) TOOL THAT HELPS YOUR IT ORGANIZATION DESIGN, DEVELOP, DEPLOY AND MAINTAIN BUSINESS

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

in SAP NetWeaver /SAP Application Environments NetWeaver RIG Expert Call 16 December 2004 Hartmut K. Goetze, SAP

in SAP NetWeaver /SAP Application Environments NetWeaver RIG Expert Call 16 December 2004 Hartmut K. Goetze, SAP Role & User Repositories in SAP NetWeaver /SAP Application Environments NetWeaver RIG Expert Call 16 December 2004 Hartmut K. Goetze, SAP Speaker Hartmut Karl Goetze Senior RIG Consultant, SAP NetWeaver

More information

IBM Tivoli OMEGAMON XE for. WebSphere Business Integration. Optimize management of your messaging infrastructure. Highlights

IBM Tivoli OMEGAMON XE for. WebSphere Business Integration. Optimize management of your messaging infrastructure. Highlights Optimize management of your messaging infrastructure IBM Tivoli OMEGAMON XE for Highlights Simplify management with a single tool for monitoring IBM WebSphere MQ, IBM WebSphere Business Integration Message

More information

Management Update: Gartner's Smart Enterprise Suite Magic Quadrant for 2003

Management Update: Gartner's Smart Enterprise Suite Magic Quadrant for 2003 IGG-03192003-01 S. Hayward, M. Gilbert, G. Phifer, F. Caldwell Article 19 March 2003 Management Update: Gartner's Smart Enterprise Suite Magic Quadrant for 2003 Gartner has developed its first Smart Enterprise

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

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

Adaptive work environments

Adaptive work environments Adaptive work environments Helping business achieve operational efficiency through people and SOA. Flexibility that enables people to rapidly access and interact with targeted business processes Business

More information

Executive Views on Interoperability. Commercial View

Executive Views on Interoperability. Commercial View Executive Views on Interoperability Commercial View Panel Discussion Look at interoperability as a business problem. The panel will focus on current Fortune 500 understanding and its implications. The

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

White Paper. Architecting Web Services. By Mike Rosen, Chief Enterprise Architect, IONA Technologies,

White Paper. Architecting Web Services. By Mike Rosen, Chief Enterprise Architect, IONA Technologies, White Paper Architecting Web Services By Mike Rosen, Chief Enterprise Architect, IONA Technologies, and John Parodi, Principal Writer, IONA Technologies IONA Technologies PLC December 2001 iportal Application

More information

Oracle Application Integration Architecture

Oracle Application Integration Architecture Oracle Application Integration Architecture Oracle Product Master Data Management Integration Release Notes Release 11.1 E25738-03 January 2012 Oracle Application Integration Architecture Oracle Product

More information

Oracle Application Integration Architecture

Oracle Application Integration Architecture Oracle Application Integration Architecture Oracle Product Master Data Management Integration Release Notes Release 11.1 E25738-04 September 2012 Oracle Application Integration Architecture Oracle Product

More information

Corporate Overview USA Operations

Corporate Overview USA Operations Corporate Overview USA Operations Established in 1996 Headquartered near Research Triangle Park, NC SBA Certified US Minority-Owned Small Business Growing at >40% / Year Customers Primarily Multi-National/

More information

Contents Working with Oracle Primavera Analytics... 5 Legal Notices... 10

Contents Working with Oracle Primavera Analytics... 5 Legal Notices... 10 Analytics System Architecture Data Sheet for On-Premises Version 17 July 2017 Contents Working with Oracle Primavera Analytics... 5 About Oracle Primavera Analytics... 6 About Oracle Primavera Data Warehouse...

More information

XML Gateway with BPEL - B2B and A2A integrations are now simpler and faster than ever

XML Gateway with BPEL - B2B and A2A integrations are now simpler and faster than ever XML Gateway with BPEL - B2B and A2A integrations are now simpler and faster than ever Kalyan Sura ksura@hcl.in HCL America Introduction With so much emphasis being made on utilizing Service Oriented Architecture

More information

SAP NetWeaver Product Management SAP AG

SAP NetWeaver Product Management SAP AG Scaling High- Volume Messages with SAP XI SAP NetWeaver Product Management SAP AG Agenda Introduction Architecture Overview & Key Capabilities High-Volume Customers Case Studies Performance Benchmarks

More information

Building an SOA Solution Building a typical SOA application involves the following activities:

Building an SOA Solution Building a typical SOA application involves the following activities: Product Reviews Oracle SOA Suite By Feroze Mohammed; Lawrence Pravin May. 5, 2006 04:30 PM Service-oriented architecture is an architectural approach to building software applications as a collection of

More information

Enhancing. PeopleSoft Applications With Oracle Fusion Middleware

Enhancing. PeopleSoft Applications With Oracle Fusion Middleware Enhancing PeopleSoft Applications With Oracle Fusion Middleware Page 1 of 6 Introduction Changing markets, increasing competitive pressures, and evolving customer needs are placing greater pressure on

More information

Informatica Cloud Application Integration

Informatica Cloud Application Integration Data Sheet Informatica Cloud Application Integration Key Benefits Implement processes and APIs with zero code Build APIs with sophisticated data integration capabilities Leverage out-of-the-box connectivity

More information

Efficiently Develop Powerful Apps for An Intelligent Enterprise

Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief SAP Technology SAP Web IDE Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief Agility to build and extend applications SAP Web IDE puts the power of agile in your hands.

More information

Session ID: AGS101 User Management and Authorizations Overview

Session ID: AGS101 User Management and Authorizations Overview Session ID: AGS101 User Management and Authorizations Overview Contributing Speakers TechEd Vienna Frank Buchholz Security Product Manager, SAP AG Jens Koster Security Product Manager, SAP AG TechEd Boston

More information

How to Integrate SAP BusinessObjects Dashboards (Xcelsius) Into Business Context Viewer (BCV)

How to Integrate SAP BusinessObjects Dashboards (Xcelsius) Into Business Context Viewer (BCV) SAP Business Suite How-To Guide How to Integrate SAP BusinessObjects Dashboards (Xcelsius) Into Business Context Viewer (BCV) Applicable Releases: Enhancement Package 5 for SAP ERP 6.0 or higher IT Capability:

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

PeopleSoft Enterprise and Oracle Fusion Middleware (FMW)

PeopleSoft Enterprise and Oracle Fusion Middleware (FMW) PeopleSoft Enterprise and Oracle Fusion Middleware (FMW) Adam J. Laine Innowave Technology Why switch to the SOA paradigm? Why replace your current legacy integrations with BPEL PM Orchestrations? It s

More information

See What's Coming in Oracle Service Cloud. Release Content Document

See What's Coming in Oracle Service Cloud. Release Content Document See What's Coming in Oracle Service Cloud Release Content Document November 2015 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE SERVICE CLOUD NOVEMBER RELEASE OVERVIEW... 4 WEB CUSTOMER SERVICE... 5 Oracle

More information

IBM Global Technology Services. Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai

IBM Global Technology Services. Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai IBM Global Technology Services Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai agenda 1 Driving innovation and growth Designing and implementing service-oriented 2 architectures 3 Connectivity

More information

Commentary. SAP Products' Impact on Enterprise Architecture

Commentary. SAP Products' Impact on Enterprise Architecture D. Prior Research Note 14 February 2003 Commentary SAP Products' Impact on Enterprise Architecture Gartner's enterprise architecture framework is a powerful planning tool. But customers deploying SAP business

More information

Hot Vendors TM in Workflow and Content Automation, 2018

Hot Vendors TM in Workflow and Content Automation, 2018 Hot Vendors TM in Workflow and Content Automation, 2018 19 October 2018 Research Note 2018-45 Author: Jim Lundy Topic: Workflow and Content Automation Summary Issue: Who are the workflow and content automation

More information

CIO Update: The Microsoft Application Platform and J2EE

CIO Update: The Microsoft Application Platform and J2EE IGG-01072004-01 Y. Natis Article 7 January 2004 CIO Update: The Microsoft Application Platform and J2EE Although the Java 2 Enterprise Edition (J2EE) application server market is mature and the Microsoft

More information

Getting Started with UNIFI (ISO 20022)

Getting Started with UNIFI (ISO 20022) SDN Contribution Getting Started with UNIFI (ISO 20022) Summary This article provides an explanation of the ISO 20022 UNIversal Financial Industry message scheme (UNIFI). Created on: 24 May 2006 Author

More information

Data Integration for the Real-Time Enterprise

Data Integration for the Real-Time Enterprise Solutions Brief Data Integration for the Real-Time Enterprise Business Agility in a Constantly Changing World Executive Summary For companies to navigate turbulent business conditions and add value to

More information

Make smart business decisions when they matter most September IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise

Make smart business decisions when they matter most September IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise September 2007 IBM Active Content: Linking ECM and BPM to enable the adaptive enterprise 2 Contents 2 Introduction 3 Linking information and events: Creating Active Content 4 Actively delivering enterprise

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

Predicts 2004: MDSFs Offset J2EE Complexity

Predicts 2004: MDSFs Offset J2EE Complexity Strategic Planning, M. Blechar, M. Driver Research Note 22 December 2003 Predicts 2004: MDSFs Offset J2EE Complexity Model-driven service frameworks with architecture-based code generators will become

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

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules POLOPOLY V9 TECHNICAL OVERVIEW System Architecture Templates and Presentation Modules 2008 Atex Group Ltd Polopoly, Polopoly Content Manager, Polopoly Relationship Manager, Polopoly User Module, Polopoly

More information

Contents Working with Oracle Primavera P6 EPPM, P6 Analytics, and P6 Reporting Database... 5 For More Information Legal Notices...

Contents Working with Oracle Primavera P6 EPPM, P6 Analytics, and P6 Reporting Database... 5 For More Information Legal Notices... P6 EPPM and P6 Analytics System Architecture Data Sheet R3.4 September 2014 Contents Working with Oracle Primavera P6 EPPM, P6 Analytics, and P6 Reporting Database... 5 About P6 Analytics... 6 About Oracle

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

FUJITSU Application Modernization. Robotic Process Automation

FUJITSU Application Modernization. Robotic Process Automation FUJITSU Application Modernization Robotic Process Automation AMD Database AMA Analytics AMC Cloud Application Modernization Mainframe AMM Interface AMI AMOS Open System AMI - Interface: A service to enable

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

Integration and infrastructure software Executive brief May The business value of deploying WebSphere Portal software in an SOA environment.

Integration and infrastructure software Executive brief May The business value of deploying WebSphere Portal software in an SOA environment. Integration and infrastructure software Executive brief May 2006 The business value of deploying WebSphere Portal software in an SOA environment. Page 2 Contents 2 Executive overview 3 Why SOA? 5 The evolution

More information

Adobe Experience Manager Forms

Adobe Experience Manager Forms Adobe Experience Manager Forms Capability Spotlight Adobe Experience Manager Forms Transform complex form and document transactions into simple, engaging digital experiences anytime, anywhere, on any device.

More information

SAP NetWeaver Demo Model: Java Demo Enterprise Services (SAP NetWeaver Composition Environment 7.1)

SAP NetWeaver Demo Model: Java Demo Enterprise Services (SAP NetWeaver Composition Environment 7.1) SAP NetWeaver Demo Model: Java Demo Enterprise Services (SAP NetWeaver Composition Environment 7.1) Applies to: SAP NetWeaver Composition Environment 7.1, Enterprise Services Repository (ESR) for SAP NetWeaver

More information

COM J. Thompson, B. Lheureux

COM J. Thompson, B. Lheureux J. Thompson, B. Lheureux Research Note 27 September 2002 Commentary Use ZLE and STP Strategies to Build a Real-Time Enterprise The zero-latency enterprise and straight-through processing and the related

More information

EngageOne INTERACTIVE COMMUNICATIONS. An Advanced Interactive Technology Solution for a New Era of Enterprise Communications

EngageOne INTERACTIVE COMMUNICATIONS. An Advanced Interactive Technology Solution for a New Era of Enterprise Communications EngageOne INTERACTIVE COMMUNICATIONS An Advanced Interactive Technology Solution for a New Era of Enterprise Communications ENTERPRISE CUSTOMER COMMUNICATION MANAGEMENT Companies send many types of document

More information

IBM WebSphere Business Integration for Retail Distribution Portfolio Streamlines Product Information Management Processes for Retail

IBM WebSphere Business Integration for Retail Distribution Portfolio Streamlines Product Information Management Processes for Retail Software Announcement September 24, 2002 IBM WebSphere Business Integration for Retail Distribution Portfolio Streamlines Product Information Management Processes for Retail Overview The retail industry

More information

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

Paul Lipton. Abstract. Speaker. SOA is Naturally Diverse. The New SOA Synergy: How Runtime Governance, Triage, and Security Must Work Together Abstract The New SOA Synergy: How Runtime Gnance, Triage, and Must Work Together Sr. Architect, Office of the CTO, CA Inc. paul.lipton@ca.com We will consider how the unique architectural characteristics

More information

PRIMAVERA WEB SERVICES

PRIMAVERA WEB SERVICES PRIMAVERA WEB SERVICES Oracle s Primavera Web Services provides enterprise-level integration capabilities to connect Primavera solutions to existing DISCOVER UNLIMITED POSSIBILITIES BY INTEGRATING WITH

More information

Cisco Enterprise Mobility Services Platform (EMSP)

Cisco Enterprise Mobility Services Platform (EMSP) Data Sheet Cisco Enterprise Mobility Services Platform (EMSP) Product Overview The Cisco Enterprise Mobility Services Platform (EMSP) is a holistic mobile software platform. It unifies the development,

More information

INTEGRATE. Multi-Site and International Organizations: Integration of SAP and Microsoft Dynamics NAV with SAP NetWeaver. Microsoft Dynamics TM NAV

INTEGRATE. Multi-Site and International Organizations: Integration of SAP and Microsoft Dynamics NAV with SAP NetWeaver. Microsoft Dynamics TM NAV INTEGRATE Microsoft Dynamics TM NAV Multi-Site and International Organizations: Integration of SAP and Microsoft Dynamics NAV with SAP NetWeaver Technical White Paper This document is based on the integration

More information

IBM Sterling B2B Integrator

IBM Sterling B2B Integrator IBM Sterling B2B Integrator B2B integration software to help synchronize your extended business partner communities Highlights Enables connections to practically all of your business partners, regardless

More information

IBM Tivoli Workload Scheduler

IBM Tivoli Workload Scheduler Manage mission-critical enterprise applications with efficiency IBM Tivoli Workload Scheduler Highlights Drive workload performance according to your business objectives Help optimize productivity by automating

More information

Chapter 3. The Integration as a Service Paradigm

Chapter 3. The Integration as a Service Paradigm (a) Introduction Chapter 3. The Integration as a Service Paradigm - Computing eras * Mainframe: one centralized large system provided services to thousands of users one-tomany * Personal computer (PC):

More information