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



Similar documents
SOA Myth or Reality??

David Pilling Director of Applications and Development

Di 6.1a. Warum naive SOA scheitert Ein Erfahrungsbericht. Adam Bien. January 26-30, 2009, Munich, Germany ICM - International Congress Centre Munich

Service-Oriented Architectures

SOA CERTIFIED CONSULTANT

Service Oriented Architecture 1 COMPILED BY BJ

A Quick Introduction to SOA

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

Service Oriented Architecture

SOA Architect Certification Self-Study Kit Bundle

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

Introduction to Service Oriented Architectures (SOA)

SOA CERTIFIED JAVA DEVELOPER (7 Days)

Service Oriented Architecture (SOA) An Introduction

Service Computing: Basics Monica Scannapieco

Service-Oriented Computing and Service-Oriented Architecture

Component-Based and Service-Oriented Software Engineering: Key Concepts and Principles

Service-Oriented Architecture and Software Engineering

IBM Information Management

SOA and Cloud in practice - An Example Case Study

Implementation of Information Integration Platform in Chinese Tobacco Industry Enterprise Based on SOA. Hong-lv Wang, Yong Cen

Agile Modeling and Design of Service-Oriented Component Architecture

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

Service-Orientation and Next Generation SOA

Distributed systems. Distributed Systems Architectures

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

Enterprise Application Designs In Relation to ERP and SOA

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

Introduction to Service-Oriented Architecture for Business Analysts

An introduction to SOA and the HP NonStop server environment

Outline SOA. Properties of SOA. Service 2/19/2016. Definitions. Comparison of component technologies. Definitions Component technologies

{{This page is intentionally left blank}}

How To Understand A Services-Oriented Architecture

Service Oriented Architecture (SOA) Implementation Framework for Satellite Mission Control System Software Design

Enterprise Application Integration based on Service Oriented Architecture

Oracle SOA Reference Architecture

Scientific versus Business Workflows

A standards-based approach to application integration

Service Oriented Architecture Professional (SOACP)

Lesson 18 Web Services and. Service Oriented Architectures

An Oracle White Paper October Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus

The Service, The Cloud & The Method: The Connection Points

Applying SOA to OSS. for Telecommunications. IBM Software Group

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

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Definition of SOA. Capgemini University Technology Services School Capgemini - All rights reserved November 2006 SOA for Software Architects/ 2

The Use of Service Oriented Architecture In Tax and Revenue

Government's Adoption of SOA and SOA Examples

Service Oriented Architecture

SOA Principles of Service Design

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

Simplifying Processes Interoperability with a Service Oriented Architecture

Service Oriented Architecture Based Integration. Mike Rosen CTO, AZORA Technologies, Inc.

ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford

Guiding Principles for Modeling and Designing Reusable Services

Getting Started with Service- Oriented Architecture (SOA) Terminology

Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM)

Cloud Computing & Service Oriented Architecture An Overview

CHAPTER 1 INTRODUCTION

Service Oriented Architecture & Web Services

Federal Enterprise Architecture and Service-Oriented Architecture

What You Need to Know About Transitioning to SOA

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

E-Business Suite Oracle SOA Suite Integration Options

Service Oriented Architectures Using DoDAF1

Understanding Service-Orientation Part II: The Principles

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

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

Service Oriented Architecture: A driving force for paperless healthcare system

Enterprise Integration EAI vs. SOA vs. ESB

Event based Enterprise Service Bus (ESB)

The case for service oriented architecture in realising trusted, interoperable, pan-european egovernment services.

The Promise and Limitations of Service Oriented Architecture

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

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

A Survey on Service Oriented Architecture and Metrics to Measure Coupling

Patterns for Business Object Model Integration in Process-Driven and Service-Oriented Architectures

California Enterprise Architecture Framework. Service-Oriented Architecture (SOA) Reference Architecture (RA)

SOA + BPM = Agile Integrated Tax Systems. Hemant Sharma CTO, State and Local Government

Service-oriented architecture in e-commerce applications

Service Oriented Architecture and the DBA Kathy Komer Aetna Inc. New England DB2 Users Group. Tuesday June 12 1:00-2:15

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

Research on the Model of Enterprise Application Integration with Web Services

Business Integration Architecture for Next generation OSS (NGOSS)

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

Service Component Architecture for Building Cloud Services

SOA and BPO SOA orchestration with flow. Jason Huggins Subject Matter Expert - Uniface

A Service Oriented Security Reference Architecture

IMPLEMENTATION OF SERVICE ORIENTED ARCHITECTURE USING ITIL BEST PRACTICES

SOA, case Google. Faculty of technology management Information Technology Service Oriented Communications CT30A8901.

Increasing IT flexibility with IBM WebSphere ESB software.

Accelerate your SOA Projects through Service Simulation

10 Years of Hype Cycles - Do We Forget Knowledge?

3GPP TR V9.0.0 ( )

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

Enterprise Service Bus 101

Technical Track Session Service-Oriented Architecture

Transcription:

