InfoQ

News

Interview: Frank Cohen on FastSOA

Posted by Stefan Tilkov on Apr 05, 2007 09:40 AM

Community
SOA
Topics
Performance & Scalability
Tags
XML ,
Caching ,
XQuery
InfoQ today publishes a one-chapter excerpt from Frank Cohen's book "FastSOA". On this occasion, InfoQ had a chance to talk to Frank Cohen, creator of the FastSOA methodology, about the issues when trying to process XML messages, scalability, using XQuery in the middle tier, and document-object-relational-mapping.

Frank has taken care to answer our questions in great detail; be sure to read the full interview and download the sample chapter.

6 comments

Reply

DataPower by Jason Lenhart Posted Apr 5, 2007 11:12 AM
Re: DataPower by Frank Cohen Posted Apr 5, 2007 12:58 PM
Native XML DB? by Jeff Highman Posted Apr 6, 2007 1:11 PM
Re: Native XML DB? by Frank Cohen Posted Apr 8, 2007 5:57 PM
Re: Native XML DB? by Jeff Highman Posted Apr 21, 2007 6:16 AM
How would you compare the FastSOA approach to NetKernel? by Mircea Cocosila Posted Jul 27, 2007 3:56 PM
  1. Back to top

    DataPower

    Apr 5, 2007 11:12 AM by Jason Lenhart

    FastSOA appears to be more of a software solution to many of the problem domains solved by DataPower.

  2. Back to top

    Re: DataPower

    Apr 5, 2007 12:58 PM by Frank Cohen

    Hi Jason: The patterns are platform agnostic, but they do require a persistence engine. As far as I know IBM's DataPower appliances give you the transformation and security decription capability. I did not see a persistence engine to let you do things like intelligent caching, transformation, and federation in the appliance. Did I get that wrong? -Frank

  3. Back to top

    Native XML DB?

    Apr 6, 2007 1:11 PM by Jeff Highman

    Are you using (in your metrics) the XML database?

    I would expect that for a fixed data set (where the message itself had a high correlation to the physical storage) this would be more efficient. For a message that has customer, order, payment, and product to represent and "purchase order service" I would expect each entity to be persisted in a relational way so that another service might be “customer details” and another to be “product details”. I would expect the performance to go down as you had more needs to aggregate data from the XML DB. I am guessing that as the more aggregation was needed, the less a hierarchical db would be more efficient than an object relational solution.

    XML is a hierarchical, so I presume that Native XML DB would also be persist hierarchical, but most apps have a need to store things in a relational database because of the relational nature of the information. While the transformations are a cost, shouldn’t this cost be compared on an aggregate level?

    I have not worked with any XML databases so I was just wondering about the efficiencies of using them.

  4. Back to top

    Re: Native XML DB?

    Apr 8, 2007 5:57 PM by Frank Cohen

    Hi Jeff: Native XML databases are typically hierarchical in the way they store data and multi-dimensional in the each stored XML document have a different hierarchy. This is different from object databases where you truly didn't know exactly what you would be storing and querying ahead of time. Native XML databases now have the XQuery and XPath query syntax to work with the stored documents. Most of the XML DBs also have an indexing engine that uses one or more schemas to determine the correct approach to indexing the contents of a collection (the XML DB version of a row-set.) In my performance and scalability testing I find that native XML databases usually achieve 5x to 30x performance increase over using similar XML techniques on a relational DB.

    -Frank

  5. Back to top

    Re: Native XML DB?

    Apr 21, 2007 6:16 AM by Jeff Highman

    Thanks Frank, that's a pretty profound improvement. Looking forward to to reading FAST SOA.

  6. Hi Frank: It seems that NetKernel - netkernel.org - already addresses the problems FastSOA addresses. NetKernel also provides an uniform programming model using the resource oriented paradigm. How would you compare your approach to NetKernel?

Exclusive Content

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.

Building your next service with the Atom Publishing Protocol

In his presentation, recorded at QCon San Francisco, MuleSource architect Dan Diephouse explores ways to use the Atom Publishing Protocol (AtomPub) when building services in a RESTful way.