InfoQ

News

Presentation: Ian Robinson on REST, Atom and AtomPub

Posted by Stefan Tilkov on May 04, 2009

Community
Architecture,
SOA
Topics
Event Driven Architecture ,
REST
Tags
QCon ,
Atom ,
QCon San Francisco 2008 ,
Caching ,
HTTP

In a presentation recorded at QCon San Francisco, ThoughtWorks' Ian Robinson explains how Atom and AtomPub can be used as part of a RESTful HTTP approach in enterprise projects.

 Ian starts by outlining different implementation options for distributing events in an enterprise scenario: Point-to-point, bus, or even polling. He explains how the last of these options can be supported using HTTP and the Atom syndication format, where the format originally designed to notify readers of news sources such as weblogs can be generalized to arbitrary event streams. 

Next, Ian explains how HTTP's features, particularly its support for caching and cache validation, can turn polling into a usable alternative. He shows how an archive of events can be navigated using links, and outlines the problems with the 'application/xml' media type. 

After explaining how conflicts can be handled, he offers some guidance regarding the applicability of feeds. Finally, Robertson spends some time on advanced caching concepts.

Ian Robertson's presentation goes beyond a simple REST introduction and offers highlights some advanced solutions available to architects applying the REST style.

Watch the full presentation (59 minutes). 

 

No subscriber list for the "polling" solution is not completely accurate. by Bediako George Posted May 5, 2009 1:02 PM
Re: No subscriber list for the by Dominique JOCAL Posted May 15, 2009 9:57 AM
  1. Although a subscriber list is not explicitly maintained for the poll solution, enterprise security considerations will force you to create a list of allowed consumers. Of course, authentication and authorization of those consumers must also occur. The end result, for all intents and purposes, is a subscriber list.

    This does not in any way take away from the greater point the presenter makes which is that the "consumer poll" approach is fundamentally different from the "enterprise service bus" approach, and in many cases represents a simple, efficient, and cost effective alternative.

    At Lucid, we have created an open source processing framework call Hannibal that promotes many of the values addressed in this presentation. If you are interested feel free to download it here:

    code.google.com/p/hannibalcodegenerator/

    Bediako George
    lucidtechnics.com

  2. Back to top

    Re: No subscriber list for the

    May 15, 2009 9:57 AM by Dominique JOCAL

    even without security issues, the end result is always a list; the interesting point is to find a way to delegate it.
    Maybe you can also delegate security stuff also to other components:
    - putting applications in a secured area, so they can trust each other through anonymous calls;
    - or connecting applications to a common security system managing application identities and roles, and simply requiring a given role at the publisher level.

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.