SOA 101: An Executive Guide to Service-oriented Architecture (SOA)
- 24 November, 2008 13:03
- Comments
- What is Service-Oriented Architecture (SOA)?
- What is a service?
- What's the difference between SOA and Web services?
- How do I know whether I should adopt SOA as a strategy?
- What are the advantages of SOA?
What is Service-Oriented Architecture (SOA)?
SOA is a confusing term because it describes two very different things. The first two words describe a software development methodology. The third word, architecture, is a picture of all the software assets of a company, much as an architectural drawing is a representation of all the pieces that together form a building. Therefore, service-oriented architecture is a strategy that proclaims the intention to build all the software assets in the company using the service-oriented programming methodology.
What is a service?
Services are software chunks, or components, constructed so that they can be easily linked with other software components. The idea behind these services is simple: Technology should be expressed in chunks that business people can understand rather than as an arcane application such as ERP or CRM.
At the core of the services concept is abstraction, the idea that you can assemble software code into a chunk meaningful enough that it can be shared and reused in many different areas of the company. For example, there is a lot of software code that goes into creating an automated task such as sending a query to a credit reporting Web site to find out if a customer qualifies for a loan. But if the programmers at a bank can abstract all that code to a higher level — that is, take all the code that was written to perform the credit rating check and package it into a single unit called “get credit rating” — the programmers can reuse that chunk the next time the bank decides to launch a new loan product that requires the same information rather than having to write the code from scratch.
Developers create the abstraction by building a complex wrapper around the bundled code. This wrapper is an interface that describes what the chunk does and how to connect to it. It's an old concept that dates back to the 1980s, when object-oriented programming first appeared; the only difference is that today, the ambition for the size and sophistication of these software objects is far more grand.
For example, at telecom company Verizon, the service called “get CSR” (get customer service record) is a complex jumble of software actions and data extractions that uses Verizon's integration infrastructure to access more than 25 systems in as many as four data centres across the country. Before building the “get CSR” service, Verizon developers who needed that critical lump of data would have to build links to all 25 systems — adding their own links on top of the complex Web of links already hanging off the popular systems. But with the “get CSR” service sitting in a central repository on Verizon's intranet, those developers can now use the simple object access protocol (SOAP) to build a single link to the carefully crafted interface that wraps around the service. Those 25 systems immediately line up and march, sending customer information to the new application and saving developers months, even years, of development time each time they use the service.
There are many different ways to connect services, such as custom programming links or integration software from vendors, but since 2001, a set of software communication mechanisms known as Web services, which are built upon the ubiquitous World Wide Web, have become an increasingly popular method for linking software components together.
Join the CIO Australia group on LinkedIn. The group is open to CIOs, IT Directors, COOs, CTOs and senior IT managers.
- Bookmark this page
- Share this article
- Got more on this story? Email CIO
- Follow CIO on twitter
-
The 30 best Safari extensions -- so far
-
Apple and Google disagree over licensing of essential patents
-
Monash Uni reduces IT teams after consolidation project
-
FTC warns makers of background checking apps
-
QLD govt demands answers after pay glitch
-
Selecting an Application Lifecycle Management Vendor: An Ovum Report
Leading industry analyst firms across the world include IBM Rational in their research efforts and provide opinions on our ALM solutions. Find out how Ovum confirmed IBM Rational as the clear leader on both axes of the assessment; Market Impact and Technology, along with a clear leadership in market presence. -
8 reasons why Citrix NetScaler beats the competition
Application delivery controllers (ADC) are one of the most critical elements of cloud infrastructures and enterprise data centre architectures. ADCs strongly impact performance, scale and security of the entire application environment, so it is extremely important for IT leaders to choose the right one. -
The State of Data Security
Recognize how your data can become vulnerable, including the latest issues stemming from unprotected data on mobile devices and social media sites. Understand the compliance issues involved, and identify data protection strategies you can use to keep your company’s information both safe and compliant.
-
Mac Mini Hacks & Mods for Dummies
-
Enterprise Guide to Gaining Business Value From Mobile Technologies
-
Agile Database Techniques
-
Data Mining Cookbook
-
Software Measurement and Estimation
-
Wireless All in One for Dummies Second Edition
-
Symbian OS Explained - Effective C++ Programming for Smartphones
-
Professional Css
-
Beginning Visual C# 2005











Comments
Post new comment