Service Oriented Architecture SOA Farhana Zulkernine ServiceOriented Architecture

























- Slides: 25

Service Oriented Architecture (SOA) Farhana Zulkernine Service-Oriented Architecture (SOA)

Outline n Service Oriented Architecture (SOA): Definition, Characteristics n Differences: SOA vs. existing Model Driven Architecture (MDA) n SOA Implementation Framework and Enterprise Service Bus (ESB) n Benefits and reasons for not using SOA n Contribution towards self management n Example of SOA framework n Summary 3/11/2021 Service-Oriented Architecture (SOA) 2

Service Oriented Architecture n Service-oriented architecture (SOA) is an approach to loosely coupled, protocol independent, standards-based distributed computing where software resources available on the network are considered as Services. n SOA is believed to become the future enterprise technology solution that promises the agility and flexibility the business users have been looking for by leveraging the integration process through composition of the services spanning multiple enterprises. 3/11/2021 Service-Oriented Architecture (SOA) 3

Characteristics n The software components in a SOA are services n n based on standard protocols. Services in SOA have minimum amount of interdependencies. Communication infrastructure used within an SOA should be designed to be independent of the underlying protocol layer. Offers coarse-grained business services, as opposed to fine-grained software-oriented function calls. Uses service granularity to provide effective composition, encapsulation and management of services. 3/11/2021 Service-Oriented Architecture (SOA) 4

Service Granularity n Service granularity refers to the scope of functionality a service exposes. Fine-grained services provide a small amount of businessprocess usefulness, such as basic data access. Coarse-grained services are constructed from fine-grained services that are intelligently structured to meet specific business needs. 3/11/2021 Service-Oriented Architecture (SOA) 5

Service Composition Jeff Hanson, Coarse-grained Interfaces Enable Service Composition in SOA, Java. One, August 29, 2003 3/11/2021 Service-Oriented Architecture (SOA) 6

Service Management n There are three levels of service management n Management of the services and their interfaces n Management of the underlying system n Management of the interaction between the services and the underlying system 3/11/2021 Service-Oriented Architecture (SOA) 7

SOA Metamodel SOA is a form of enterprise architecture and can be represented using models. SOA metamodel is a model that contains the following three models. Jason Bloomberg, The SOA Implementation Framework, www. zapthink. com, April 2004 3/11/2021 Service-Oriented Architecture (SOA) 8

Differences: SOA vs. Existing Model Driven Architecture (MDA) n SOA is an alternative model to the more traditionally tightly-coupled object-oriented models like Common Object Request Broker Architecture (CORBA) and Distributed Component Object Model (DCOM). In SOA individual services can be build with objectoriented designs but the overall design of SOA is service-oriented. 3/11/2021 Service-Oriented Architecture (SOA) 9

Differences (cont. ) n SOA today differs in the usage of a more generic standard-based interface language XML (e. Xtensible Markup Language) used in Web Services Definition Language (WSDL) compared to the older Interface Definition Language (IDL) found in CORBA. n SOA is based on the concept of using services that can communicate through standard protocols like SOAP allowing a more loosely coupled architecture. In older models objects were more tightly coupled due to the usage of vendor specific communication standards. 3/11/2021 Service-Oriented Architecture (SOA) 10

Differences (cont. ) n IBM’s MQseries is yet another message- oriented middleware system but it lacks the organized workflow definition required for the services to interoperate. SOA supports the composition of coarse-grained services from fine-grained services to provide a business solution in an easily deployable and usable manner. For interoperability of services spanning multiple enterprises, SOA should provide service level agreements and operational policies. 3/11/2021 Service-Oriented Architecture (SOA) 11

Web Services and SOA n Web Services are an open standards-based way of creating and offering SOAs. n Web Services are able to exchange structured documents that contain different amounts of information, as well as information about that information, known as metadata. In other words, Web Services can be coarse grained. Such coarse granularity is one of the most important features of SOAs. 3/11/2021 Service-Oriented Architecture (SOA) 12

SOA Implementation Framework n Service-Oriented Architecture Implementation Framework (SOAIF) provides the run-time deployment infrastructure for SOA across the network by incorporating all the software required to develop, deploy, secure, manage, and extend service-oriented processes and solutions. 3/11/2021 Service-Oriented Architecture (SOA) 13

SOA Implementation Framework Jason Bloomberg, The SOA Implementation Framework, Service-Oriented www. zapthink. com, Architecture April(SOA) 2004 3/11/2021 14

