How To Understand A Services-Oriented Architecture



Similar documents
Lesson 18 Web Services and. Service Oriented Architectures

Service Oriented Architecture

SOA Myth or Reality??

Service-Oriented Architecture and Software Engineering

Service-Oriented Architecture and its Implications for Software Life Cycle Activities

SOA Planning Guide The Value Enablement Group, LLC. All rights reserved.

A Quick Introduction to SOA

Introduction to Service-Oriented Architecture for Business Analysts

Service-Oriented Architecture: Analysis, the Keys to Success!

Motivation Definitions EAI Architectures Elements Integration Technologies. Part I. EAI: Foundations, Concepts, and Architectures

Myths About Service-Oriented Architecture Demystifying SOA. producers can coexist, and still have no dependence on each other.

Government's Adoption of SOA and SOA Examples

Oracle SOA Reference Architecture

CSCI 5828 Spring 2010 Foundations of Software Engineering. - Arpit Sud

Enterprise Application Integration based on Service Oriented Architecture

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Service-Oriented Architectures

David Pilling Director of Applications and Development

Service-oriented architecture in e-commerce applications

What You Need to Know About Transitioning to SOA

Introduction to Service Oriented Architectures (SOA)

SOACertifiedProfessional.Braindumps.S90-03A.v by.JANET.100q. Exam Code: S90-03A. Exam Name: SOA Design & Architecture

A standards-based approach to application integration

2 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering.

Service Oriented Architectures

Research on the Model of Enterprise Application Integration with Web Services

Service Virtualization: Managing Change in a Service-Oriented Architecture

Simplifying Processes Interoperability with a Service Oriented Architecture

SOA REFERENCE ARCHITECTURE

An introduction to SOA and the HP NonStop server environment

Getting Started with Service- Oriented Architecture (SOA) Terminology

A Service Oriented Security Reference Architecture

Presentation Outline. Key Business Imperatives Service Oriented Architecture Defined Oracle SOA Platform SOA Maturity/Adoption Model Demo Q&A

Prerequisites for Successful SOA Adoption

Enterprise Application Designs In Relation to ERP and SOA

Enterprise Application Integration (EAI) Architectures, Technologies, and Best Practices

Leveraging Service Oriented Architecture (SOA) to integrate Oracle Applications with SalesForce.com

A Unified Messaging-Based Architectural Pattern for Building Scalable Enterprise Service Bus

Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies

The Use of Service Oriented Architecture In Tax and Revenue

VALLIAMMAI ENGINEERING COLLEGE SRM NAGAR, KATTANKULATHUR DEPARTMENT OF COMPUTER APPLICATIONS SUBJECT : MC7502 SERVICE ORIENTED ARCHITECTURE

SOA and Cloud in practice - An Example Case Study

Cloud Computing & Service Oriented Architecture An Overview

Improving Agility at PHMSA through Service-Oriented Architecture (SOA)

Service Oriented Architecture (SOA) An Introduction

Service Oriented Architecture

Combining Service-Oriented Architecture and Event-Driven Architecture using an Enterprise Service Bus

Air Force SOA Enterprise Service Bus Study Using Business Process Management Workflow Orchestration for C4I Systems Integration

Service Oriented Architecture (SOA) Architecture, Governance, Standards and Technologies

SOA Best Practices (from monolithic to service-oriented)

Service Oriented Architecture 1 COMPILED BY BJ

Introduction to UDDI: Important Features and Functional Concepts

Table of Contents. 1 Executive Summary SOA Overview Technology Processes and Governance... 8

Service-Oriented Architecture (SOA) vs. Component Based Architecture. Helmut Petritsch

AquaLogic Service Bus

CLOUD COMPUTING AND PUBLIC SAFETY SERVICES

Web Services and Service Oriented Architectures. Thomas Soddemann, RZG

Service Mediation. The Role of an Enterprise Service Bus in an SOA

Distributed systems. Distributed Systems Architectures

Federated Service Oriented Architecture for Effects-Based Operations

So You Want an SOA: Best Practices for Migrating to SOA in the Enterprise. Eric Newcomer, CTO

SOA CERTIFIED CONSULTANT

White Paper Delivering Web Services Security: The Entrust Secure Transaction Platform

Service-Oriented Computing and Service-Oriented Architecture

SOA GOVERNANCE MODEL

Service Computing: Basics Monica Scannapieco

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Enterprise SOA Strategy, Planning and Operations with Agile Techniques, Virtualization and Cloud Computing

SOA CERTIFIED JAVA DEVELOPER (7 Days)

E-Business Suite Oracle SOA Suite Integration Options

SOA : To Do or Not to Do

Methods and tools for data and software integration Enterprise Service Bus

Guiding Principles for Technical Architecture

A SOA Based Framework for the Palestinian e-government Integrated Central Database

Asset Management and EBU

SOA for Healthcare: Promises and Pitfalls

JOURNAL OF OBJECT TECHNOLOGY

Common Lisp for Service Oriented Architecture Programs th Street, Suite 1450 Oakland, CA Phone:

The Promise and Limitations of Service Oriented Architecture

