InfoQ

Presentation

Recorded at:
Recorded at

A couple of ways to skin an Internet-scale cat

Presented by Jim Webber on Oct 29, 2008

Community
SOA
Topics
Web Services ,
WS Standards ,
Workflow / BPM ,
REST
Tags
WSDL ,
MEST
Summary
In this presentation, recorded at QCon San Francisco, ThoughtWorks director of professional services and all-around Web and Web services expert Jim Webber explains the core concepts of message-oriented web services, expresses his thorough dislike of WSDL, explains different approaches to Web architecture, and shows an example of a RESTful workflow.

Bio
Dr. Jim Webber is director of professional services for ThoughtWorks, where he works on distributed 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 and is co-author of the book "Developing Enterprise Web Services - An Architect's Guide".

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community.QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
Good presentation but lacks the practical touch by Prashant Parab Posted Nov 4, 2008 11:43 PM
Re: Good presentation but lacks the practical touch by Jim Webber Posted Nov 5, 2008 10:06 AM
Great RESTful Talks by Iqbal Yusuf Posted Nov 8, 2008 10:22 PM
Micro Format by Iqbal Yusuf Posted Nov 8, 2008 10:25 PM
WebDAV by Pavel Veller Posted Nov 14, 2008 11:09 PM
The slides? by JAVAID ASLAM Posted Dec 1, 2008 10:41 AM
  1. Back to top

    Good presentation but lacks the practical touch

    Nov 4, 2008 11:43 PM by Prashant Parab

    This is a good REST presentation to understand its potential. But when you imagine to implement it for any real world enterprise systems you need to take care of some of the important aspects like transaction, reliability, etc. This presentation fails to cover those topics.

  2. Hi Prashant,

    You're right, these are important topics and they cannot be wedged into a single talk. On the upside, they are all in my forthcoming book on Web integration. In the meantime, here's a minimal set of answers to your points:

    1. Transactions - Don't use them, or at least not to cross service boundaries. Use other patterns to get consistent state updates (after all the whole REST thing is about state so it's a good tool for that job);

    2. Reliability - Safety and idempotence deal with this on the Web. Retries are valid, and the metadata you get from interacting with a service helps with recovery scenarios. Don't underestimate the utility of safe GETs.

    HTH.

    Jim

  3. Back to top

    Great RESTful Talks

    Nov 8, 2008 10:22 PM by Iqbal Yusuf

    Wonderful presentation Jim. You make hard topic easy. I'm a civil engineer turned into a web application developer by choice. People like me (who do not have C.Sc. degree) will benifit from your easy presentation.

    Thanks.

    Iqbal

  4. Back to top

    Micro Format

    Nov 8, 2008 10:25 PM by Iqbal Yusuf

    Hi Jim,

    You talked about micro format. Can you provide us with some links to this subject?

    Thanks.

    Iqbal

  5. Back to top

    WebDAV

    Nov 14, 2008 11:09 PM by Pavel Veller

    Some time ago I built a small WebDAV Access Point. While building it I had a very clear feeling that HTTP with its verbs and statuses was all I needed to build a transactional app. As part of that endeavour I built what was natural for WebDAV - bridge to documents and folders. But then I clearly saw how I could extend the capabilities of that little proxy tool for documents to also support CRUD operations for defects, tasks, etc. (it was a project management type of system that I built a bridge for). I even gave it a shot to see if it was really that easy to build it working right on the HTTP abstraction level but quickly gave up. Not because HTTP failed me. Simply because my work targeted MS Explorer as the only client and WebDAV response had no way of extending Explorer behaviour, I just could not expose "new" features to the end user; mapping them to the HTTP semantics was not an issue.

    I don't see WebDAV talked about much but it is a nice resource-oriented HTTP-based XML-driven protocol that has been out there for quite a while. Definitely not ready to be an integration services protocol but a good proof that the concept presented by Jim is perfectly viable.

    Nice talk, thanks a lot

  6. Back to top

    The slides?

    Dec 1, 2008 10:41 AM by JAVAID ASLAM

    Hi Jim,
    Excellent presentation-- very insightful.
    Can one get the slides somehow?

    Thank you,
    -Javaid

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.