Presentation: Ian Robinson on REST, Atom and AtomPub
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).
- Sections
- Enterprise Architecture
- Architecture & Design
- Topics
- Atom
- Conferences
- Infrastructure
- Enterprise Architecture
- Programming
- W3C
- SOA
- Clustering & Caching
- Languages
- XML
- Architecture
- XML Schema
- Web Services
- REST
- QCon San Francisco 2008
- HTTP
- Caching
- Specifications
- Performance
- Markup Languages
- QCon
- Event Driven Architecture
No subscriber list for the "polling" solution is not completely accurate.
by
Bediako George
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
Re: No subscriber list for the
by
Dominique JOCAL
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
Writing Usable APIs in Practice
Giovanni Asproni May 19, 2013
Concurrency in Clojure
Stuart Halloway May 17, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think