InfoQ

Interview

Jim Webber on "Guerilla SOA"

Interview with Jim Webber on Aug 24, 2007

Community
SOA
Topics
Web Services ,
REST ,
WS Standards
Tags
WSDL ,
SSDL ,
SOAP ,
MEST
Summary
In this interview, recorded at QCon London, Jim Webber, ThoughtWorks SOA practice leader talks to Stefan Tilkov about Guerilla SOA, a lightweight approach to SOA that does not rely on big middleware products, a message-oriented architectural style called MEST and its differences to REST, and the SOAP Service Description Language (SSDL).

Bio
Dr. Jim Webber is the SOA Practice lead for ThoughtWorks, where he works on Web Services-based systems for clients worldwide. He has extensive Web Services architecture and development experience and was the lead developer with Hewlett-Packard on the industry's first Web Services Transaction solution. Jim is is co-author of the book "Developing Enterprise Web Services - An Architect's Guide."
This is Stefan Tilkov at QCon and I am interviewing Jim Webber. Can you tell us a bit about yourself?
So the title of your talk here at QCon is "Guerilla SOA". Can you tell us a little bit about what that is supposed to mean?
So is this something that is only usable in smaller scenarios or does it scale up to big deployments or big scenarios?
It sounds a little different than the approach prioritized by some of the vendors, I think. So is this approach compatible with large scale middleware products as well?
So you mentioned tight coupling as a risk. Can you elaborate on that?
So what would be an alternative to that approach?
Yes you said that we actually have the same problems we had with CORBA but we now have them with a different type of technology. Do you have an idea of what we could do instead?
So you mentioned services and messages as two abstractions? What about operations?
So for this to work all of the information that the other party needs to process this information has to be within that message?
As you mentioned REST, I just have to ask how do you compare the two, MEST and REST? Where are the commonalities and where are the differences?
What you described actually seems to fit very nicely with the ideas behind SOAP and you also mentioned WS-Addressing. It just doesn't exactly seem to match WSDL.
So is SSDL a standard?
Are there any implementations of SSDL yet?
Any hope of a similar thing for Java yet?
What do you see the industry moving towards with regards to these issues? Do you think that the RPC abstraction or the RPC style is going to still remain the most widespread style or do you think that the ideas are going to become more important?
When you mentioned that REST has this uniform interface with a set of operations and MEST similarly has one operation. Is this really an operation with application meaning? Isn't just an operation that is so uniform that it seizes to mean anything at all?
But in the REST world the idea behind that uniform interface seems to be that you can actually optimize the infrastructure based on those operations so you can do something different for a GET than you do for a POST. To do something similar on the MEST world you would have to look inside the XML and define somewhere what different types of XML messages you exchange.
When REST people criticize the WSDL folks, they point to WSDL 2.0, and say everything is better there and actually WSDL 2.0 can be used in some way to describe REST. Do you think WSDL 2.0 is an improvement over WSDL with regards to the RPC centricity?
show all  show all
RE: MEST by Jan Vegt Posted Aug 25, 2007 4:43 PM
Links to references by Joshua Graham Posted Aug 28, 2007 3:22 PM
Seems not that new by Stefano Pogliani Posted Sep 8, 2007 6:22 PM
A different approach with difference strenghts and weaknesses by Johannes Brodwall Posted Sep 13, 2008 7:56 PM
  1. Back to top

    RE: MEST

    Aug 25, 2007 4:43 PM by Jan Vegt

    Based on experiences in SOA projects for the past few years as a Business/EAI/Data architect I am very impressed with the MEST idea. In the excellent interview with Anne Thomas Manes a few weeks ago here on InfoQ almost everything she said made a lot sense (in reference to my own experience) apart from one thing: this central notion and importance of type. Personally I think the MEST approach is a convincing answer.

    Thanks very much for publishing this interview,

    Jan
    ( Jan Vegt, 42, The Netherlands )

  2. Back to top

    Links to references

    Aug 28, 2007 3:22 PM by Joshua Graham

    My blog entry about this interview includes links to some of the sites and people Jim mentioned.

    grahamis.com/blog/2007/08/25/soa-101/

  3. Back to top

    Seems not that new

    Sep 8, 2007 6:22 PM by Stefano Pogliani

    What you describe here resembles very much to:

    1. ebXML, for the message-oriented framework with Business Messages focus
    2. WSCI, as a way to describe long-running conversations

    Where are the differences between what you describve here and what I pointed out?

    Thanks a lot
    Regards

    /Stefano

  4. RPC is highly coupled and often unrobust. On the other hand, message style requires a lot of work to do simple things. The design of a web system that uses a message-oriented style to query a data oriented services is not pretty.



    The danger of RPC style is that we use it to integrate systems that should be decoupled. The danger of messaging style is if we use it to distribute things that really should be colocated. Fowler's first law of distributed computing will always be relevant. Let's stop using shining new tools as an excuse to ignore it.

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.