Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Web Development

SOA and Future Trends


SO*: The Future of SOA

The bulk of this article aims to present a vendor-neutral characterization of future trends likely to have an impact on SOA. While not exhaustive, the two trends covered thus far give insight into the value SOA has for businesses as well as the arguments and viewpoints shared by its critics. In this final section, we will step away from a completely neutral view of the future of SOA and give some hints as to how Intel sees SOA moving beyond the purely abstract model to more holistic view. This view of the enterprise is called SOE, which stands for Service Oriented Enterprise. The SOE idea suggests that service orientation will be eventually be endemic not only to software, but also to infrastructure as well. As a software development trend, SOA has the potential to permeate internal software architectures. This downward influence of SOA is seen in architecture models such as SCA (Service Component Architecture) that describe SOA not as a solution to B2B or EAI problems, but as a model for software architecture.

Carrying this thread even further, we can imagine the same model eventually applying to infrastructure and operating systems. Once a component view of software becomes prevalent throughout the operating system, hardware and virtualization techniques can be used to provide finer grain control of services themselves, tied back to hardware. This allows for more complex resource allocation in the datacenter as well as finer control of individual components. This view is also closely aligned with grid computing, which is seen as a panacea for exploding datacenter resource costs. This view of infrastructure supporting SOA is called Service Oriented Infrastructure, or SOI. Figure 7 shows a characterization of SOE in terms of SOA and SOI.

Figure 7: SOE in terms of SOA and SOI

Figure 7 can be understood as two converging trends. Considered top-down as a business driver, SOA will permeate software further, moving from an integration centric solution to a core software architecture methodology. Once this trend is in place, hardware and infrastructure can move to align with SOA to complete the final bridge between not only business and software, but business and infrastructure and hardware. Again, this idea must be tempered with a dose of skepticism, but if the abstract SOA model is really fundamental to business, then the realization of SOI seems to be a likely outcome.

Where do we go from here? This article has focused mostly on future trends that apply to SOA at a software level with Web 2.0 as the obvious contentious gorilla. SOI considered as a separate topic has not been treated here, but its component topics such as SCA, virtualization and grid computing are ripe topics for a bottom up type of treatment. Overall we believe that the core ideas of SOA, especially its importance for business, remain strong. As we have tried to show, Web 2.0 and RESTstyle approaches are really facets of an underlying unifying service orientation concept expressed for different audiences.

Summary

  • The REST architectural style doesn't account for all that is required in a full-fledged SOA (for example, no specific definition around horizontal services such as security). The central argument between REST and SOAP given can be characterized by pointing out additional requirements that only a SOAP framework can provide. Rather than thinking of REST versus SOAP, one should consider the value the each brings to the table when architecting a SOA.
  • REST-style interfaces with a diversity of nouns and scarcity of operations (Create, Read, Update and Delete) are often the best choice for simple services. SOAP-based interfaces should be used when the message-exchange pattern requires additional features such as reliable messaging, message-level security, more robust descriptions (WSDL), and the possibility of patterns like one-way notifications or publish/subscribe.
  • While it can be argued that Web 2.0 and SOA are fundamentally different, the service undercurrent runs in common to both trends. For Web 2.0, the end result is SaaS (Software as a Service) and for SOA the end result is the services-oriented enterprise.
  • While Web 2.0 can be characterized in many different ways, it is important to note that unlike most "new technologies" Web 2.0 is more a social construction and represents the use of existing technologies in new ways rather than truly new technology innovations.
  • As SOA adoption continues, we predict a further split of the Service Oriented Enterprise (SOE) into SOA and SOI. The latter refers to hardware and infrastructure being more closely aligned with SOA over the long term.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.