SOA Fundamentals For Java Developers. Alexander Ulanov, System Architect Odessa, 30 September 2008

Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards)

BEA BPM an integrated solution for business processes modelling. Frederik Frederiksen Principal PreSales Consultant BEA Systems

<Insert Picture Here> Integrating Oracle Forms and a Service Oriented Architecture

Sadržaj seminara: SOA Architecture. - SOA Business Challenges s: Billion Dollar Lock-In. - Integration Tools. - Point-to-Point Approach

Web Service Implementation Methodology

Web Services - Consultant s View. From IT Stategy to IT Architecture. Agenda. Introduction

How service-oriented architecture (SOA) impacts your IT infrastructure

Federal Enterprise Architecture and Service-Oriented Architecture

Unlocking the Power of SOA with Business Process Modeling

T Network Application Frameworks and XML Web Services and WSDL Tancred Lindholm

Toward Next Generation Distributed Business Information Systems: Five Inherent Capabilities of Service-Oriented Computing

Web Services Basics. What Is a Web Service? There s no one official definition of Web services

Model Driven and Service Oriented Enterprise Integration---The Method, Framework and Platform

Transcription:

Introduction to Service Oriented Architecture CSCI-5828 Foundations of Software Engineering Ming Lian March 2012

Executive Summary This Executive Summary gives the straight word to the fresh that have interests in Service Oriented Architecture. It is going to give you the basic knowledge and principles of SOA, why to choose it, how it works and what the differences and benefits it can bring to us. The SOA Executive Summary specifically for students and developers who want to have some basic "SOA Literacy". The slides will cover SOA concepts, Service concepts, benefits of SOA, architecture comparison, terminology as well as standards of SOA. What is a Services-Oriented Architecture (SOA)? When and why do we need a SOA? How does a SOA work? What makes a SOA different? When and why would you use SOA? How does SOA support business application flexibility, agility, scalability and quality? Who should adopt SOA? What kind of business and people would take advantages of SOA? 2

Goals Present an introduction to the topic of Service Oriented Architecture What is Service? What is SOA? Why SOA? SOA Architecture Traditional Architecture VS SOA Architecture Key standards and technology of SOA Challenges Who adopted SOA? 3

What is Services? Service is component of distinctive functional meaning that typically encapsulate a high-level business concept Lego block Service contains Contract message type def, constraint, description (comment) Interface set of operations Implementation Logic and data 4

Type of Services 5

Examples of a Service Creating a Purchase Order inside a mainframe application Requesting and reserving a room in a hotel Applying for a loan by filling out a loan request form Search books/music based on keywords 6

What is SOA? A set of components which can be invoked, and whose interface description can be published and discovered (W3C). Service-oriented architecture is a client/server design approach in which an application consists of software services and software service consumers (also known as clients or service requesters). SOA differs from the more general client/server model in its definitive emphasis on loose coupling between software components, and in its use of separately standing interfaces (Gartner). 7

What is SOA? Service-Oriented Architecture is a business-driven IT architecture approach that supports integrating your business as linked, repeatable business tasks, or services. SOA helps today s business innovate by ensuring that IT systems can adapt quickly, easily and economically to support rapidly changing business needs. SOA helps customers increase the flexibility of their business processes, strengthen their underlying IT infrastructure and reuse their existing IT investments by creating connections among disparate applications and information sources. (IBM) 8

What is SOA? 9

SOA Characteristics Based on open standards Foster inherent reusability Foster intrinsic interoperability Emphasizes extensibility Fundamentally autonomous Promotes dynamic discovery Promotes architectural composability Promotes loose coupling throughout the enterprise Supports incremental implementation 10

SOA Characteristics Services are platform independent, self describing interfaces (XML) Messages are formally defined Services can be discovered Services have quality of service characteristics defined in policies Services can be provided on any platform Can be governed Interoperable Loosely Coupled Composable Reusable Scalable 11

Potential Benefits of SOA Efficient and effective usage of Business Services Improved Integration, intrinsic interoperability Organizational agility Loosely-coupled with reusable assets and services Drives business processes closer to end users Leverage and integrate existing applications Provide standard connections between systems Abstract complexity for developers 12

Potential Benefits of SOA Feedback at different levels Reuse More efficient development process Agility Independence from technology Adequate business infrastructure Evolutionary approach Cost savings Risk mitigation 13

Shift to SOA Accidental Rigid Silo-Oriented Layered Extensible Service-Oriented 14

Why SOA? Research & Development Marketing Distributed Data Distributed Computation Distributed users.. Accounting Customer Service Manufacturing Sales 15

Why SOA? Interoperation issues Heterogeneous network protocols Heterogeneous hardware platforms Heterogeneous operating systems Heterogeneous application formats Increased Competitions Enhancement of Business Capabilities There must be consensus On Interoperability 16

SOA architecture Service Directory Finds and Retrieves Registers Service Consumer Invokes Service Provider 17

