BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Interview: Mark Little on Transactions, Web Services, and REST

Interview: Mark Little on Transactions, Web Services, and REST

Bookmarks

In this interview, recorded at QCon London 2008, Red Hat Director of Standards and Technical Development Manager for the SOA platform Mark Little talks about extended transaction models, the history of transaction standardization, their role for web services and loosely coupled systems, and the possibility of an end to the Web services vs. REST debate.

Mark, who is also one of InfoQ's SOA community editors, has been involved in the middleware industry for ages, and shares his experiences with regards to standardization. Those expecting him to be strongly in favor of using transactions might be in for some surprises:

So, traditional atomic transactions that I described earlier have some in-built assumptions about how they will work and the environment in which they will work, so pretty much they assume they will work in a closely coupled environment [...] On the web those kinds of interactions typically don't happen, you know you might be booking a night out, or buying a book from Amazon and you might be doing that over the course of hours or days. And to do all of that within the scope at the top level of an atomic transaction, just doesn't work.

Mark continues to explain the alternatives, based on extended transaction models:

Basically the principle about extended transactions is to relax the very properties that are inherent within an atomic transaction [...] The reason for relaxing the different properties is to cater for the type of use cases that you want, and that's why there is a lot of different extended transactions models. There is no one model that actually fits everything you could ever want to do.

Mark also explains the history of the transaction standards that are available for WS-* style web services, and also shares his opinion on the WS-vs.-REST debate:

I think it's going way too long and I think it's become very polarized in some sectors when it shouldn't have. There are certainly good reasons for using REST over HTTP, so obviously there is a distinction between REST and what I would like to call REST over HTTP, which is one way of doing REST. [...] From a REST perspective, the uniform interface does make a lot of sense in many cases. I think one of the problems that we have with web services is WSDL, to be perfectly honest. [...] Web services and REST can be used together. I do believe that we can do it, I'm not suggesting that it is easy, but if you look back at the amount of time and effort that has been wasted in these fights that we've had from individuals to big corporations, I would like to think that if we'd actually spent that time actually talking and trying to get these things resolved in a reasonable manner we could have been there by now.

The interview concludes with some statements on the way the Red Hat/JBoss acquisition affected both companies' employees.

Watch the full interview (32 minutes)

Rate this Article

Adoption
Style

BT