« Blu-Ray Versus HD-DVD | Weblog | Gold-Tungsten Fraud »
20051202 Friday December 02, 2005

Abstract Factory & Service Oriented Architecture

Abstract factory is my favorite design pattern. So the first thing I noticed about Service Oriented Architecture (SOA) is that it's a variation of abstract factory. I sketched out two designs of the same system, one as abstract factory, the other as an SOA -





Similarities include:

But I suppose their differences are more interesting. One of the touted features of SOA is "local implementation" combined with centralized interface control. How does that differ from AbstractFactory? In SOA, the "creation" ability of the abstract factory is shifted to the service. Another difference is that a requester needs knowledge of both the abstract factory and the created factory ("Chevy factory") but in SOA, the requester is isolated from knowledge of the service.

AbstractFactory is an application pattern, SOA is enterprise.
SOA has an explicit bus, AbstractFactory doesn't.
But in general, most differences are implied, based on their context of usage, not on the patterns themselves.

( Dec 02 2005, 08:11:56 AM EST ) Permalink Comments [1]

Trackback URL: http://www.realmeme.com/trackback/realmeme/Weblog/abstract_factory_service_oriented_architecture
Comments:

[Trackback] it totally rocks!

Posted by credit card terminal and processing on February 20, 2007 at 10:35 AM EST
Website: http://del.icio.us/credit_card_terminal #

Comments have been disabled.

Today's Page Hits: 1086