Traditional Architecture Vs Service Oriented Architecture Traditional Architecture Service Oriented Architecture ARCHITECTURE Components are tightly coupled Interface between subsystems is explicitly defined in terms a stack of protocols Known implementation Components are not independent of implementation attributes Tends to be closed architecture Difficult to replace, or reuse components from one system to another Commonly, functions are accessible with the help of point-point connections over the network Tends to be confined to a single organization Based on standard set of layer presentation, business, data access, Database ARCHITECTURE Loose coupling by means of services with standardized interfaces Application components communicate only through services and can be plugged in to any infrastructure that implements the standardized service Uses abstraction and is based on XML over SOAP Largely independent of implementation attributes Loosely coupling between interaction software components leads to re-use of software components Designed to follow publically accessible models for consumption Meant for enabling participation of multiple organizations Requires additional layers Business layer => Service and business model / components Service Bus / Service Facade BPM 18

Traditional Architecture Vs Service Oriented Architecture Traditional Architecture STANDARDS Involves only traditional J2EE and Web related standards Uses only HTTP Uses HTTPS for security More or less stable set of standards STANDARDS Service Oriented Architecture Includes standards related to Web Service Builds a messaging layer above HTTP using SOAP Prefer WS-Security for end-to-end security Implementations must deal with evolving set of standards USAGE Process centric Known context of usage USAGE Workflow centric To a large extent, future context of usage unknown at the time of design i.e unknown users and usage platforms 19

Key components of SOA SOA Business Services Service Repository Enterprise Service Bus Governance Front-End Contract Implementation Interface Data Business Logic 20

Key components of SOA Services (common denominator) Service Description Advertising and Discovery Specification of associated data model Service contracts 21

Associated Terminology EAI SOA rpc ReST DISCO JBI OASIS XPath Messaging BEPL XML WS-I MoM UDDI XSD SOAP SODA XSLT SAML WSDL BEPL4WS Web Service SAX DOM Digital Signature XSLT DTD BPM DIME Schema 22

Associated Terminology BPO BPM ESP GDM SOA SODA SOBA SOE WS Business Process Outsourcing Business Process Management Enterprise Service Provider Global Delivery Model Service Oriented Architecture Service Oriented Development of Applications Service Oriented Business Applications Service Oriented Enterprise Web Services 23

Key Standards of and Technology of SOA 24

SOA Platform 25

How Does SOA Work? Service Repository Searches in Creates Contains Developer Service Contract Describes Fulfills Service Invokes Client ( Application front-end or services ) Based on Service Stub Uses 26

Challenges of SOA Technical Challenges Security challenges - loosely coupled environment Performance - XML brings robustness not speed Optimization Organizing the services registry & repository Finding the right services and right interfaces Transaction management is complex in interactions between logically separate system 27

Where SOA made a difference ebay Abstracting enterprise information Helped to mange more than 2 perabytes of data IBM 77 shareable and reusable services in production Reduced application inventories Hewlett Packard Reuse across services Cutting operational costs Amazon.com Handle 60 million customers and one million partners Handle growing Transactional load Citi Group Governace Enable separation of powers among corporate, divisions, departments DreamWorks Simplify and consolidate key business operations Use SOA to make movies a easier process Volvo Better customer service by linking all dealership in Belgium 28

Wrapping Up Adopting SOA is essential to deliver the business agility and IT flexibility promised by Web Services. SOA enables dynamic collaboration among loosely coupled, reusable software components through standard Internet protocols. SOA not only has many potential benefits to business and IT model but also holds several challenges that need to be solved in future improvement. SOA made differences to many entrepreneurs including IT, Sale, Financial and manufacture. SOA needs a bunch of standards and technologies to support that are widely deployed and acceptable 29

Resources Books: SOA : Using Java Web Services - by Mark D. Hansen Service-Oriented Architecture (Concepts, Technology and Design) - by Thomas Erl Web resources: Amazon Web service: http://en.wikipedia.org/wiki/amazon_web_services Oracle SOA http://en.wikipedia.org/wiki/oracle_soa_suite Service component architecture http://en.wikipedia.org/wiki/service_component_architecture Service-oriented analysis and design http://en.wikipedia.org/wiki/service-oriented_analysis_and_design 30

Resources Open ESB http://en.wikipedia.org/wiki/open_esb Service-Oriented modeling http://en.wikipedia.org/wiki/service-oriented_modeling http://www.tibco.com/solutions/soa/default.jsp http://www.microsoft.com/biztalk/solutions/soa/overview.mspx 31

References Douglas K. Barry, Web Services and Service-Oriented Architectures: the savvy manager s guide. Thomas Erl, Service-Oriented Architecture: concepts, technology and design. Thomas Erl, Service-Oriented Architecture: a field guide to integrating XML and web services. ObjectWeb, http://middleware.objectweb.org/ OMG, http://www.omg.org/ Doug Schmidt s CORBA page, http://www.cs.wustl.edu/~schmidt/corba.html 32

References Alan Mateus and Danilo Vieira, SOA Platform Technologies IBM SOA glossary, http://www- 306.ibm.com/software/solutions/soa/glossary/index.html http://www.slideshare.net/zubin67/soappt-3988559 http://www.slideshare.net/byungwook/soa-overview http://www.slideshare.net/datainc/introduction-to-serviceoriented-architecture 33