<?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"
	>

<channel>
	<title>Eclipse SCA Tools Blog</title>
	<atom:link href="http://dev.eclipse.org/blogs/sdrapeau/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.eclipse.org/blogs/sdrapeau</link>
	<description></description>
	<pubDate>Mon, 29 Jun 2009 15:58:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>SCA Tools Galileo Release</title>
		<link>http://dev.eclipse.org/blogs/sdrapeau/2009/06/29/sca-tools-galileo-release/</link>
		<comments>http://dev.eclipse.org/blogs/sdrapeau/2009/06/29/sca-tools-galileo-release/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:58:00 +0000</pubDate>
		<dc:creator>St?phane Drapeau</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<category><![CDATA[SCA]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/sdrapeau/?p=35</guid>
		<description><![CDATA[The SCA Tools project has seen an enormous amount of new development since the 2008 Ganymede release. We&#8217;ve added an XML editor to make editing and updating SCA-standard assembly files really easy.

For Java developers, it&#8217;s now possibly to create an SCA assembly definition and then generate Java code from it. And, if you want to [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.eclipse.org/stp/sca/index.php">SCA Tools project</a> has seen an enormous amount of new development since the 2008 Ganymede release. We&#8217;ve added an <a href="http://wiki.eclipse.org/STP/SCA_Component/SCA_XML_Editor">XML editor</a> to make editing and updating SCA-standard assembly files really easy.</p>
<p><img src="http://wiki.eclipse.org/images/d/da/SCA2M3XMLEditorAutoCompletion.jpg" alt="SCA Tools 2.0.0 - XML editor" /></p>
<p>For Java developers, it&#8217;s now possibly to create an SCA assembly definition and then <a href="http://wiki.eclipse.org/STP/SCA_Component/SCA_Composite_to_Java">generate Java code</a> from it. And, if you want to start with some Java you already have, we&#8217;ve added a special introspector that will investigate your code and automatically produce an SCA assembly.</p>
<p><img src="http://wiki.eclipse.org/images/5/5c/SCATools-GenerateJavaSkeleton.jpg" alt="SCA Tools 2.0.0 Generate Java and Introspect Java code" /></p>
<p>Once you&#8217;ve created your Java SCA project, you can then <a href="http://wiki.eclipse.org/STP/SCA_Component/SCA_Java_Run_and_Debug">run and debug</a> it using the great facilities that Eclipse provides.</p>
<p><img src="http://wiki.eclipse.org/images/c/cf/SCA_Java_Run_and_Debug_runAs.gif" alt="Run as" /></p>
<p>We also have made sure that the SCA artifacts you might create are <a href="http://wiki.eclipse.org/STP/SCA_Component/SCA_Builder">properly validated</a>, helping you spot mistakes early in the process.</p>
<p><img src="http://wiki.eclipse.org/images/6/69/SCAErrorMarker.png" alt="SCA Tools 2.0.0 - Validation" /></p>
<p>We even took the time to update the graphics, giving us a prettier SCA Composite Designer.</p>
<p><img src="http://www.eclipse.org/stp/sca/screenshots/composite.png" alt="SCA Tools 2.0.0 - Composite Designer" /></p>
<p>For me, the most exciting feature is how we&#8217;ve developed the core SCA model to be <a href="http://wiki.eclipse.org/STP/SCA_Component/SCA_MMExtension">extensible</a> by people who want to write in <a href="http://wiki.eclipse.org/STP/SCA_Component/SCA_CompositeDesignerExtension">extra capabilities into the tools</a>. The heart of the model contains the SCA standard specifications, and different extensions have been created to support the key Open Source SCA runtimes - Apache Tuscany 1.4 and Frascati 0.5. Using the extension mechanisms, it is much more straightforward to <a href="http://wiki.eclipse.org/STP/SCA_Project/Ontology">add new concepts</a> to SCA and extend the tools to include them.</p>
<p>SCA Tools has been improved a lot. <a href="http://wiki.eclipse.org/STP/SCA_Project">Download SCA Tools 2.0.0 now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/sdrapeau/2009/06/29/sca-tools-galileo-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SCA at EclipseCon&#8217;09</title>
		<link>http://dev.eclipse.org/blogs/sdrapeau/2009/03/17/sca-at-eclipsecon09/</link>
		<comments>http://dev.eclipse.org/blogs/sdrapeau/2009/03/17/sca-at-eclipsecon09/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 15:06:09 +0000</pubDate>
		<dc:creator>St?phane Drapeau</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<category><![CDATA[SCA]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/sdrapeau/?p=22</guid>
		<description><![CDATA[The EclipseCon 2009 conference has an excellent program with so many interesting sessions. For those that are interested in SCA, there will be a tutorial and a short talk:

The tutorial, Towards Integrated SOA Development with Eclipse STP and Swordfish (Monday, 13:30, 4 hours, Room 207), is not exclusively about SCA. It demonstrates how SOA applications [...]]]></description>
			<content:encoded><![CDATA[<p>The EclipseCon 2009 conference has an excellent program with so many interesting sessions. For those that are interested in SCA, there will be a tutorial and a short talk:</p>
<ul>
<li>The tutorial, <a href="http://www.eclipsecon.org/2009/sessions?id=368">Towards Integrated SOA Development with Eclipse STP and Swordfish</a> (Monday, 13:30, 4 hours, Room 207), is not exclusively about SCA. It demonstrates how SOA applications can be developed and run using the tools and runtimes provided by the <a href="http://www.eclipse.org/stp/">STP project</a> and the <a href="http://www.eclipse.org/swordfish/">Swordfish project</a>.</li>
<li>Vincent will also present the <a href="http://www.eclipsecon.org/2009/sessions?id=516">new &amp; noteworthy features</a> of the <a href="http://www.eclipse.org/stp/sca/index.php">SCA Tools project</a> (Tuesday, 13:50, 10 minutes, Room 209/210). This talk will be part of the track titled &#8220;<a href="http://www.eclipsecon.org/2009/sessions?id=728">SOA Track Set</a>&#8221; that is a collection of short talks about different STP projects.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/sdrapeau/2009/03/17/sca-at-eclipsecon09/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SCA Tools weekly build</title>
		<link>http://dev.eclipse.org/blogs/sdrapeau/2009/03/11/sca-tools-weekly-build/</link>
		<comments>http://dev.eclipse.org/blogs/sdrapeau/2009/03/11/sca-tools-weekly-build/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 09:42:37 +0000</pubDate>
		<dc:creator>St?phane Drapeau</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<category><![CDATA[SCA]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/sdrapeau/?p=9</guid>
		<description><![CDATA[Like the BPMN modeler, the SCA Tools project has now a weekly build (every Sunday at midnight GMT). Thank you very much Oisin!
You can check the status of the build on the Eclipse Hudson server. You will need to log in with your build.eclipse.org credentials to see the results. On that page you will find [...]]]></description>
			<content:encoded><![CDATA[<p>Like the <a href="http://dev.eclipse.org/blogs/bpmnmodeler/2009/03/10/bpmn-modeler-weekly-build/">BPMN modeler</a>, the SCA Tools project has now a weekly build (every Sunday at midnight GMT). Thank you very much <a href="http://oisinh.wordpress.com/">Oisin</a>!</p>
<p>You can check the status of the build on the <a href="https://build.eclipse.org/hudson/job/stp.sca-tools.trunk/">Eclipse Hudson server</a>. You will need to log in with your build.eclipse.org credentials to see the results. On that page you will find zip files which are archived update sites of the builds.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/sdrapeau/2009/03/11/sca-tools-weekly-build/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse kills open-source SOA projects: c&#8217;est la vie!</title>
		<link>http://dev.eclipse.org/blogs/sdrapeau/2008/11/12/eclipse-kills-open-source-soa-projects-cest-la-vie/</link>
		<comments>http://dev.eclipse.org/blogs/sdrapeau/2008/11/12/eclipse-kills-open-source-soa-projects-cest-la-vie/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 14:23:24 +0000</pubDate>
		<dc:creator>St?phane Drapeau</dc:creator>
		
		<category><![CDATA[SCA]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/sdrapeau/2008/11/12/eclipse-kills-open-source-soa-projects-cest-la-vie/</guid>
		<description><![CDATA[Rumors are circulating that the Eclipse foundation closes SOA projects because SOA tools are not popular with Eclipse contributors (in french). I really don&#8217;t think so!
Two components of the STP (SOA Tools Platform) project are closed (STP-SC and STP-SOAS). But, it&#8217;s not a negative sign. On the contrary! It&#8217;s a sign of maturity.
These two components [...]]]></description>
			<content:encoded><![CDATA[<p>Rumors are circulating that the Eclipse foundation closes SOA projects because <a href="http://www.lemondeinformatique.fr/actualites/commentaires-eclipse-arrete-des-projets-soa-faute-de-combattants-27366-page-1-commentaire-0.html#commentaires">SOA tools are not popular with Eclipse contributors (in french)</a>. I really don&#8217;t think so!</p>
<p>Two components of the <a href="http://www.eclipse.org/stp/">STP (SOA Tools Platform)</a> project are closed (<a href="http://dev.eclipse.org/newslists/news.eclipse.stp/msg00656.html">STP-SC and STP-SOAS</a>). But, it&#8217;s not a negative sign. On the contrary! It&#8217;s a sign of maturity.</p>
<p>These two components are closed because for a while now they were no longer maintained. But STP is not dead. Last year, the STP project grew with the arrival of many new tools for SOA: <a href="http://www.eclipse.org/stp/im/index.php">STP-IM</a>, <a href="http://www.eclipse.org/stp/policy/index.php">STP-Policy</a>, <a href="http://www.eclipse.org/stp/eid/index.php">STP-EID</a>, <a href="http://www.eclipse.org/stp/sca/index.php">SCA Tools</a>. These components/projets are still alive and they are very active. More over, the &#8216;historical&#8221; components of STP have never been so active. Since two weeks, the <a href="http://www.eclipse.org/bpmn/index.php">BPMN modeler</a> is a sub-project of STP.</p>
<p>So, it was the time for STP to be restructured to keep a clear line.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/sdrapeau/2008/11/12/eclipse-kills-open-source-soa-projects-cest-la-vie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SCA Composite Designer: new colors</title>
		<link>http://dev.eclipse.org/blogs/sdrapeau/2008/08/04/sca-composite-designer-new-colors/</link>
		<comments>http://dev.eclipse.org/blogs/sdrapeau/2008/08/04/sca-composite-designer-new-colors/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:07:46 +0000</pubDate>
		<dc:creator>St?phane Drapeau</dc:creator>
		
		<category><![CDATA[SCA]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/sdrapeau/2008/08/04/sca-composite-designer-new-colors/</guid>
		<description><![CDATA[Following the nice icons proposed by Etienne, it became crucial  to propose new colors.
Thanks to Laurent, from the EMF Compare project, I added a gradient of color on each element of the modeler.
Before:

Now:

I think it&#8217;s better, what do you think?
Currently, the SCA designer with these new colors is only available on the svn. However, [...]]]></description>
			<content:encoded><![CDATA[<p>Following the nice icons proposed by <a href="http://www.mda4eclipse.com/2008/06/icon-set-for-post-ganymede-version-of.html">Etienne</a>, it became crucial <img src='http://dev.eclipse.org/blogs/sdrapeau/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> to propose new colors.</p>
<p>Thanks to Laurent, from the <a href="http://www.eclipse.org/modeling/emft/?project=compare#compare">EMF Compare project</a>, I added a gradient of color on each element of the modeler.</p>
<p>Before:<br />
<img src="http://wiki.eclipse.org/images/d/d0/OldSCADesigner.PNG" alt="" /></p>
<p>Now:<br />
<img src="http://wiki.eclipse.org/images/9/9b/NewSCADesigner.png" alt="" /></p>
<p>I think it&#8217;s better, what do you think?</p>
<p>Currently, the SCA designer with these new colors is only available on the svn. However, we plan to provide quickly a new build.<br />
This build will provide another new feature: extension points to add easily new/specific SCA elements in the designer (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=236221">Thanks Norihiro</a>!).</p>
<p>As usual, if you want to know more about the SCA Tools project, please have a look at our <a href="http://wiki.eclipse.org/STP/SCA_Component">wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/sdrapeau/2008/08/04/sca-composite-designer-new-colors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SCA Tools creation review has been successful!</title>
		<link>http://dev.eclipse.org/blogs/sdrapeau/2008/07/23/sca-tools-creation-review-has-been-successful/</link>
		<comments>http://dev.eclipse.org/blogs/sdrapeau/2008/07/23/sca-tools-creation-review-has-been-successful/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:29:58 +0000</pubDate>
		<dc:creator>St?phane Drapeau</dc:creator>
		
		<category><![CDATA[SCA]]></category>

		<guid isPermaLink="false">http://dev.eclipse.org/blogs/sdrapeau/2008/07/23/sca-tools-creation-review-has-been-successful/</guid>
		<description><![CDATA[The SCA Tools team is pleased to announce that the SCA Tools project has successfully passed the Eclipse creation review! Champagne! 
Next steps?
Many new features are planned or already available in the svn:

An XML editor for assembly files and component types (svn)
Some tools to test SCA applications (planned)
An editor for composite files based on Eclipse [...]]]></description>
			<content:encoded><![CDATA[<p>The SCA Tools team is pleased to announce that the <strong>SCA Tools project</strong> has successfully passed the <a href="http://www.eclipse.org/proposals/sca-tools/">Eclipse creation review</a>! Champagne! </p>
<p>Next steps?<br />
Many new features are planned or already available in the svn:</p>
<ul>
<li>An XML editor for assembly files and component types (svn)</li>
<li>Some tools to test SCA applications (planned)</li>
<li>An editor for composite files based on Eclipse forms (planned)</li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=236221">Meta model extensibility</a>, SCA Composite designer extensibility also (in progress)</li>
<li>New icons (svn)</li>
<li>SCA nature and SCA perspective (svn)</li>
<li>New colors for the SCA Composite Designer (less aggressive <img src='http://dev.eclipse.org/blogs/sdrapeau/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>&#8230; have a look on the <a href="http://wiki.eclipse.org/STP/SCA_Component">SCA Tools wiki</a></li>
</ul>
<p>Any contribution/suggestion/help is welcome&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.eclipse.org/blogs/sdrapeau/2008/07/23/sca-tools-creation-review-has-been-successful/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
