10 tips on how to prevent business value risk
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Stefan Tilkov on May 04, 2009
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).
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
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.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
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.
Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.
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.
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?
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.
2 comments
Watch Thread Reply