How does SOA achieve loose coupling among interacting software agents?

It does so by employing two architectural constraints:

  • A small set of simple and widespread interfaces to all participating software agents. Only generic semantics are encoded at the interfaces. The interfaces are universally available for all providers and consumers. 
  • Descriptive messages constrained by an extensible schema delivered through the interfaces. No, or only minimal, system activity is prescribed by messages. A schema limits the vocabulary and structure of messages. An extensible schema allows new versions of services to be introduced without breaking existing services.
 
 
 

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP