By david.chappell on May 21, 2009 3:50 PM
I recently did an interview along with co-author's Thomas Erl and Clemens Utschig-Utschig regarding the SOA Design Patterns book that we recently published.
The interview is located here as a podcast. If you can get past the first couple of of minutes of us patting each other on the back :) we talk about the patterns in the book that we contributed and what it was like doing it.
Cheers,
Dave
By david.chappell on May 27, 2009 4:15 PM
An article that I co-authored, which highlites the use of large XML documents in a SOA using Application Grid,has just been published online in SOA Journal.
The article includes a downloadable example that shows how to use JAXB and a streaming STAX parser to break up large XML documents and store them in an application grid as java objects, use a distributed query to manipulate the objects in the grid, then rematerialize the data as XML upon completion of multiple grid based operations. The pattern is based on common customer scenarios we are seeing.
The article also talks about how a SOA based application would interface with an application grid by implementing a Claim Check pattern.
I wouild love to hear your comments about this subject.
Cheers,
Dave