Service-orientation is a
design paradigm for
computer software
Software consists of computer programs that instruct the Execution (computing), execution of a computer. Software also includes design documents and specifications.
The history of software is closely tied to the development of digital comput ...
in the form of
services. The principles of service-oriented design stress the
separation of concerns
In computer science, separation of concerns (sometimes abbreviated as SoC) is a design principle for separating a computer program into distinct sections. Each section addresses a separate '' concern'', a set of information that affects the code o ...
in the software. Applying service-orientation results in units of software partitioned into discrete, autonomous, and network-accessible units, each designed to solve an individual concern. These units qualify as services.
History of service-orientation principles and tenets
Service-orientation has received a lot of attention since 2003 due to the benefits it promises. These include increased
return on investment
Return on investment (ROI) or return on costs (ROC) is the ratio between net income (over a period) and investment (costs resulting from an investment of some resources at a point in time). A high ROI means the investment's gains compare favorab ...
, organisational
agility
Agility or nimbleness is an ability to change the body's position quickly and requires the integration of isolated movement skills using a combination of balance, coordination, speed, reflexes, strength, and endurance. More specifically, it ...
and
interoperability as well as a better alignment between business and
IT. It builds heavily on earlier design paradigms and enhances them with standardisation, loose coupling and business involvement. The paradigm lost momentum in 2009; since 2014, renewed interest can be observed under the
Microservices
In software engineering, a microservice architecture is an architectural pattern that organizes an application into a collection of loosely coupled, fine-grained services that communicate through lightweight protocols. This pattern is characterize ...
moniker. In technology, different vendor
SOA platforms have used different definitions of service-orientation. Some vendors promote different principles and tenets over others, but a fair amount of commonality exists.
Service-orientation inherits a small number of principles from earlier paradigms including
object-oriented programming
Object-oriented programming (OOP) is a programming paradigm based on the concept of '' objects''. Objects can contain data (called fields, attributes or properties) and have actions they can perform (called procedures or methods and impl ...
,
component-based software engineering
Component-based software engineering (CBSE), also called component-based development (CBD), is a style of software engineering that aims to construct a software system from software component, components that are loosely-Coupling (computer program ...
and open distributed processing. It is commonly acknowledged that several service-orientation principles have their roots in the object-oriented design paradigm: the two are complementary paradigms and there will always be a need for both. Services also inherit a number of features of software components, including
* Multiple-use
* Non-context-specific
* Composable
* Encapsulated i.e., non-investigable through its interfaces
* A unit of independent deployment and versioning
Open Distributed Processing (ODP) combines the concepts of open systems and distributed computing, which are essential characteristics of service-orientation. The key features of ODP are all inherited by service-orientation, including federation, interoperability, heterogeneity, transparency and trading/broking.
Essential characteristics
Don Box was one of the first to provide a set of design guidelines referred to as his "four tenets of service-orientation", which he described primarily in relation to the
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
Indigo (subsequently
Windows Communication Foundation
The Windows Communication Foundation (WCF), previously known as Indigo, is a free and open-source runtime and a set of APIs in the .NET Framework for building connected, service-oriented applications.
.NET Core 1.0, released 2016, did not s ...
) platform that was emerging at the time:
# Boundaries are explicit
# Services are autonomous
# Services share schema and contract, not class
# Service compatibility is based on policy
Other vendors and independent consultants have published their definitions of service-orientation and SOA, for instance, N. Josuttis in "SOA in Practice" and D: Krafzig et al. in "Enterprise SOA". An article in the December 2005 edition of the IBM System Journal entitled "Impact of service orientation at the business level"
provided a study of how the service-orientation paradigm relates to fundamental componentization and the
IBM
International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
Component Business Model (CBM).
Paul Allen defines service orientation as a (business) paradigm, with three main components: business architecture,
Service-oriented architecture and software oriented management. Allen's book defines seven Service-Oriented Viewpoints (labelled SOV7):
#Transparence
#*Smoothness of customer's experience in using the service.
#Customer fit
#*Ability to tailor offerings to variations in customer needs.
#Partner connectivity
#*Ability to use 3rd parties for performing commodity services
#*Ability to offer a service to different partners
#Adaptation
#*Adapting to the changes in the marketplace.
#Multi-channel capability
#*Support the customer end-to-end through process, using different channels to achieve continuity.
#*Offering same service through different channels.
#Optimization
#*Offering services in real time at high performance levels.
#One-stop experience
#*Catering to different needs of the customers through one set of services.
Allen uses the viewpoints as starting point for stating questions during the design process.
Service-orientation has continued to receive increased recognition as an important part of the service-oriented computing landscape and a valid design approach to achieving
service-oriented architecture.
See also
*
Loose coupling
*
Service-oriented architecture (SOA)
*
Service granularity principle
*
Service-oriented modeling
*
Software architecture
Software architecture is the set of structures needed to reason about a software system and the discipline of creating such structures and systems. Each structure comprises software elements, relations among them, and properties of both elements a ...
*
Service-oriented communications (SOC)
References
Further reading
*
* Luba Cherbakov et al. (2005).
Impact of service orientation at the business level. IBM Systems Journal Oct 2005
*
*
* Jenny Ang, Luba Cherbakov, Mamdouh Ibrahim (2005).
SOA antipatterns. IBM Online article, Nov 2005.
* Ali Arsanjani (2004).
Service-Oriented Modeling & Architecture. IBM Online article, 09 Nov 2004.
External links
*
{{DEFAULTSORT:Service-Orientation
Business computing