<?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>EclipseSource Blog &#187; Ian Bull</title>
	<atom:link href="http://eclipsesource.com/blogs/author/irbull/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Thu, 02 Sep 2010 05:11:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>OSGi in Dublin</title>
		<link>http://eclipsesource.com/blogs/2010/09/02/osgi-in-dublin/</link>
		<comments>http://eclipsesource.com/blogs/2010/09/02/osgi-in-dublin/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 05:11:27 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[OSGi]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4712</guid>
		<description><![CDATA[If anybody is going to be in Dublin next Thursday (Sept 9th), I&#8217;ll be talking about OSGi, Software Modularity and Single Sourcing.  Details of the event can be found here. If anybody is going to be in the area, let me know. I&#8217;d love to catch up with some Eclipse folks over a few frosty [...]]]></description>
			<content:encoded><![CDATA[<p>If anybody is going to be in Dublin next Thursday (Sept 9th), I&#8217;ll be talking about OSGi, Software Modularity and Single Sourcing.  Details of the event can be found <a href="http://www.isa-skillnet.com/Training_Courses/88#ss162">here</a>. If anybody is going to be in the area, let me know. I&#8217;d love to catch up with some Eclipse folks over a few frosty beverages.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/09/02/osgi-in-dublin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Help, I&#8217;m looking for directions &#8212; Eclipse Active Help</title>
		<link>http://eclipsesource.com/blogs/2010/09/02/help-im-looking-for-directions-eclipse-active-help/</link>
		<comments>http://eclipsesource.com/blogs/2010/09/02/help-im-looking-for-directions-eclipse-active-help/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 04:13:40 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4708</guid>
		<description><![CDATA[I know Eclipse &#8216;Help&#8217; is not a very exciting topic, but today I found myself working with a little known secret of Help.  Most people know that you can setup context sensitive help (Press F1 and bring up help for the specific workbench part under focus).   However, did you now you do the opposite? [...]]]></description>
			<content:encoded><![CDATA[<p>I know Eclipse &#8216;Help&#8217; is not a very exciting topic, but today I found myself working with a little known secret of Help.  Most people know that you can setup context sensitive help (Press F1 and bring up help for the specific workbench part under focus).   However, did you now you do the opposite?  That is, activate code in your RCP application from a link in Help?</p>
<p>Here&#8217;s the use case:  Say you have created a chat client built on the Eclipse RCP Platform.  Like any good software engineer, you&#8217;ve created extensive help content.  In addition to <strong>Instructions</strong>, you want to provide links that actually open the dialogs, or perform the actions. <strong>Active Help</strong> is the solution.</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/09/contact.png"><img class="aligncenter size-full wp-image-4710" title="contact" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/09/contact.png" alt="contact Help, Im looking for directions    Eclipse Active Help" width="553" height="328" /></a></p>
<p style="text-align: left;">In this example, I&#8217;ve added a link that opens the &#8220;Add Contact&#8221; dialog, directly from the &#8220;Adding a Contact&#8221; Help page.</p>
<p style="text-align: left;">Doing this is extremely simple too. On the Java side, you simply need to implement the <strong>ILiveHelpAction</strong>.  Then, on the help side you simply add the following JavaScript to your help contents:</p>
<pre>&lt;a href='javascript:liveAction(
	"org.eclipsercp.hyperbola",
	"org.eclipsercp.hyperbola.ActiveHelpOpenDialogAction",
	"")'&gt;Click here for a Message.&lt;/a&gt;</pre>
<p>The only thing to keep in mind is that the Action is not executed on the UI thread, so you may need to synchronize this yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/09/02/help-im-looking-for-directions-eclipse-active-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlanetEclipse in March 2005</title>
		<link>http://eclipsesource.com/blogs/2010/08/11/planeteclipse-in-march-2005/</link>
		<comments>http://eclipsesource.com/blogs/2010/08/11/planeteclipse-in-march-2005/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 03:49:57 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[planeteclipse]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4589</guid>
		<description><![CDATA[What do the following people have in common: Andre Oosthuizen Ed Burnette Euxx Frank Sauer Gunnar Wagenknecht Luis de la Rosa Martin Perez Vasanth Dharmaraj They were the original 8 feeds on PlanetEclipse.  If you are interested in some of the first posts checkout this link.  Or, you can browse through time here. For those [...]]]></description>
			<content:encoded><![CDATA[<p>What do the following people have in common:</p>
<ol>
<li>Andre Oosthuizen</li>
<li>Ed Burnette</li>
<li>Euxx</li>
<li>Frank Sauer</li>
<li>Gunnar Wagenknecht</li>
<li>Luis de la Rosa</li>
<li>Martin Perez</li>
<li>Vasanth Dharmaraj</li>
</ol>
<p>They were the original 8 feeds on <a href="http://planeteclipse.org/planet/">PlanetEclipse</a>.  If you are interested in some of the first posts checkout this <a href="http://web.archive.org/web/20050319174022/http://planeteclipse.org/">link</a>.  Or, you can browse through time <a href="http://web.archive.org/web/*/http://planeteclipse.org">here</a>.</p>
<p>For those of you that don&#8217;t know, <a href="http://planeteclipse.org/planet/">planeteclipse</a> is open to committers, contributors, or anybody with a passion for Eclipse.  If you have something to say, feel free to request that your feed be <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&amp;component=PlanetEclipse.org">added</a> (checkout the <a href="http://wiki.eclipse.org/index.php/PlanetEclipse#Guidelines">guidelines</a> first).</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/08/11/planeteclipse-in-march-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 Eclipse Helios Features</title>
		<link>http://eclipsesource.com/blogs/2010/06/23/top-10-eclipse-helios-features/</link>
		<comments>http://eclipsesource.com/blogs/2010/06/23/top-10-eclipse-helios-features/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 06:11:01 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4426</guid>
		<description><![CDATA[Two weeks ago I asked you to think about high quality software that has been consistently delivered on-time. Think about software that is used by millions of people world-wide, built by hundreds of developers, free to use and open to everybody and anybody. Think about software that spans domains, runs on the smallest of devices [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago I asked you to think about high quality software that has been consistently delivered on-time. Think about software that is used by millions of people world-wide, built by hundreds of developers, free to use and open to everybody and anybody.  Think about  software that spans domains, runs on the smallest of devices and powers the worlds largest enterprises.</p>
<p>Any ideas?  Yes I&#8217;m talking about <strong>Eclipse</strong>, and the next release &#8212; <strong>Helios</strong> &#8212; <a href="http://eclipse.org/helios/">has arrived</a>.  (For an an ultra fast download <a href="http://eclipsesource.com/en/downloads/eclipse-helios-download/">try our Amazon Cloudfront mirrors</a>). While everyone seems to enjoy kicking off new software projects, specifying requirements and designing the perfect system, only to have it fizzle out &#8212; Eclipse is <em>Different</em>. Eclipse <em>Delivers</em>.</p>
<p>For the past 2 weeks I&#8217;ve been counting down the Top 10 Features of Helios that I&#8217;m most excited about:</p>
<p>10. <a href="http://eclipsesource.com/blogs/2010/06/10/resource-improvements-helios-feature-10/">Resource Improvements</a><br />
9. <a href="http://eclipsesource.com/blogs/2010/06/11/feature-based-configurations-top-eclipse-helios-feature-9/">Feature based configurations</a><br />
8. <a href="http://eclipsesource.com/blogs/2010/06/14/api_tools_top_eclipse_helios_feature_8/">Improvements to API Tools</a><br />
7. <a href="http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/">Java IDE Improvements</a><br />
6. <a href="http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/">Target Platform Improvements</a><br />
5. <a href="http://eclipsesource.com/blogs/2010/06/17/p2-api-and-the-b3-aggregator-top-eclipse-helios-feature-5/">p2 API and the b3 Aggregator</a><br />
4. <a href="http://eclipsesource.com/blogs/2010/06/18/mpc_eclipse_helios_feature_4/">MarketPlace Client</a><br />
3. <a href="http://eclipsesource.com/blogs/2010/06/21/emf-riena-and-rap-integration-top-eclipse-helios-feature-3/">EMF, Riena and RAP integration</a><br />
2. <a href="http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/">Git Support at Eclipse</a></p>
<p>And my number 1 feature of the Helios release is: <strong>Xtext, Version 1.0</strong>.</p>
<p>For those of you who haven&#8217;t heard of Xtext, <em>Xtext is a programming language framework</em>.  Xtext bridges the gap between <strong>grammars</strong>, <strong>models</strong> and <strong>programming language tool support</strong>. Using Xtext you can create a powerful environment for your own DSL (domain specific language) or full fledged general purpose programming language.</p>
<p>There are a number of important features that make this such a powerful toolkit, including generated editors that<strong> support code folding</strong>:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/folding.png"><img class="aligncenter size-full wp-image-4427" title="folding" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/folding.png" alt="folding Top 10 Eclipse Helios Features" width="307" height="146" /></a></p>
<p><strong>styled content providers</strong>:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/styledText.png"><img class="aligncenter size-full wp-image-4428" title="styledText" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/styledText.png" alt="styledText Top 10 Eclipse Helios Features" width="425" height="225" /></a></p>
<p><strong>quick fix support</strong>:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/QuickFixNew.png"><img class="aligncenter size-full wp-image-4429" title="QuickFixNew" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/QuickFixNew.png" alt="QuickFixNew Top 10 Eclipse Helios Features" width="392" height="114" /></a></p>
<p><strong>quick outline view</strong>, and more:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/QuickOutline.png"><img class="aligncenter size-full wp-image-4430" title="QuickOutline" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/QuickOutline.png" alt="QuickOutline Top 10 Eclipse Helios Features" width="417" height="314" /></a></p>
<p>There is also a number of tools to help you create Xtext grammars such as <strong>Grammar Content Assist</strong>:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/grammar_content_assist.png"><img class="aligncenter size-full wp-image-4431" title="grammar_content_assist" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/grammar_content_assist.png" alt="grammar content assist Top 10 Eclipse Helios Features" width="425" height="170" /></a></p>
<p>Xtext also supports project builders and can even derive a grammar from an Ecore model.</p>
<p>I&#8217;ve been following Xtext for close to 4 years now (from its origins at <a href="http://www.openarchitectureware.org/">openArchitectureWare</a> and through the <a href="http://www.eclipse.org/proposals/tmf/">Textual Model Framework proposal</a>), and it&#8217;s great to see this excellent tool declare its <strong>1.0 release</strong>.  Xtext also received much deserved praise for its <a href="http://www.eclipse.org/Xtext/">outstanding website</a>, <a href="http://live.eclipse.org/node/886">large collection</a> of <a href="http://live.eclipse.org/node/705">getting</a> <a href="http://www.eclipse.org/Xtext/documentation/latest/xtext.html#getting-started">started</a> <a href="http://www.eclipse.org/Xtext/documentation/">material</a> and they even won the <a href="http://www.eclipse.org/org/press-release/20100322_awardswinners.php">Eclipse Community Award for most Innovative Eclipse Project</a> at <a href="http://www.eclipsecon.org/2010/">EclipseCon</a> this year.</p>
<p>Great work Michael Clay, Sven Efftinge, Moritz Eysholdt, Dennis Huebner, Jan Koehnlein, Sebastian Zarnekow, Heiko Behrens, Peter Friese and Knut Wannheden.</p>
<p>Throughout this series I&#8217;ve tried to cover a variety of different Eclipse projects, but this list is far from complete.  Please feel free to leave a comment with your favourite Eclipse Helios feature. Or better yet, why not <a href="http://www.eclipse.org/helios/blogathon/guidelines.php">write an article about it</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/06/23/top-10-eclipse-helios-features/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Git Support, Top Eclipse Helios Feature #2</title>
		<link>http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/</link>
		<comments>http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 04:16:54 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[jgit]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4411</guid>
		<description><![CDATA[Only 1 more day until Eclipse Helios is release and we are down to my Top 2 features. Over the life of Eclipse (Jeff McAffer tells me that he&#8217;s been working on Eclipse since 1999) a lot has changed. Eclipse started its life inside OTI/IBM. In November 2001 the Eclipse Consortium was announced and Eclipse [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://eclipsesource.com/blogs/2010/06/21/emf-riena-and-rap-integration-top-eclipse-helios-feature-3/">Only 1 more</a> <a href="http://eclipsesource.com/blogs/2010/06/18/mpc_eclipse_helios_feature_4/">day until</a> <a href="http://eclipsesource.com/blogs/2010/06/17/p2-api-and-the-b3-aggregator-top-eclipse-helios-feature-5/">Eclipse Helios</a> <a href="http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/">is release and</a> <a href="http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/">we are</a> <a href="http://eclipsesource.com/blogs/2010/06/14/api_tools_top_eclipse_helios_feature_8/">down to</a> <a href="http://eclipsesource.com/blogs/2010/06/11/feature-based-configurations-top-eclipse-helios-feature-9/">my Top</a> <a href="http://eclipsesource.com/blogs/2010/06/10/resource-improvements-helios-feature-10/">2 features</a>.</p>
<p>Over the life of Eclipse (Jeff McAffer tells me that he&#8217;s been working on Eclipse since 1999) a lot has changed. Eclipse started its life inside OTI/IBM.  In November 2001 the <a href="http://www.eclipse.org/org/pr.html">Eclipse Consortium</a> was announced and <a href="http://wiki.eclipse.org/FAQ_Where_did_Eclipse_come_from%3F">Eclipse was released as &#8216;Open Source&#8217;</a>.  For the next few years Eclipse grew, but was still mostly supported by a few large companies.  New projects were proposed, new committers came on board, and Eclipse became the dominate player in the IDE space.  But as the popularity of Eclipse grew, so did its diversification.  Then in April 2010, <a href="http://intellectualcramps.blogspot.com/2010/04/roll-up-your-sleevesand-pitch-in.html">David Carver</a> noticed that the number of active individual committers (those not associated with any particular company) was tied with IBM for the top spot.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Committers.png"><img class="aligncenter size-full wp-image-4412" title="Committers" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Committers.png" alt="Committers Git Support, Top Eclipse Helios Feature #2" width="939" height="417" /></a></p>
<p><em>What does all this mean and what does this have to do with the Eclipse Helios release</em>?  Well, as Eclipse continues to diversify, the Eclipse foundation will need a software revision control system that supports this diversification.  The Eclipse Helios release marks the beginning of this transformation. Number 2 on my Top 10 List is: <strong>Git Support at Eclipse</strong>.</p>
<p>Three important components make up the Git support at Eclipse: <strong>JGit</strong>, <strong>EGit</strong> and the <strong>Git Infrastructure.</strong> JGit is a pure Java library implementation of Git version control system.  JGit is licensed under the EDL has a number of users, including the Netbeans Git support.</p>
<p>EGit is the Eclipse tooling, and is build on JGit.  There is currently support for a number of Git features:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egitmenu-0.8.0.png"><img class="aligncenter size-full wp-image-4413" title="Egitmenu-0.8.0" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egitmenu-0.8.0.png" alt="Egitmenu 0.8.0 Git Support, Top Eclipse Helios Feature #2" width="684" height="775" /></a></p>
<p><strong>History view:</strong></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egit-0.8-history-view.png"><img class="aligncenter size-full wp-image-4414" title="Egit-0.8-history-view" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egit-0.8-history-view.png" alt="Egit 0.8 history view Git Support, Top Eclipse Helios Feature #2" width="813" height="467" /></a></p>
<p><strong>Repository View:</strong></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egitrepositoriesview.png"><img class="aligncenter size-full wp-image-4415" title="Egitrepositoriesview" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Egitrepositoriesview.png" alt="Egitrepositoriesview Git Support, Top Eclipse Helios Feature #2" width="684" height="364" /></a></p>
<p><strong>Patch Support:</strong></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/PatchContextMenu.png"><img class="aligncenter size-full wp-image-4416" title="PatchContextMenu" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/PatchContextMenu.png" alt="PatchContextMenu Git Support, Top Eclipse Helios Feature #2" width="791" height="337" /></a></p>
<p>The JGit / EGit team has <a href="http://wiki.eclipse.org/EGit/User_Guide">excellent documentation</a> and there is some <a href="http://wiki.eclipse.org/EGit/Git_For_Eclipse_Users">great information on Git in general</a>.  Git is being worked on by Matthias Sohn, Shawn Pearce, Chris Aniszczyk, Mathias Kinzler, Stefan Lay, Robin Rosenberg and Christian Halstrick.  However, a really big thank-you goes out to the past (and present) committer reps for bringing Git to Eclipse.  The initial Git contribution provided a number of unique licensing challenges that required unanimous approval from the Eclipse board of directors.  Git at Eclipse would not have been possible without their hard work.</p>
<p>In addition to the tool support, Eclipse.org has rolled out Git infrastructure for the community to make use of. There are <a href="http://dev.eclipse.org/git/index.html">Git mirrors for Eclipse projects</a> and even Git repositories that some projects have started to migrate too. The big thank-you goes out to Denis Roy and Wayne Beaton for this.  Git really is the future of Eclipse, and if all goes as planned, Git will be on my Top 10 List again next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>EMF, Riena and RAP integration, Top Eclipse Helios Feature #3</title>
		<link>http://eclipsesource.com/blogs/2010/06/21/emf-riena-and-rap-integration-top-eclipse-helios-feature-3/</link>
		<comments>http://eclipsesource.com/blogs/2010/06/21/emf-riena-and-rap-integration-top-eclipse-helios-feature-3/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 05:43:00 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[rap]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4394</guid>
		<description><![CDATA[Well here we are, it&#8217;s release week. Eclipse 3.6 &#8212; Helios &#8212; will be available on Wednesday June 23rd. It also means that I&#8217;m into my Top 3 features for this years release. For the past 7 days I&#8217;ve been presenting some of the New and Noteworthy features of this years release. Number 3 on [...]]]></description>
			<content:encoded><![CDATA[<p>Well here we are, it&#8217;s release week.  Eclipse 3.6 &#8212; Helios &#8212; will be available on Wednesday June 23rd.  It also means that I&#8217;m into my Top 3 features for this years release.  For the past 7 days I&#8217;ve been presenting some of the New <a href="http://eclipsesource.com/blogs/2010/06/18/mpc_eclipse_helios_feature_4/">and</a> <a href="http://eclipsesource.com/blogs/2010/06/17/p2-api-and-the-b3-aggregator-top-eclipse-helios-feature-5/">Noteworthy</a> <a href="http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/">features</a> <a href="http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/">of</a> <a href="http://eclipsesource.com/blogs/2010/06/14/api_tools_top_eclipse_helios_feature_8/">this</a> <a href="http://eclipsesource.com/blogs/2010/06/11/feature-based-configurations-top-eclipse-helios-feature-9/">years</a> <a href="http://eclipsesource.com/blogs/2010/06/10/resource-improvements-helios-feature-10/">release</a>.</p>
<p>Number 3 on my Top 10 list is<strong> EMF, Riena and RAP integration</strong>.</p>
<p>I&#8217;ll be the first person to admit that when I first heard about the <strong>Rich Ajax Platform (RAP)</strong> I didn&#8217;t get it.  I assumed RAP was about re-recreating the Eclipse UI in a browser.   I, like many others, quickly realized that this is not the point of RAP.  RAP brings the Eclipse programming model &#8211;<em> Jobs API, JFace content providers, SWT API, Stacks, Forms, Selection Providers, etc</em>&#8230; to the browser.  If you appreciate the Eclipse programming model, and more importantly, if you have invested in the Eclipse programming model, then RAP is your best friend.</p>
<p>Of course you *can* re-create the Eclipse UI in the browser:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/rap_workbench.png"><img class="aligncenter size-full wp-image-4395" title="rap_workbench" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/rap_workbench.png" alt="rap workbench EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="400" height="318" /></a></p>
<p>but this likely is not what you want to do.  Instead, you want to reuse your existing software and theme it for a rich web experience.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/dashboards-screenshot.png"><img class="aligncenter size-full wp-image-4396" title="dashboards-screenshot" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/dashboards-screenshot.png" alt="dashboards screenshot EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="499" height="721" /></a></p>
<p>The concept of reusing your hard work across multiple mediums is known as <strong>Single Sourcing</strong>.  And it&#8217;s not just about the web; the new RAP protocol (not part of Helios) will open up a whole new world such as <a href="http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/">RAP on the IPad.</a></p>
<p>There are a number of notable new RAP feature in Helios including Opaque menus:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/opacity.png"><img class="aligncenter size-full wp-image-4397" title="opacity" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/opacity.png" alt="opacity EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="128" height="147" /></a></p>
<p>Drag and Drop:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/dnd.png"><img class="aligncenter size-full wp-image-4398" title="dnd" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/dnd.png" alt="dnd EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="344" height="158" /></a></p>
<p>New Themes:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/fancyDesign.png"><img class="aligncenter size-full wp-image-4399" title="fancyDesign" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/fancyDesign.png" alt="fancyDesign EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="380" height="202" /></a></p>
<p>Cheatsheet support:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/cheatsheets.png"><img class="aligncenter size-full wp-image-4400" title="cheatsheets" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/cheatsheets.png" alt="cheatsheets EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="283" height="322" /></a></p>
<p>Control Decorations:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/ControlDecoration.png"><img class="aligncenter size-full wp-image-4401" title="ControlDecoration" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/ControlDecoration.png" alt="ControlDecoration EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="316" height="123" /></a></p>
<p>and Graphics context support:</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/gc2.png"><img class="aligncenter size-full wp-image-4402" title="gc2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/gc2.png" alt="gc2 EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="539" height="340" /></a></p>
<p>For these features, kudos goes out to Ralf Sternberg, Holger Staudacher, Tim Buschtoens, Ruediger Herrmann, Austin Riddle, Ivan Furnadjiev and Benjamin Muskalla.</p>
<p>While the new RAP features are incredible, RAP demonstrates the real power of Helios &#8212; <strong><em>cross product integration</em></strong>.  Other Eclipse projects are starting to target RAP as runtime. In particular, Elias Volanakis has extended the Riena framework to make it work with RAP.  You can now use the powerful Rigets on the web.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/riena-on-rap.png"><img class="aligncenter size-full wp-image-4405" title="riena-on-rap" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/riena-on-rap.png" alt="riena on rap EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="357" height="286" /></a></p>
<p>Finally, Kenn Hussey has extended the EMF Framework to target the Riach Ajax Platform as well as the RCP Platform.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Rapemfproperties.png"><img class="aligncenter size-full wp-image-4403" title="Rapemfproperties" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/Rapemfproperties.png" alt="Rapemfproperties EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="639" height="409" /></a><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/emf_rap.png"><img class="aligncenter size-full wp-image-4404" title="emf_rap" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/emf_rap.png" alt="emf rap EMF, Riena and RAP integration, Top Eclipse Helios Feature #3" width="439" height="268" /></a></p>
<p>Thanks everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/06/21/emf-riena-and-rap-integration-top-eclipse-helios-feature-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MarketPlace Client, Top Eclipse Helios Feature #4</title>
		<link>http://eclipsesource.com/blogs/2010/06/18/mpc_eclipse_helios_feature_4/</link>
		<comments>http://eclipsesource.com/blogs/2010/06/18/mpc_eclipse_helios_feature_4/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 19:34:26 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4390</guid>
		<description><![CDATA[As most of you know, Eclipse Helios will be released next week.  For regular readers of my blog (and PlanetEclipse.org), you know that I&#8217;ve been counting down some of the new features available in this release. During this series I have received comments (both in the comment fields, and on places like twitter) that essentially read: [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you know, Eclipse <a href="http://eclipse.org/helios/">Helios</a> will be released next week.  For regular readers of my blog (and <a href="http://planeteclipse.org/planet/">PlanetEclipse.org</a>), you know that I&#8217;ve been counting down some of the <a href="http://eclipsesource.com/blogs/2010/06/17/p2-api-and-the-b3-aggregator-top-eclipse-helios-feature-5/">new</a> <a href="http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/">features</a> <a href="http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/">available</a> <a href="http://eclipsesource.com/blogs/2010/06/14/api_tools_top_eclipse_helios_feature_8/">in</a><a href="http://eclipsesource.com/blogs/2010/06/11/feature-based-configurations-top-eclipse-helios-feature-9/"> this</a> <a href="http://eclipsesource.com/blogs/2010/06/10/resource-improvements-helios-feature-10/">release</a>.  During this series I have received comments (both in the comment fields, and on places like twitter) that essentially read: <em>I really like Eclipse except it doesn&#8217;t have an editor for XYZ.</em> Or, <em>when I get the following package, it has feature ABC which I don&#8217;t want. </em>Obviously we can&#8217;t please all the people all of the time.</p>
<p>It was feedback like this that inspired Feature Number 4 on my Top 10 List:<strong> The Eclipse MarketPlace Client</strong>.</p>
<p>As we all know, Eclipse is much more than a Java IDE.  In fact, Eclipse is an entire eco-system with thousands of plug-ins.  Some of these plug-ins are packaged with the different Eclipse downloads.  Other plug-ins are available as projects at <a href="http://eclipse.org/">eclipse.org</a>.  However, there are also thousands of plug-ins that are not hosted at Eclipse. Some of these are commercial tools developed for enterprise customers.  Others (like one of my favourites &#8212; <a href="http://www.viplugin.com/viplugin/">the vi plugin</a>) have a small cost associated to help pay for the developers time.  Finally, there is a large assortment of plug-ins  available from a variety of other hosting sites.  Finding and installing these components has always been a challenge, but with the Helios release this will all change.</p>
<p>The MarketPlace Client (MPC) makes it easy to browse and install 3rd party components.  Available under Eclipse -&gt; Help, this new feature should make it much easier to find the tools you need.</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/mpc.png"><img class="aligncenter size-full wp-image-4391" title="mpc" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/mpc.png" alt="mpc MarketPlace Client, Top Eclipse Helios Feature #4" width="516" height="630" /></a></p>
<p>Also, unlike other &#8216;famous&#8217; markets (or app stores), the Eclipse MarketPlace Client is plug-able and open, meaning vendors are free to create custom market places for their particular needs.   Helios currently ships with 2 marketplaces, one from Eclipse.org, and the Yoxos Market hosted by EclipseSource.  The two markets are slightly different in that the Eclipse MarketPlace lists plug-ins for a variety Eclipse versions, while the Yoxos MarketPlace is a <a href="http://en.wikipedia.org/wiki/Media_Curation">curated repository</a> of Helios related content.</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/mpc2.png"><img class="aligncenter size-full wp-image-4392" title="mpc2" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/mpc2.png" alt="mpc2 MarketPlace Client, Top Eclipse Helios Feature #4" width="511" height="380" /></a></p>
<p>It was the great work from David Green and Steffen Pingel that brought us this feature.  Nathan Gervais from the Eclipse Foundation did the server side work, while Ian Skerrett was the point person behind all of this.</p>
<p>In addition to the MarketPlace, the Eclipse Foundation, with the help of <a href="http://googlecode.blogspot.com/2010/05/announcing-eclipse-labs.html">Google</a>, have launched the <a href="eclipselabs.org/">Eclipse Labs</a>.</p>
<blockquote><p><em>Eclipse Labs is a community of open source projects that build technology based on the Eclipse platform. It provides the infrastructure services typically required by open source projects, such as code repositories, bug tracking, project web sites/wiki. Eclipse Labs is hosted by Google Code Project Hosting, so it will be very familiar to developers already using Google Code Project Hosting.</em></p></blockquote>
<p>Combing the market place with Eclipse Labs will make it much easier for developers to create, publish and distribute their products to the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/06/18/mpc_eclipse_helios_feature_4/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>p2 API and the b3 Aggregator, Top Eclipse Helios Feature #5</title>
		<link>http://eclipsesource.com/blogs/2010/06/17/p2-api-and-the-b3-aggregator-top-eclipse-helios-feature-5/</link>
		<comments>http://eclipsesource.com/blogs/2010/06/17/p2-api-and-the-b3-aggregator-top-eclipse-helios-feature-5/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:44:47 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4381</guid>
		<description><![CDATA[The official Helios release is less than 1 week away, and we are now into the Top 5 Features that I&#8217;m most excited about. Over the past week I&#8217;ve been highlighting some of upcoming features of the Eclipse Helios release. These features include: improvements to the Java Development Tools, Plug-in Development Environment, API Tools and [...]]]></description>
			<content:encoded><![CDATA[<p>The official Helios release is less than 1 week away, and we are now into the Top 5 Features that I&#8217;m most excited about.  Over the past week I&#8217;ve been highlighting some of upcoming features of the Eclipse Helios release. These features include: improvements to the <a href="http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/">Java Development Tools</a>, <a href="http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/">Plug-in Development</a> <a href="http://eclipsesource.com/blogs/2010/06/11/feature-based-configurations-top-eclipse-helios-feature-9/">Environment</a>, <a href="http://eclipsesource.com/blogs/2010/06/14/api_tools_top_eclipse_helios_feature_8/">API Tools</a> and the<a href="http://eclipsesource.com/blogs/2010/06/10/resource-improvements-helios-feature-10/"> Eclipse Platform</a>.  Number 5 on my Top 10 List is: <strong>p2 API and the b3 Aggregator</strong>.</p>
<p>On Monday I discussed the importance of API when it comes to Eclipse projects.  The p2 team has been working on the API for almost 3 years now and when Helios is released the p2 API will be official.  What does this mean?  It means you can build provisioning solutions around p2 without worry that the entire system will change from under you.  In fact, I&#8217;ve been on both sides of the p2 fence: helping to define the API and then building the new <a href="http://eclipsesource.com/en/yoxos/yoxos-5-beta/">Yoxos Launcher</a> and <a href="http://eclipsesource.com/en/yoxos/yoxos-enterprise/">Yoxos Enterprise</a> solutions, using this technology.  If you are building a system that needs SelfUpdate, Install, Uninstall and RollBack, and you have anything more complicated than a few static dependencies, you should really consider p2.</p>
<p>Here are some of the API highlights:</p>
<p>1. <strong>Support for multiple agents</strong>: This means you can manage multiple applications using a single controller.  Once you create (or acquire) the agent, you can acquire agent services for: <em>computing provisioning plans, working with metadata, working with artifacts, performing installs, etc&#8230;</em> We make heavy use of this in Yoxos since our systems can both update themselves and manage your Eclipse installs.</p>
<p>2. <strong>A new approach to Queries</strong>:  Querying metadata is an essential part of any provisioning system and p2 now supports both a <a href="http://wiki.eclipse.org/Query_Language_for_p2">p2 Query Language</a> and a simple QueryUtil class to create the most common queries.</p>
<p>3. <strong>Java 5 generics</strong>: No we did not just leave all the Java 1.4 people behind and finally decide to move to Java 5; but rather, p2 now uses generics and down-compiles to Java 1.4 for backwards compatibility.  This is a huge step forward for all the Java 5+ developers out there.</p>
<p>4. <strong>The operations API</strong>:  The saying &#8220;<em>Make easy things easy and hard things possible</em>&#8221; has been on our mind as we designed the p2 API. While p2 has a very powerful planner (<a href="http://blog.mancoosi.org/index.php/2010/02/04/41-running-a-first-mancoosi-internal-solver-competition-outcomes-and-lessons-learned">award wining planner I should add</a>), the idea of crafting provisioning plans and executing these plans on an engine in order to affect a profile, is quite frankly &#8212; complicated!  Using the operations API  you can easily invoke common &#8220;operations&#8221; like update this item, or install this other thing.  For an idea of what&#8217;s involved, please see our <a href="http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_overview.htm">help documentation</a>.</p>
<p>5. <strong>Real API</strong>: You will notice that we dropped provisional from many of our package names.  Feel free to browse the p2 <a href="http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/overview-summary.html">API Java docs</a>.</p>
<p>There are also a number of improvements to the API to make things more consistent.</p>
<p>Thanks goes out to the entire p2 team for all the hard work (and heated discussions <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="p2 API and the b3 Aggregator, Top Eclipse Helios Feature #5" /> ).  In particular, John Arthorne, DJ Houghton, Thomas Hallgren, Susan McCourt, Daniel Le Berre, Simon Kaegi, Andrew Niefer, Henrik Lindberg, Matthew Piggott, Tom Watson and Pascal Rapicault.</p>
<p>In addition to the API, Steffen Pingel and Susan McCourt have worked on a new Discovery UI which can be used to provide a branded presentation of a p2 repository. Tools like Mylyn use this UI to make it easy for users to install Mylyn Connectors.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/connector-discovery-small.png"><img class="aligncenter size-full wp-image-4382" title="connector-discovery-small" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/connector-discovery-small.png" alt="connector discovery small p2 API and the b3 Aggregator, Top Eclipse Helios Feature #5" width="400" height="656" /></a></p>
<p>Finally, there are other projects around Eclipse.org that make working with p2 a little easier.  <a href="http://www.eclipse.org/pde/pde-build/">PDE/Build</a>, <a href="http://www.eclipse.org/modeling/emft/b3/">b3</a> and the newly proposed <a href="http://www.eclipse.org/proposals/tycho/">Tycho</a> project make it possible to build p2 repositories.  However, one project is the real workhorse behind the Helios release &#8212; the buckminster / b3 aggregator.  The aggregator combines repositories from various sources into a new aggregated p2 repository. The aggregator has both a UI component and can be run headless (i.e., you can aggregate p2 repositories as part of your build process). Also, you can use the aggregator to get a detailed view of what&#8217;s in a p2 repository.  For more information on this impressive tool, <a href="http://wiki.eclipse.org/Eclipse_b3/aggregator/manual">checkout their wiki page</a>.</p>
<p style="text-align: center;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/800px-B3_aggregator_sample_1.png"><img class="aligncenter size-full wp-image-4383" title="800px-B3_aggregator_sample_1" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/800px-B3_aggregator_sample_1.png" alt="800px B3 aggregator sample 1 p2 API and the b3 Aggregator, Top Eclipse Helios Feature #5" width="480" height="330" /></a></p>
<p style="text-align: left;">In addition to creating aggregated p2 repositories, the b3 aggregator can produce maven repositories.</p>
<p style="text-align: left;">Kudos for this work goes out to Thomas Hallgren, Henrik Lindberg, Filip Hrbek and Karel Brezina.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/06/17/p2-api-and-the-b3-aggregator-top-eclipse-helios-feature-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Target Platform Improvements, Top Eclipse Helios Feature #6</title>
		<link>http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/</link>
		<comments>http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:07:48 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4376</guid>
		<description><![CDATA[There are three large groups of artifacts that play a key role while writing software. There are the tools you use, the code you write and the libraries you depend on. There is a large body of research studying the cognitive support provided by software development tools. There is also a number of tool centric [...]]]></description>
			<content:encoded><![CDATA[<p>There are three large groups of artifacts that play a key role while writing software.  There are the tools you use, the code you write and the libraries you depend on.  There is a large body of research studying the cognitive support provided by software development tools. There is also a number of tool centric development models.  Facilities like <a href="http://eclipsesource.com/en/yoxos/yoxos-5-beta/">Yoxos</a> and the <a href="http://www.eclipse.org/mpc/">Eclipse Market Place</a> help you manage these tool chains.</p>
<p>Regarding source code management, there&#8217;s a endless debate over which tools, technologies and techniques we should use.  In fact, most University curriculum&#8217;s spend a great deal of time on how to best architect, design, document, write and manage source code.</p>
<p>However, when it comes to the management of your 3rd party libraries &#8212; the code you need but you don&#8217;t write &#8212; this is very much an ad hoc process.  Finding dependencies, including them on your build path, finding the corresponding source, determining (and locating) which version you need, etc&#8230; is mostly a manual process:</p>
<ol>
<li>Figure out what jar you need (Apache commons collections for example)</li>
<li>Use google to search for the jar</li>
<li>Add the jar to your path</li>
<li>Run</li>
<li>Look at the errors
<ul>
<li>Did you have the right version</li>
<li>Did you miss any dependencies</li>
</ul>
</li>
<li>Figure out what else you need to find</li>
<li>GOTO 2</li>
</ol>
<p>Lucky for us as Eclipse developers, PDE&#8217;s Target Platform and Target Definitions make this process effortless.  You can define and share you dependencies with your team.  If you are missing a dependency, it can be automatically provisioned and placed on your build-path.</p>
<p>Eclipse 3.6 is hitting the shelves (or at least the download mirrors) in 1 week, and to celebrate this release I&#8217;ve been counting down the Top 10 features <a href="http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/">I&#8217;m</a> <a href="http://eclipsesource.com/blogs/2010/06/14/api_tools_top_eclipse_helios_feature_8/">most</a> <a href="http://eclipsesource.com/blogs/2010/06/11/feature-based-configurations-top-eclipse-helios-feature-9/">excited</a> <a href="http://eclipsesource.com/blogs/2010/06/10/resource-improvements-helios-feature-10/">about</a>.  Number 6 on my list is the <strong><em>Improvements to Target Platform Management</em></strong>.</p>
<p>In Eclipse 3.6 you will be able to search repositories and quickly add components from these repositories to your target platform (Ctrl+Shift+Alt+A).</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/add-to-target.png"><img class="aligncenter size-full wp-image-4377" title="add-to-target" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/add-to-target.png" alt="add to target Target Platform Improvements, Top Eclipse Helios Feature #6" width="309" height="479" /></a></p>
<p>In addition to this, a new quickfix allows you to search repositories for a missing import package and have a bundle supplying the package added to your target.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/hover-quick-fix.png"><img class="aligncenter size-full wp-image-4378" title="hover-quick-fix" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/hover-quick-fix.png" alt="hover quick fix Target Platform Improvements, Top Eclipse Helios Feature #6" width="403" height="227" /></a></p>
<p>Finally, one of the biggest headaches for release engineers is collecting all these bundles that constitute your target.  There is now a new export wizard that will export all the bundles in your target to a single directory.  The tool will also generate a p2 repository.  This repository can then be used in your build as a repoBaseLocation.</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/export-target.png"><img class="aligncenter size-full wp-image-4379" title="export-target" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/export-target.png" alt="export target Target Platform Improvements, Top Eclipse Helios Feature #6" width="410" height="285" /></a></p>
<p>A big thanks goes out to Chris Aniszczyk and his army of Minions for this work <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Target Platform Improvements, Top Eclipse Helios Feature #6" /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/06/16/target-platform-improvements-top-eclipse-helios-feature-6/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Java IDE Improvements, Top Eclipse Helios Feature #7</title>
		<link>http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/</link>
		<comments>http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:38:33 +0000</pubDate>
		<dc:creator>Ian Bull</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4361</guid>
		<description><![CDATA[As Eclipse committers, we spend lots of time emphasizing that Eclipse is not just an Integrated Development Environment. Eclipse is a framework, a tooling platform, a collection of run-time technologies, an eco-system, etc&#8230; However, at the end of the day, an IDE is the primary use of Eclipse for many people. As we approach the [...]]]></description>
			<content:encoded><![CDATA[<p>As Eclipse committers, we spend lots of time <a href="http://dev.eclipse.org/blogs/wayne/2010/06/14/eclipse-is/">emphasizing that Eclipse is not just an Integrated Development Environment</a>. Eclipse is a framework, a tooling platform, a collection of run-time technologies, an eco-system, etc&#8230;  However, at the end of the day, an IDE is the primary use of Eclipse for many people.</p>
<p>As we approach the next major release of the Eclipse platform &#8212; <strong>Helios</strong> &#8212; I&#8217;ve been counting down the features I&#8217;m <a href="http://eclipsesource.com/blogs/2010/06/14/api_tools_top_eclipse_helios_feature_8/">most</a> <a href="http://eclipsesource.com/blogs/2010/06/11/feature-based-configurations-top-eclipse-helios-feature-9/">excited</a> <a href="http://eclipsesource.com/blogs/2010/06/10/resource-improvements-helios-feature-10/">about</a>.  Number 7 on my list are the<strong> Enhancements to Eclipse as an IDE</strong>.  These are features that will make your life easier as a developer (many of these features are Java specific, but not all).</p>
<p>The Java Development Team has released a number of new code formatter options:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/codeformatter.png"><img class="aligncenter size-full wp-image-4364" title="codeformatter" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/codeformatter.png" alt="codeformatter Java IDE Improvements, Top Eclipse Helios Feature #7" width="454" height="101" /></a>While these are cool, the most exciting one (in my opinion) is the ability to disable formatting for certain code blocks</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/formatter-disabling-enabling-tags-preference.png"><img class="aligncenter size-full wp-image-4365" title="formatter-disabling-enabling-tags-preference" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/formatter-disabling-enabling-tags-preference.png" alt="formatter disabling enabling tags preference Java IDE Improvements, Top Eclipse Helios Feature #7" width="535" height="151" /></a><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/formatter-disabling-enabling-tags-formatted.png"></a></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/formatter-disabling-enabling-tags-formatted.png"><img class="aligncenter size-full wp-image-4366" title="formatter-disabling-enabling-tags-formatted" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/formatter-disabling-enabling-tags-formatted.png" alt="formatter disabling enabling tags formatted Java IDE Improvements, Top Eclipse Helios Feature #7" width="274" height="397" /></a>There are even a number of improvements to comment formatting.</p>
<p>As well as code formatting, the JDT team has introduced some new capabilities including: <em>a breakpoint details pane</em></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/breakpoint-details.png"><img class="aligncenter size-full wp-image-4367" title="breakpoint-details" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/breakpoint-details.png" alt="breakpoint details Java IDE Improvements, Top Eclipse Helios Feature #7" width="492" height="459" /></a><em>object instance counts</em></p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/instance-counts.png"><img class="aligncenter size-full wp-image-4368" title="instance-counts" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/instance-counts.png" alt="instance counts Java IDE Improvements, Top Eclipse Helios Feature #7" width="530" height="169" /></a><em>and static analysis improvements:</em></p>
<p><em><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/unused-object-allocation.png"><img class="aligncenter size-full wp-image-4369" title="unused-object-allocation" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/unused-object-allocation.png" alt="unused object allocation Java IDE Improvements, Top Eclipse Helios Feature #7" width="396" height="180" /></a><span style="font-style: normal;">Huge kudos go the very active JDT team, including: Jayaprakash Arthanareeswaran, Deepak Azad, Frederic Fusier, Walter Harley, Ayushman Jain, Satyam Kandula, Markus Keller, Dani Megert, Kim Moir, Michael Rennie, Srikanth Sankaran, Olivier Thomann, Raksha Vasisht, Curtis Windatt and Darin Wright.  Over the next year the JDT team will be focusing on Java 7 support. If you are interested in helping with this effort, why not <a href="http://www.eclipse.org/jdt/">get involved</a>?</span></em></p>
<p><em><span style="font-style: normal;">In addition to Java specific enhancements, the Eclipse Platform team has been working on general IDE improvements.  One feature that really caught my eye was improved patch support.  Last year the Platform team improved the <a href="http://eclipsesource.com/blogs/2009/06/16/eclipse35-my-top-10-list-number-10/">Java Compare Editor</a>. However, these changes did not extend to the apply patch wizard.  As of Eclipse 3.6 this doesn&#8217;t matter because you can now use the synchronize perspective to apply patches: </span></em></p>
<p><em><span style="font-style: normal;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/apply-patch-in-sync-view-preference.png"><img class="aligncenter size-full wp-image-4370" title="apply-patch-in-sync-view-preference" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/apply-patch-in-sync-view-preference.png" alt="apply patch in sync view preference Java IDE Improvements, Top Eclipse Helios Feature #7" width="528" height="257" /></a><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/ignore-leading-segments-option.png"></a></span></em></p>
<p><em><span style="font-style: normal;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/ignore-leading-segments-option.png"><img class="aligncenter size-full wp-image-4371" title="ignore-leading-segments-option" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/ignore-leading-segments-option.png" alt="ignore leading segments option Java IDE Improvements, Top Eclipse Helios Feature #7" width="501" height="290" /></a></span></em></p>
<p><em><span style="font-style: normal;">This makes patch review a much easier process, especially since you can now apply a patch directly from a URL:</span></em></p>
<p><em><span style="font-style: normal;"><a href="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/applyPatchUsingUrl.png"><img class="aligncenter size-full wp-image-4372" title="applyPatchUsingUrl" src="http://eclipsesource.com/blogs/wp-content/uploads/2010/06/applyPatchUsingUrl.png" alt="applyPatchUsingUrl Java IDE Improvements, Top Eclipse Helios Feature #7" width="396" height="301" /></a></span></em></p>
<p><em><span style="font-style: normal;">The Platform team (especially Tomasz Zarna and Szymon Brandys) deserve the credit for this work.  Thanks everyone for making my life as a Java Developer easier.</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/06/15/java-ide-improvements-top-eclipse-helios-feature-7/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
