Service-oriented architecture
Encyclopedia : S : SE : SER : Service-oriented architecture
In computing, the term Service-Oriented Architecture (SOA [pronounced "es-ō-ā"]) expresses a perspective of software architecture that defines the use of services to support the requirements of software users. In an SOA environment, resources on a network[#endnote_alternativeview] are made available as independent services that can be accessed without knowledge of their underlying platform implementationChannabasavaiah, Holley and Tuggle, [Migrating to a service-oriented architecture], IBM DeveloperWorks, 16 Dec 2003
Service Oriented Architecture was first proposed by Roy W. Schulte and Yefim V. Natis who were Gartner analysts. They specified SOA as "a style of multitier computing that helps organizations share logic and data among multiple applications and usage modes." Roy W. Schulte and Yefim V. Natis[Service Oriented Architecture],Gartner, 12 April 1996
SOA is usually based on Web services standards (e.g., using SOAP or REST) that have gained broad industry acceptance. These standards (also referred to as Web service specifications) also provide greater interoperability and some protection from lock-in to proprietary vendor software. However, one can implement SOA using any service-based technology.
SOA can also be regarded as a style of Information Systems architecture that enables the creation of applications that are built by combining loosely coupled and interoperable services[[Citing sources citation needed]]. These services inter-operate based on a formal definition (or contract, eg. WSDL) which is independent of the underlying platform and programming language. The interface definition hides the implementation of the language-specific service. SOA-compliant systems can therefore be independent of development technologies and platforms (such as Java, .NET etc). For example, services written in C# running on .Net platforms and services written in Java running on JEE platforms can both be consumed by a common composite application. In addition, applications running on either platform can consume services running on the other as Web services, which facilitates reuse.
SOA can support integration and consolidation activities within complex enterprise systems, but SOA does not specify or provide a methodology or framework for documenting capabilities or services.
High-level languages such as BPEL and specifications such as WS-Coordination extend the service concept further by providing a method of defining and supporting orchestration of fine grained services into coarser grained business services, which in turn can be incorporated into workflows and business processes implemented in composite applications or portals[[Citing sources citation needed]].
- 1 SOA definitions
- 2 Why SOA?
- 3 SOA principles
- 4 Service-oriented design and development
- 5 SOA and Web service protocols
- 6 SOA, Web 2.0 and Mashups
- 7 SOA 2.0 or Advanced SOA
- 8 What are the challenges faced in SOA adoption?
- 9 SOA and business architecture
- 10 SOA and network management architecture
- 11 Products
- 12 Literature
- 13 References
- 14 See also
- 15 Footnotes
- 16 External links
SOA definitions
The OASIS SOA Reference Model group defines SOA asService Oriented Architecture is a paradigm for organizing and utilizing distributed capabilities that may be under the control of different ownership domains. It provides a uniform means to offer, discover, interact with and use capabilities to produce desired effects consistent with measurable preconditions and expectations.
There are multiple definitions of SOA but currently only the OASIS group has created a formal definition with depth which can be applied to both the technology and business domains.
- OASIS [SOA Reference Model definition]
- What Is Service-Oriented Architecture? ([XML.com])
- [Webopedia definition]
- [TechEncyclopedia definition]
- Object Management Group ([OMG] ) [SOA Special Interest Group definition]
- [WhatIs.com definition]
- SearchWebServices.com [Numerous SOA definitions by industry experts]
Why SOA?
In some respects, SOA can be considered an evolution in architecture, not a revolution. It captures many of best practices or actual use of the architectures that came before it. In communications systems, for example, there has been little development in recent years of solutions that use truly static bindings to talk to other equipment in the network, but by formally embracing an SOA approach, solutions are better positioned to stress the importance of well-defined, highly interoperable interfaces. This should greatly decrease integration costs and allow for much more dynamic solutions to be deployed[[Citing sources citation needed]].
SOA principles
The following guiding principles define the ground rules for development, maintenance, and usage of the SOAYvonne Balzer [Improve your SOA project plans], IBM, 16 July 2004- Reuse, granularity, modularity, composability, componentization, and interoperability
- Compliance to standards (both common and industry-specific)
- Services identification and categorization, provisioning and delivery, and monitoring and tracking
- Service Encapsulation
- Service Loose coupling - Services maintain a relationship that minimizes dependencies and only requires that they maintain an awareness of each other
- Service contract - Services adhere to a communications agreement, as defined collectively by one or more service description documents
- Service abstraction - Beyond what is described in the service contract, services hide logic from the outside world
- Service reusability - Logic is divided into services with the intention of promoting reuse
- Service composability - Collections of services can be coordinated and assembled to form composite services
- Service autonomy – Services have control over the logic they encapsulate
- Service statelessness – Services minimize retaining information specific to an activity
- Service discoverability – Services are designed to be outwardly descriptive so that they can be found and assessed via available discovery mechanismsThomas Erl [Serviceorientation.org - About the Principles], 2005-2006
- Life cycle management
- Efficient use of system resources
- Service maturity and performance
Service-oriented design and development
SOA is usually fronted by a client User-Interface (UI), which may also be a composite application, which end users see and interact with. See Client/SOA for a discussion of one such architecture. In general, SOA and services are "behind the scenes", not visible to users.
SOA and Web service protocols
- XML - a markup language for describing data in message payloads in a document format
- HTTP (or HTTPS) - request/response protocol between clients and servers used to transfer or convey information
- SOAP - a protocol for exchanging XML-based messages over a computer network, normally using HTTP
- Web Services Description Language (WSDL) - XML-based service description that describes the public interface, protocol bindings and message formats required to interact with a web service
- Universal Description, Discovery, and Integration (UDDI) - An XML-based registry to publish service descriptions (WSDL) and allow their discovery
SOA, Web 2.0 and Mashups
Web 2.0 refers to a second generation of services available for people to collaborate and share information on the Internet. Web 2.0 applications use Web services and may include Ajax program interfaces, Web syndication, blogs and wikis. While there are no set standards for Web 2.0, it is characterised by building on the existing web server architecture and using services. Web 2.0 can therefore be regarded as displaying some SOA characteristicsDion Hinchcliffe [Is Web 2.0 The Global SOA?]], SOA Web Services Journal, 28 October 2005 . Mashups are also regarded by some as Web 2.0 applications. The term "enterprise mashup" has been coined to describe Web applications that combine content from more than one source into an integrated experience, which share many of the characteristics of Service-Oriented Business Applications (SOBAs), which are applications composed of services in a declarative manner. There is ongoing debate about "the collision of Web 2.0, mashups and SOA" with some stating that Web 2.0 applications are a realisation of SOA composite and business applications. Jason Bloomberg [Mashups and SOBAs: Which is the Tail and Which is the Dog?], ZapthinkSOA 2.0 or Advanced SOA
Oracle is talking up SOA 2.0 as "the next-generation version of SOA" combining service-oriented architecture and Event Driven Architecture, and categorizing the first iteration of SOA as client-server drivenPaul Krill [Make way for SOA 2.0], InfoWorld , May 17, 2006 . Even though Oracle indicates that Gartner is coining a new term, Gartner analysts indicate that they call this advanced SOA and it is 'whimsically' referred to as SOA 2.0.Yefim Natis & Roy Schulte [Advanced SOA for Advanced Enterprise Projects], Gartner, July 13, 2006 Most of the pure-play middleware vendors (i.e. webMethods and Tibco) have had SOA 2.0 attributes for years. SOA 2.0 can therefore be regarded as marketing and evangelism rather than a new "way of doing things".However, other industry commentators have criticized attaching a version number to an architecture, while others have stated that the "next generation" should apply to the evolution of SOA techniques from IT optimization to business developmentJoe McKendrick [Anti-SOA 2.0 petition nears 400], ZDNet.com, June 29, 2006 .
What are the challenges faced in SOA adoption?
Another challenge is providing appropriate levels of security. Applications which consume services, particularly those external to company firewalls, are more visible to external parties than traditional monolithic proprietary applications. The flexibility and reach of SOA can compromise security; the WS-Security suite of specifications is being developed to provide appropriate security[[Citing sources citation needed]] .
As SOA and the WS-* specifications are constantly being expanded, updated and refined, there is a shortage of skilled people to work on SOA based systems, including the integration of services and construction of services infrastructure.
There is significant vendor hype concerning SOA that can create expectations that may not be fulfilled. SOA does not guarantee reduced IT costs, improved systems agility or faster time to market. Successful SOA implementations may realise some or all of these benefits depending on the quality and relevance of the system architecture and design[[Citing sources citation needed]].
SOA and business architecture
One area where SOA has been gaining ground is in its power as a mechanism for defining business services and operating models and thus provide a structure for IT to deliver against the actual business requirements and adapt in a similar way to the business. The purpose of using SOA as a business mapping tool is to ensure that the services created properly represent the business view and are not just what technologists think the business services should be. Within this area, the first SOA technical method was announced in 2004 (see [Service-oriented Modeling and Architecture (SOMA)]). Since then, efforts have been made to move towards greater standardization and the involvement of business objectives, particularly within the OASIS standards group and specifically the [SOA Adoption Blueprints] group. All of these approaches take a fundamentally structured approach to SOA, focusing on the Services and Architecture elements and leaving implementation to the more technically focused standards.SOA and network management architecture
The principles of SOA are currently being applied to the field of network management. Examples of Service-Oriented network management architectures are TS 188 001 NGN Management OSS Architecture from ETSI, and the recently published M.3060 Principles for the Management Of Next Generation Networks recommendation from the ITU-T.Products
Literature
References
See also
- Client/SOA
- Enterprise service bus
- Enterprise application integration
- Service component architecture
- Service-oriented analysis and design
- Service-oriented Modeling
- Service Integration Maturity Model (SIMM)
- Representational State Transfer
- Big ball of mud antipattern
Footnotes
- ↑ An alternative view, particularly after initial deployments, is that SOAs properly ought not dictate physical implementation, so the formal definition should not include "network." High performance SOAs may not be viable deployed to distributed nodes on a network, and separate nodes for every (or most) services could be prohibitively expensive.
External links
- Bob Sutor: [Open Standards vs. Open Source: How to think about software, standards, and Service Oriented Architecture at the beginning of the 21st century]
- [Mobile Agent Technologies], developer of AgentOS agent based operating system. Inventor of Automatic Thread Migration (ATM).
- Kerrie Holley has been named as a prestigious IBM Fellow for his work with Service-Oriented Architecture: [link]
- InfoWorld: [SOA News]
- Capgemini: [SOE: How to make your business fast, flexible and responsive - whitepaper]
- SOA Systems Inc.: [ServiceOrientation.org]
- [Reference Model for Service Oriented Architecture]
- [developerWorks - SOA & Web services zone]
- [John Reynolds' definition of SOA in two sentences]
- [Sun Javapedia wiki article on SOA]
- [What is Service-Oriented Architecture?]
- [Thomas Erl's SOASpecs.com]
- [SOA Blueprints Specification]
- [Article describing the history of SOA, from an Openwings perspective]
- [SOA Zone - an industry leading blog]
- [RiA-SoA article]
- [SOA - .NET Architecture]
- SUN: [Implementing SOA using Java EE SDK]
- SearchWebServices: [The Principles of Service-Orientation (6 part series)]; [Business Analysis and SOA (6 part series)] by Thomas Erl (2006)
- ebizQ: [Is SOA Fad or Silver Bullet?]; [The Future of SOA]; [Making SOA Happen]; [The Key to Success with SOA] by Chris Harding (2005)
- ITtoolbox Blogs: *[Is SOA Right For You?]
- SOA Web Services Journal: [SOA and The Principles of Service-Orientation]; [Paths to SOA]; [A Look Ahead to the Service-Oriented World]; [Best Practices for SOA Transition Planning] by Thomas Erl (2004, 2005)
- ebizQ: [Achieving Business Agility through Model-Driven SOA] by Chris Harding (2006)
- IBM Developer Works: [Article defining SOA and lessons learned from initial implementations]
- IBM SOA Overview: [Article defining where should businesses start with SOA?]
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
