InfoQ

News

Presentation: Jim Webber on "Guerilla SOA"

Posted by Stefan Tilkov on Jan 29, 2008 05:46 AM

Community
SOA
Topics
Hype ,
ESB
Tags
Web services ,
SOAP ,
Microsoft ,
WCF
In one of the most entertaining presentations on the topic ever, Dr. Jim Webber, SOA practice lead at ThoughtWorks, used his presentation at the QCon conference to debunk myths about the mainstream ESB concept. Jim argues that there's an alternative to the typical, heavyweight and expensive approach to introducting SOA and and explains how a lightweight approach can yield real benefits without giving in to vendor pressure. In Jim's opinion, the industry's belief in the ESB as the core concept, at least in the way it's usually used, is fundamentally mistaken. Jim claims that an ESB often ends up being just a thin veneer on an existing mess, and how an approach that doesn't put intelligence into the network is superior.

Don't miss the full presentation (53"), which is not only very interesting from a technical standpoint, but also quite hilarious. (Jim Webber will again be presenting at QCon London 2008, which takes place in March.)

7 comments

Reply

youtube by Jeremy Barth Posted Jan 30, 2008 11:05 AM
Re: youtube by Dong Liu Posted Jan 30, 2008 11:41 AM
Re: youtube by Stefan Tilkov Posted Jan 30, 2008 12:10 PM
Re: youtube by Niels Tindbæk Posted Feb 8, 2008 11:53 PM
Re: youtube by Axel Gross Posted Jan 30, 2008 1:30 PM
Adding features to a service without changing it by Darrell Russell Posted Jan 31, 2008 8:02 AM
Technical Details by Martin Probst Posted Jan 31, 2008 11:56 AM
  1. Back to top

    youtube

    Jan 30, 2008 11:05 AM by Jeremy Barth

    Not a big deal, but my posse and I aren't able to watch this video at work. If you threw it on youtube we'd be able to.

    Jeremy

  2. Back to top

    Re: youtube

    Jan 30, 2008 11:41 AM by Dong Liu

    FireFox cannot connect, but controls are there. IE can play, but no controls.

  3. Back to top

    Re: youtube

    Jan 30, 2008 12:10 PM by Stefan Tilkov

    We hear you loud and clear. A better solution for video streaming is coming to InfoQ Real. Soon. Now. Promised.

  4. Back to top

    Re: youtube

    Jan 30, 2008 1:30 PM by Axel Gross

    works fine in epiphany
    great presentation btw :)

  5. Back to top

    Adding features to a service without changing it

    Jan 31, 2008 8:02 AM by Darrell Russell

    Great presentation, very thoughtful.

    I have a question though. I'm trying to think through one of the advantages I think you can get with an ESB architecture. If all messages go via an ESB then features such as security, logging, routing, transformations can be:
    1. Managed centrally .. so no need for individual services to implement these features.
    2. New features, and updates to old features, can be managed seperately from the services themselves.

    This strikes me as positive things becuase it means that different aspects of services can be managed/deployed/changed seperately.

    Maybe the features I'm talking about are just technical services? You very, very briefly touched upon technical services in your presentation.

    Any thoughts? Or should I just buy the book?

  6. Back to top

    Technical Details

    Jan 31, 2008 11:56 AM by Martin Probst

    Great presentation, very charismatic guy.

    Though I'm a bit worried that he goes over the technical issues with SOAP and WS-* in general, and federated transactions in particular, a bit too quick.

    In my experience, most of WS-* simply doesn't work. That's not so bad, as most of it doesn't have any value to me, too, but still ;-).

    Distributed transactions in particular have been dismissed by many experts that have worked on the topic for ages. There are highly plausible arguments that they might never work at all.

    There is still a lot of work to be done, and at I'm very sceptical if all the WS-* stuff is actually helping to get stuff done or just an impediment.

  7. Back to top

    Re: youtube

    Feb 8, 2008 11:53 PM by Niels Tindbæk

    what about downloading?

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.