Enterprise Service Bus (ESB) n ESB is the backbone of SOA that acts as a message broker providing a message queuing system using industry standard specifications for messaging such as SOAP, or JMS (Java Message Service). n Expert Sally Hudson, an IDC analyst, describes the Enterprise Service Bus as an open standards -based messaging means designed to provide interoperability between larger-grained applications and other components via simple standard adapters and interfaces. 3/11/2021 Service-Oriented Architecture (SOA) 15

ESB Architecture ERP Transformation (XSLT) . NET JCA Web Services SOAP/ HTTP Reliable Asynchronous Secure Messaging SOAP/ HTTP C/C++ Legacy Application 3/11/2021 Connection Layer Communication Layer Connection Layer JMS J 2 EE Service-Oriented Architecture (SOA) 16

Re-architecture to SOA n Encapsulate software components, applications and underlying systems with Web Services interfaces n Compose (virtualizing) these fine-grained functional Web Services into coarse-grained business services 3/11/2021 Service-Oriented Architecture (SOA) 17

Benefits n Provides location independence: Services need not be associated with a particular system on a particular network n Protocol-independent communication framework renders code reusability n Offers better adaptability and faster response rate to changing business requirements n Allows easier application development, run-time deployment and better service management 3/11/2021 Service-Oriented Architecture (SOA) 18

Benefits (cont. ) n Loosely coupled system architecture allows easy integration by composition of applications, processes, or more complex services from other less complex services n Provides authentication and authorization of Service consumers, and all security functionality via Services interfaces rather than tightly-coupled mechanisms n Allows service consumers (ex. Web Services) to find and connect to available Services dynamically 3/11/2021 Service-Oriented Architecture (SOA) 19

Why Not SOA n For a stable or homogeneous enterprise IT environment, SOA may not be important or cost effective to implement. n If an organization is not offering software functionality as services to external parties or not using external services, which require flexibility and standard-based accessibility, SOA may not be useful. n SOA is not desirable in case of real time requirements because SOA relies on loosely coupled asynchronous communication. 3/11/2021 Service-Oriented Architecture (SOA) 20

Self Management Using SOA n Web Services now lack workflow support, asynchronous communication and standards for efficient interoperability, dynamic integration and deployment which can be provided using SOA. n SOA leverages the management functionality of the services in its implementation framework which can be effectively used to provide better self-management for the services within the infrastructure. 3/11/2021 Service-Oriented Architecture (SOA) 21

Example of SOAIF n Rogue Wave® Platform X from Quovadx, Inc. provides a comprehensive platform for assembling and orchestrating service-oriented applications from pre-existing applications and services. n Fiorano Enterprise Service Bus™ combines the power of a standards-based SOA infrastructure with easy-to-use tools for the deployment of distributed workflows across heterogeneous networks. It allows using existing legacy and packaged applications to synthesize new distributed integration solutions, and provides the basic standards-based, distributed connectivity backbone within the enterprise to allow interoperability of heterogeneous applications. 3/11/2021 Service-Oriented Architecture (SOA) 22

Summary n SOA, definition, characteristics n Differences with existing MDA n Advantage/disadvantage n SOAIF, ESB n Benefits and reasons for not using SOA n How SOA can leverage self management n Example – Platform X n Summary 3/11/2021 Service-Oriented Architecture (SOA) 23

References 1. 2. 3. 4. 5. Jeff Hanson, Coarse-grained Interfaces Enable Service Composition in SOA, Java. One, August 29, 2003 Zap. Think White Paper, The Complete Vision of Service-Oriented Enterprise Management, December 2003 Jason Bloomberg, The SOA Implementation Framework, www. zapthink. com, April 2004 Jason Bloomberg, When Not to Use an SOA, www. zapthink. com IBM White Paper, New to SOA and Web Services, www. Developer. Works. com 3/11/2021 Service-Oriented Architecture (SOA) 24

References (cont. ) 6. Meta Group White Paper, Practical Approaches to Service-Oriented Architecture, November 2003 7. Kishore Channabasavaiah and Kerrie Holly, IBM White Paper, Migrating to a Service-Oriented Architecture, April 2004 3/11/2021 Service-Oriented Architecture (SOA) 25
Farhana zulkernine
Serviceoriented architecture
Serviceoriented architecture
Service oriented architecture notes
Characteristics of service oriented architecture
Tavern of spear cg
Service oriented architecture diagram
Evolution of soa
Service oriented architecture soap
Microsoft service oriented architecture
Sales promotion vehicles
Row oriented database
Diego cotignola
Wave soa
Soa architecture
Soa integration architecture
Soa roadmap
Soa reference architecture
Evolution of soa
Soa 2002
Ibm bpm architecture diagram
Service oriented web application
Service oriented infrastructure
Service oriented architechture
Resource oriented architecture
Transient vs persistent communication