InfoQ

InfoQ

Presentation

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Recorded at:
Recorded at

RESTful Enterprise Development

Presented by Ian Robinson on Apr 29, 2009 Length 00:58:41
Sections
Architecture & Design,
Enterprise Architecture
Topics
REST ,
Event Driven Architecture ,
Architecture ,
SOA
Tags
Caching ,
QCon San Francisco 2008 ,
HTTP ,
QCon ,
Atom
The next QCon is in London March 5-9, Join us!
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
In this presentation, recorded at QCon San Francisco, ThoughtWorks' Ian Robinson explains how a RESTful HTTP approach can be applied in an Enterprise project. He makes use of many of the techniques that make HTTP a powerful protocol, including caching, hypermedia, and the use of standard formats such as Atom Syndication for event notification.

Bio
Ian Robinson is a Principal Consultant with ThoughtWorks, where he specializes in the design and delivery of service-oriented and distributed systems. He has published numerous articles on business-oriented development methodologies and distributed systems design, most recently in The ThoughtWorks Anthologyand on InfoQ. He is currently co-authoring a book on Web-friendly enterprise integration.

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.
  • This article is part of a featured topic series on SOA
No subscriber list for the "polling" solution is not completely accurate. by Bediako George Posted
Re: No subscriber list for the by Dominique JOCAL Posted
  1. Back to top

    No subscriber list for the "polling" solution is not completely accurate.

    by Bediako George

    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

    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

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.

Polyglot Persistence for Java Developers - Moving Out of the Relational Comfort Zone

Chris Richardson shows how he ported a relational database to three NoSQL data stores: Redis, Cassandra and MongoDB.

The Golden Circle – Why How What

Jean Tabaka challenges the audience to reflect on what Agile practices they are employing, how they are using them, ending with the questions “Why have their organization chosen to go Agile?