Monday 30 June 2008

SOA Components

What do you really need in an SOA technology stack? To answer that question, let's first have a look as to what SOA really is. SOA is an architectural style, based on service orientation. Ok, so what's architecture? If you Google that term, you'll find 1 gazillion different definitions. I like to look upon architecture as the structure a company gives to its vision. It addresses all the choices (trade-offs) an organization has to make regarding its structure, the way it is organized, how it addresses customers, suppliers, partners and personnel, how and where resources are used (one of them being IT) ... and a lot more. So it's not even about IT, even though a lot of people think so.

If you start working with architecture and especially SOA, sooner or later you will apply it to IT as well. From that point of view, let's see what components you need. Service orientation, as it name says, is based on the use of (business) services.

Let's start at the bottom: services usually make use of data, which will be stored in a database (usually). Next, services exchange data thru messages, so you need something to transport your messages. As different services use different messages (alas!), you will also need a component to transform messages from one format to another. Finally you will need a platform to support a user interface to which the service can be exposed, even though this really is outside the SOA stack. So, basically what you need for an SOA platform is:
- database
- routing & transformation (ie a 'bus')
- UI platform

However, there's more to it. Life isn't that simple anymore. One of the strengths of an SOA is the ability to combine services into a new service: orchestration. So we want to add an orchestration engine to the stack. What else do we need/want? Well, building an SOA is one thing, managing one is another. As you can imagine, the number of services might get large very soon. So you will need at least two additional components: a sort of repository where you can register your services and a management tool that shows you how your services are doing.

Are we done yet? Nope! Managing services is more then just taking care of availability, we also have to take care of security. Who is allowed to use what service? To maintain the reusability of a service, we want a non-intrusive form of security, as a separate layer.

Ok, let's step back and see what we have now:
- database
- routing & transformation (ie a 'bus')
- UI platform
- orchestration engine
- service repository and registry
- management tools
- non-intrusive security

To top it all off, I would like to add a rules engine, to be able to reuse business logic in services, orchestrations, UI, routing and transformations.

Luckily you don't need the whole stack when you start out with SOA, especially when you start small and only within your company. But as SOA is especially very good at organizing processes within your company but also between companies, it will grow fast.

Unfortunately there are not many vendors around who can offer you the full stack. For each and every component I've mentioned there are commercial best-of-breeds and Open Source alternatives. However, integrating tools from just a single vendor can be a challenge, and integrating a lot of best-of-breed tools from different vendors and OSS can be a nightmare (and usually is :p). This is one of the reasons I am very enthusiastic about the Oracle SOA Suite, as it delivers a well integrated suite of components. Most of these are even best-of-breeds, especially the Oracle BPEL Process Manager. I think the integration with BEA will make the Oracle stack even more complete and robust.

Also good to see is that there are a number of OSS projects like GlassFish, who are delivering good SOA components. Unfortunately there are not enough standards yet to overcome the integration challenges. Enough work to do!

10 comments:

  1. Hey
    You've got a nice article here, I'm pleased to read for you.
    I'm a PhD student who's working on SOA Web Services Dynamic Discovery, and hope we can cooperate and share experiences "if any", hehe.
    Wish you a nice day.

    Mamoun J.

    ReplyDelete
  2. Nice and simple overview of SOA.....

    Thanks friend

    ReplyDelete
  3. you have written this post very well going step by step.Keep it going,thanks for it.

    ReplyDelete
  4. Thanks for your awesome post, you written all i needed about SOA and his components!

    ReplyDelete
  5. A well written and concise definition. Keep going !

    ReplyDelete
  6. can someone provide a link that describes all these components and applicable patterns in depth.

    thanks in advance

    sanjeev

    ReplyDelete
  7. Hi Mike,
    Of course your blog is interesting.
    But, I am much interested to know the low-level diagrams (UML and others) for Service Request-Response in detail ( I mean the communication and message processing between different components of Service Provider, Service Registry and Service Consumer in Publish-Find-Bind mechanism).
    Basically, I want to know the sub-components of Service Provider, Service Registry and Service Consumer and how they interact with each others.

    I would be thankful for your reply.

    ReplyDelete
  8. HI Mike,
    First of all I would say the blog is well written,I have successfully installed the SOA suite. When I try to open the enterprise manager in the browser, it gives me the following error. Any help on what needs to be done would be appreciated.

    Weblogic server is running fine..

    The following JSP error occurred:

    Request URI:/em/targetauth/asLogin.jspx

    The following exception occurred:
    OracleJSP error:oracle.jsp.parse.
    JspParseException:
    /targetauth/asLogin.jspx: Line # 102,
    Error: Encountered deferred syntax #{ in template text. If intended as a literal, escape it or set directive deferredSyntaxAllowedAsLiteral

    ReplyDelete
  9. Hi Mike,
    Well written simple piece. I was lead to your blog while actaully trying to read through Oracle's jargon of what a SOA Composite Application is.

    See this http://docs.oracle.com/cd/E16764_01/integration.1111/e10223/arch_01.htm

    Thanks man.

    Folarin

    ReplyDelete
  10. Dear Mike,

    Good and nice article on SOA. Easy to understand the high level architecture for beginners.

    Thanks,
    Surendra

    ReplyDelete