<?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>Christophe Hamerling [Archive] &#187; SCA</title>
	<atom:link href="http://planet.petalslink.com/home/chamerling/tag/sca/feed/" rel="self" type="application/rss+xml" />
	<link>http://planet.petalslink.com/home/chamerling</link>
	<description>Things around SOA, Web Services, Open Source and more...</description>
	<lastBuildDate>Wed, 07 Oct 2009 13:16:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Tutorial from The Server Labs on SCA JBI and PEtALS ESB</title>
		<link>http://planet.petalslink.com/home/chamerling/2009/07/15/tutorial-from-the-server-labs-on-sca-jbi-and-petals-esb/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2009/07/15/tutorial-from-the-server-labs-on-sca-jbi-and-petals-esb/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:47:14 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[PEtALS]]></category>
		<category><![CDATA[SCA]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/?p=141</guid>
		<description><![CDATA[Jacobo Matute from TheServerLabs wrote a very good tutorial on its blog about developping a SCA based application using JBI and especially using PEtALS SCA features. You can find the article here.]]></description>
			<content:encoded><![CDATA[<p>Jacobo Matute from <a href="http://www.theserverlabs.com/">TheServerLabs</a> wrote a very good tutorial on its blog about developping a SCA based application using JBI and especially using PEtALS SCA features. You can find the article <a href="http://www.theserverlabs.com/blog/2009/07/07/developing-apps-with-sca-and-jbi/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2009/07/15/tutorial-from-the-server-labs-on-sca-jbi-and-petals-esb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCA and PEtALS ESB, Yes We Can!</title>
		<link>http://planet.petalslink.com/home/chamerling/2009/05/07/sca-and-petals-esb-yes-we-can/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2009/05/07/sca-and-petals-esb-yes-we-can/#comments</comments>
		<pubDate>Thu, 07 May 2009 14:26:20 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[PEtALS]]></category>
		<category><![CDATA[SCA]]></category>
		<category><![CDATA[soa]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/?p=103</guid>
		<description><![CDATA[This news has not been published on the PEtALS Web Site (why?) but yes we now have some SCA (Service Component Architecture) tools available with PEtALS ESB! This work is a result of the ScorWare project in which eBM WebSourcing was involved in. The SCA feature is provided in PEtALS by the SCA JBI Service [...]]]></description>
			<content:encoded><![CDATA[<p>This news has not been published on the <a href="http://petals.ow2.org">PEtALS Web Site</a> (why?) but yes we now have some SCA (Service Component Architecture) tools available with PEtALS ESB!</p>
<p>This work is a result of the <a href="http://www.scorware.org/" target="_blank">ScorWare</a> project in which eBM WebSourcing was involved in.</p>
<p>The SCA feature is provided in PEtALS by the SCA JBI Service Engine (<a href="http://forge.ow2.org/project/download.php?group_id=213&amp;file_id=12644">link to the component</a> and <a href="http://forge.ow2.org/project/download.php?group_id=213&amp;file_id=12645">link to the documentation</a>)</p>
<blockquote><p>The main advantage of SCA over other approaches, like BPEL or EIP, is that you can define the composition with Java instead of XML. The SCA composite defines services, which are exposed in the bus. It also defines references, which point to services that might be called or used by the composite at runtime. These references define possible dependencies. And eventually, your composite embeds a Java implementation which allows you to manipulate the references as simple Java objects. This makes the user job easier, in particular to call a service operation or test conditions on a service call result.</p></blockquote>
<p>For more details on SCA, on tools and more, take a look at the links below :</p>
<ul>
<li> <a href="http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications">SCA</a> is a specification defined by the Open SOA consortium.</li>
<li><a href="http://www.oasis-opencsa.org/committees">SCA</a> is in standardization process by the OASIS Consortium.</li>
<li><a href="https://wiki.objectweb.org/frascati/Wiki.jsp?page=FraSCAti">OW2 FraSCAti</a> is the SCA platform the SCA service engine is based on.</li>
<li><a href="http://wiki.eclipse.org/STP/SCA_Component">Eclipse SCA Tools</a> exist and are hosted by the SOA Tools Platform project. They can be used with the SCA service engine.</li>
<li><a href="http://www.ebmwebsourcing.com/forum/topic30.html">PEtALS Eclipse tools</a> complete the STP SCA tools for PEtALS specifics (PEtALS Maven plug-in support, packaging for PEtALS&#8230;).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2009/05/07/sca-and-petals-esb-yes-we-can/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

