<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.dreameffect.org &#187; SOA</title>
	<atom:link href="http://blog.dreameffect.org/tag/soa/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dreameffect.org</link>
	<description>see what I have to say (in case you were interested)</description>
	<lastBuildDate>Mon, 05 Jul 2010 22:30:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Service Component Architecture</title>
		<link>http://blog.dreameffect.org/2010/01/13/service-component-architecture/</link>
		<comments>http://blog.dreameffect.org/2010/01/13/service-component-architecture/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 13:41:14 +0000</pubDate>
		<dc:creator>Ludovic</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[SOA]]></category>

		<guid isPermaLink="false">http://blog.dreameffect.org/?p=369</guid>
		<description><![CDATA[Today, Fabric3 announced the general availability of their latest SCA implementation. Although I have heard the term before I have never taken the time to read further on the subject so this morning I decided to change that. This introduction to SCA by David Chappel does a good job at providing an overview of what [...]]]></description>
			<content:encoded><![CDATA[<p>Today, <a href="http://www.fabric3.org">Fabric3</a> announced the general availability of their latest SCA implementation. Although I have heard the term before I have never taken the time to read further on the subject so this morning I decided to change that. This <a href="http://www.davidchappell.com/articles/Introducing_SCA.pdf">introduction to SCA</a> by <a href="http://www.davidchappell.com/">David Chappel</a> does a good job at providing an overview of what Service Component Architecture is about.</p>
<p>In essence there is nothing revolutionary about SCA. In my view, it is an effort to standardise how services and their interactions are defined in a technology-agnostic manner. Anyone who has been developing enterpise applications using the <a href="http://www.springsource.org/">Spring Framework</a> or <a href="http://www.osgi.org/Main/HomePage">OSGi </a>should be pretty familiar the concepts in SCA.</p>
<p>At the core of SCA are <em>Service</em>s. Services are implementated using <em>Component</em>s. Components can be composed (<em>Composite</em>s) to provide more refined behaviours. All of these components and compositions of components live within a <em>Domain</em>. Interactions between these services are expressed as <em>Reference</em>s. The actual communication between components is left to the responsibily of <em>Binding</em>s, thus isolating the business logic from the underlying remoting technology. The SCA runtime is responsible for dependency injections so services need not concern themselves with locating dependencies. Finally, the use of annotations and xml configurations mean that services/components can be implemented as simple objects.</p>
<p>Besides <a href="http://www.fabric3.org/">Fabric3</a>, there&#8217;s another open-source SCA implemention from <a href="http://www.apache.org/">Apache</a> called <a href="http://tuscany.apache.org/">Tuscani</a>.</p>
<p>I&#8217;m quite curious to see how practical/useful this architecture is. Hopefully I&#8217;ll find the time to experiment with one of these implementations.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreameffect.org/2010/01/13/service-component-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
