Skip to main content

Is SOA a Bad Idea?

In consulting at various companies, I'm seeing a lot of "SOA failure". Oh, the technology works and the tools are capable. Further, their developers are using a variety of SOA(ish) techniques. But their formal SOA programs, their Integration Centers, are failures. (I define failure as an unhappy department, senior management that is unhappy with the results, a general feeling of failure, unable to demonstrate and most likely without ROI, and an impression that Integration is in-the-way and provides unsufficient benefit versus the effort to engage the process.)

These projecs or departments have almost always started bottom up, they are an IT department solution to pinpoint (narrow) IT problems. They've never really mapped out how they're going to get from here to "there", and have defined "there" as only an IT solution without connecting to concrete business goals.

First a basic question, do you want to be “there”? The easy answer is yes, integration is getting more complex and must be managed, while at the same time demand for systems agility is increasing. Like the change from procedural oriented programming to object oriented programming, the benefits are real and the future of IT will be “there”.

But a major mistake being made by many IT organizations in moving to Service Oriented Architecture is moving for purely technology reasons rather than business reasons…

Example: A regional utility company called me in as a SOA and Integration consultant. We spent a day reviewing the SOA model and benefits, issues such as reliability and security of the new model, and discussing how an organization begins making such a transition. At the end of the meeting they said, “great, that was very helpful and enlightening. Now we know we don’t want to do that.”

I was a bit taken aback. I tried to explain that like the transition from procedural to object oriented programming, the SOA model was going to be part of the future. Just like procedural programming was left in the past and exclusively in legacy systems… At which point they stopped me and said “but we still do procedural programming.” Huh? “We’re still doing new development in procedural methods, languages and environments.”

“See,” they explained, “we need absolute systems reliability. We know procedural technologies. They are thoroughly understood, all operational aspects well known. We know exactly what we’re getting and how it’s going to work. Even if other technologies offer a variety of benefits, our primary concern is reliability, supportability, stability.”


In another ten years they’ll be doing SOA. But today their business concerns require they NOT do SOA. Business and IT management concerns of environmental complexity, systems and business process agility, and gaining futuristic high speed full systems development advantages through applications assembly and BPM (Business Process Management) capabilities are great reasons to begin moving towards SOA. “It’s a bunch of really neat technologies” is not.

Popular posts from this blog

Integration Spaghetti™

  I’ve been using the term Integration Spaghetti™ for the past 9 years or so to describe what happens as systems connectivity increases and increases to the point of … unmanageability, indeterminate impact, or just generally a big mess.  A standard line of mine is “moving from spaghetti code to spaghetti connections is not an improvement”. (A standard “point to point connection mess” slide, by enterprise architect Jerry Foster from 2001.) In the past few days I’ve been meeting with a series of IT managers at a large customer and have come up with a revised definition for Integration Spaghetti™ : Integration Spaghetti™ is when the connectivity to/from an application is so complex that everyone is afraid of touching it.  An application with such spaghetti becomes nearly impossible to replace.  Estimates of change impact to the application are frequently wrong by orders of magnitude.  Interruption in the integration functioning are always a major disaster – both in terms of th

Solving Integration Chaos - Past Approaches

A U.S. Fortune 50's systems interconnect map for 1 division, "core systems only". Integration patterns began changing 15 years ago. Several early attempts were made to solve the increasing problem of the widening need for integration… Enterprise Java Beans (J2EE / EJB's) attempted to make independent callable codelets. Coupling was too tight, the technology too platform specific. Remote Method Invocation (Java / RMI) attempted to make anything independently callable, but again was too platform specific and a very tightly coupled protocol. Similarly on the Microsoft side, DCOM & COM+ attempted to make anything independently and remotely callable. However, as with RMI the approach was extremely platform and vendor specific, and very tightly coupled. MQ created a reliable independent messaging paradigm, but the cost and complexity of operation made it prohibitive for most projects and all but the largest of Enterprise IT shops which could devote a focused technology

From Spaghetti Code to Spaghetti Connections

Twenty five years ago my boss handed me the primary billing program and described a series of new features needed. The program was about 4 years old and had been worked on by 5 different programmers. It had an original design model, but between all the modifications, bug fixes, patches and quick new features thrown in, the original design pattern was impossible to discern. Any pattern was impossible to discern. It had become, to quote what’s titled the most common architecture pattern of today, ‘a big ball of mud’. After studying the program for several days, I informed my boss the program was untouchable. The effort to make anything more than a minor adjustment carried such a risk, as the impact could only be guessed at, that it was easier and less risky to rewrite it from scratch. If they had considered the future impact, they never would have let a key program degenerate that way. They would have invested the extra effort to maintain it’s design, document it property, and consider