Service Oriented Architecture Definition (1) Definitions Services Organizational Impact SOA principles Web services A service-oriented architecture is essentially a collection of services. These services communicate with each other. The communication can involve either simple data passing or it could involve two or more services coordinating some activity. Some means of connecting services to each other is needed 1 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 2 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering Definition (2) Definition (3) Unifies business processes by structuring large applications as an ad hoc collection of smaller modules called services. Integration of company s information systems. All systems share the same information, e.g. customer personal data. Service Oriented Architecture (SOA) provides a design framework with a view to realizing rapid and lowcost system development and to improving total system-quality. SOA may use web services standards and web technologies and is rapidly becoming a standard approach for enterprise information systems. The first service-oriented architecture for many people in the past was with the use DCOM or Object Request Brokers (ORBs) based on the CORBA specification. Service-oriented architecture (SOA) provides methods for systems development and integration where systems group functionality around business processes and package these as interoperable services. A SOA infrastructure allows different applications to exchange data with one another as they participate in business processes. Service-orientation aims at a loose coupling of services with operating systems, programming languages and other technologies that underlie applications. SOA separates functions into distinct units, or services, which developers make accessible over a network in order that users can combine and reuse them in the production of business applications. These services communicate with each other by passing data from one service to another, or by coordinating an activity between two or more services. (from Wikipedia) 3 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 4 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering

Services A service is a function that is well-defined, self-contained, and does not depend on the context or state of other services. Services generally adhere to the following principles of service-orientation: abstraction autonomy compose ability discoverability formal contract Organizational Impact Some researchers claim that SOA will affect the whole organization, not only the information system: not only technology but cultural change A Service Oriented organization. and even Object-Oriented Business Modeling Often Business Modeling is part of a Software project. loose coupling reusability statelessness 5 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 6 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering From Traditional Architecture to SOA SOA Traditional Services 7 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 8 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering

SOA, more sophisticated SOAs build applications out of software services. Services comprise intrinsically unassociated units of functionality that have no calls to each other embedded in them. They typically implement functionality most humans would recognize as a service, e.g. SOA Application Services Business Services Orchestration filling out an online application for an account, viewing an online bank-statement, or placing an online booking or airline ticket order. Instead of services embedding calls to each other in their source code, they use defined protocols that describe how one or more services can talk to each other. Orchestration A business process expert links and sequence services, to provide business system requirements. associating relatively large chunks of software functionality (services) in a non-hierarchical arrangement (in contrast to a class hierarchy) using a special software tool that contains an exhaustive list of all of the services, their characteristics, and a means to record the designer's choices that the designer can manage and the software system can consume and use at run-time. 9 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 10 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering SOA principles Service Principles Service encapsulation Guiding principles for development, maintenance, and usage of the SOA: Reuse, granularity, modularity, compose ability, componentization, portability, and inter operability Standards compliance (both common and industry-specific) Services identification and categorization, provisioning and delivery, and monitoring and tracking Many web services are consolidated to be used under the SOA. Often such services were not planned to be under SOA. Service loose coupling Minimize dependencies only require that they maintain an awareness of each other Service contract Services adhere to a communications agreement defined by one or more service description documents Service abstraction Services hide logic from the outside world Service reusability Logic is divided into services with the intention of promoting reuse 11 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 12 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering

Service Principles (cont.) Additional Principles Service compose ability Collections of services can be coordinated and assembled to form composite services Service autonomy Services have control over the logic they encapsulate efficient use of system resources service maturity and performance EAI Enterprise Application Integration Service optimization All else equal, high-quality services are generally considered preferable to low-quality ones Service discoverability Services are designed to be outwardly descriptive so that they can be found and assessed via available discovery mechanisms Service Relevance Functionality is presented at a granularity recognized by the user as a meaningful service 13 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 14 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering SOA Implementation Web services Implementors commonly build SOAs using Web services standards (for example, using SOAP). One can, however, implement SOA using any service-based technology, such as Jini, CORBA or REST. Web services can implement a service-oriented architecture. Web services make functional building-blocks accessible over standard Internet protocols independent of platforms and programming languages. Web services use the SOAP communication protocol. SOAP is a standardized XML message (W3C). uses Request and Response. Web services consist of a Service Provider and a Service Requester (Web service client). Web services use Web Service Description Language (WSDL) to describe the service. Web services use Universal Discovery, Description and Integration (UDDI) to localize the services. Web services are platform independent. 15 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 16 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering

Benefits Criticisms of SOA Is there anything new? SOA can help businesses respond more quickly and cost-effectively to changing market conditions. SOA promotes reuse at the macro (service) level rather than micro (classes) level. SOA can also simplify interconnection to and usage of existing IT (legacy) assets. An indirect benefit of SOA is dramatically simplified testing. Services are autonomous, stateless, with fully documented interfaces, and separate from the crosscutting concerns of the implementation. The use of XML will result in additional XML layers, Performance problems. But, XML is part of Web Services and not of SOA. SOA can use other communication techniques, e.g. CORBA (which also might have performance problems!). If we require Stateful services both the consumer and the provider will have to share the same consumerspecific context, which is either included in or referenced by messages exchanged between the provider and the consumer. This could reduce the overall scalability of the service provider. It also increases the coupling between a service provider and a consumer and makes switching service providers more difficult. Applying the SOA paradigm to a real-time system presents many problems, including response time, support of event-driven, asynchronous parallel applications, complicated human interface support, reliability, etc. 17 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering 18 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering