<?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>Chris Aniszczyk&#039;s (zx) diatribe &#187; rcp</title>
	<atom:link href="http://aniszczyk.org/tag/rcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://aniszczyk.org</link>
	<description>work. life. open source. diatribes.</description>
	<lastBuildDate>Tue, 17 Apr 2012 17:09:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Eclipse RCP Book 2.0</title>
		<link>http://aniszczyk.org/2010/04/13/eclipse-rcp-book-2-0/</link>
		<comments>http://aniszczyk.org/2010/04/13/eclipse-rcp-book-2-0/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 21:10:07 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2177</guid>
		<description><![CDATA[I thought I&#8217;d never see the day but as Jeff McAffer mentioned earlier today, the latest edition of the RCP book is done and headed to the presses. Sorry for the delay, it should be on the shelves in the next couple weeks. The book covers the Eclipse Galileo release (3.5.2 in particular). A lot [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d never see the day but as Jeff McAffer <a href="http://eclipsercp.org/2010/04/eclipse-rcp-2nd-edition-going-to-press/">mentioned</a> earlier today, the latest edition of the <a href="http://eclipsercp.org">RCP book</a> is done and headed to the presses. Sorry for the delay, it should be on the shelves in the next couple weeks. </p>
<p><a href="http://eclipsercp.org"><img src="http://aniszczyk.org/wp-content/uploads/2010/04/rcpbookcover-226x300.png" alt="" title="RCP Book 2.0 Cover" width="226" height="300" class="alignnone size-medium wp-image-2178" /></a></p>
<p>The book covers the <a href="http://eclipse.org/galileo/">Eclipse Galileo</a> release (3.5.2 in particular). A lot has changed since the Eclipse 3.1 release so we did our best to cover new topics such as p2 and Databinding. An important focus of the book was to update the code and make sure we did a good job covering p2 as that was one of the major changes to RCP over the years. In the end, we hope everyone appreciates the update, it&#8217;s hard to please everyone but I think the community will benefit on the whole from some fresh content. One of the challenges in open source projects is quality documentation and books definitely help.</p>
<p>On a side note, it took us awhile to choose a cover image.</p>
<p>What do you think the cover symbolizes <img src='http://aniszczyk.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ?</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/04/13/eclipse-rcp-book-2-0/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Eclipse and Content Type Definitions</title>
		<link>http://aniszczyk.org/2009/10/21/eclipse-and-content-type-definitions/</link>
		<comments>http://aniszczyk.org/2009/10/21/eclipse-and-content-type-definitions/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 17:41:24 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=1297</guid>
		<description><![CDATA[I came across a bug in PDE recently regarding content types. For example, let&#8217;s pretend you had a xml file like this: &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;scr:component xmlns:scr=&#34;http://www.osgi.org/xmlns/scr/v1.1.0&#34; name=&#34;Command Provider for Dictionary Service&#34;&#62; &#60;implementation class=&#34;org.eclipse.example.ds.ServiceComponent&#34;/&#62; &#60;service&#62; &#60;provide interface=&#34;org.eclipse.osgi.framework.console.CommandProvider&#34;/&#62; &#60;/service&#62; &#60;reference bind=&#34;setDictionary&#34; cardinality=&#34;1..1&#34; interface=&#34;org.eclipse.example.ds.DictionaryService&#34; name=&#34;Dictionary&#34; policy=&#34;static&#34; unbind=&#34;unsetDictionary&#34;/&#62; &#60;/scr:component&#62; And this content type extension definition: &#60;extension point=&#34;org.eclipse.core.contenttype.contentTypes&#34;&#62; &#60;content-type [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a bug in <a href="http://www.eclipse.org/pde">PDE</a> recently regarding <a href="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/runtime_content_using.htm">content types</a>.</p>
<p>For example, let&#8217;s pretend you had a xml file like this:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;scr:component</span> <span style="color: #000066;">xmlns:scr</span>=<span style="color: #ff0000;">&quot;http://www.osgi.org/xmlns/scr/v1.1.0&quot;</span> </span>
<span style="color: #009900;">    <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Command Provider for Dictionary Service&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;implementation</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;org.eclipse.example.ds.ServiceComponent&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;provide</span> <span style="color: #000066;">interface</span>=<span style="color: #ff0000;">&quot;org.eclipse.osgi.framework.console.CommandProvider&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
   <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;reference</span> </span>
<span style="color: #009900;">      <span style="color: #000066;">bind</span>=<span style="color: #ff0000;">&quot;setDictionary&quot;</span> </span>
<span style="color: #009900;">      <span style="color: #000066;">cardinality</span>=<span style="color: #ff0000;">&quot;1..1&quot;</span> </span>
<span style="color: #009900;">      <span style="color: #000066;">interface</span>=<span style="color: #ff0000;">&quot;org.eclipse.example.ds.DictionaryService&quot;</span> </span>
<span style="color: #009900;">      <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Dictionary&quot;</span> </span>
<span style="color: #009900;">      <span style="color: #000066;">policy</span>=<span style="color: #ff0000;">&quot;static&quot;</span> </span>
<span style="color: #009900;">      <span style="color: #000066;">unbind</span>=<span style="color: #ff0000;">&quot;unsetDictionary&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/scr:component<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>And this content type extension definition:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;extension</span></span>
<span style="color: #009900;">         <span style="color: #000066;">point</span>=<span style="color: #ff0000;">&quot;org.eclipse.core.contenttype.contentTypes&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;content-type</span></span>
<span style="color: #009900;">            <span style="color: #000066;">base-type</span>=<span style="color: #ff0000;">&quot;org.eclipse.core.runtime.xml&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">file-extensions</span>=<span style="color: #ff0000;">&quot;xml&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;org.eclipse.pde.ds.core.content-type&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;%content-type.name&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">priority</span>=<span style="color: #ff0000;">&quot;high&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
         <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;describer</span></span>
<span style="color: #009900;">               <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;org.eclipse.core.runtime.content.XMLRootElementContentDescriber2&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parameter</span></span>
<span style="color: #009900;">                  <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;element&quot;</span></span>
<span style="color: #009900;">                  <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;component&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/parameter<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
         <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/describer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/content-type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/extension<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Looks ok, right? The content type should be associated with files that start with the component tag. Cool! Well, the problem is since Eclipse is open for contribution, someone else can come along and define a &#8220;component&#8221; format and than you have the problem of your editor associations being messed up. Many bad things can happen.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;component</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;stuff&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;">&lt;...<span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/component<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>The fix is to have my content type definition scoped by namespace. This is trivial since <code>XMLRootElementContentDescriber2</code> supports namespaces.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;describer</span></span>
<span style="color: #009900;">     <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;org.eclipse.core.runtime.content.XMLRootElementContentDescriber2&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parameter</span></span>
<span style="color: #009900;">             <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;element&quot;</span></span>
<span style="color: #009900;">             <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;{http://www.osgi.org/xmlns/scr/v1.1.0}component&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
     <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/parameter<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
 <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/describer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>You learn something new everyday.</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2009/10/21/eclipse-and-content-type-definitions/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Full Screen your RCP Applications</title>
		<link>http://aniszczyk.org/2008/02/14/full-screen-your-rcp-applications/</link>
		<comments>http://aniszczyk.org/2008/02/14/full-screen-your-rcp-applications/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 04:33:00 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/2008/02/14/full-screen-your-rcp-applications/</guid>
		<description><![CDATA[I like discovering things I didn&#8217;t know existed. I feel like that ape from space odyssey today: I had a colleague ping me today and ask how he could full-screen his RCP-based application. I recall there being a Eclipse Google SOC project on this topic so I pointed him there. To my delight, the project [...]]]></description>
			<content:encoded><![CDATA[<p>I like discovering things I didn&#8217;t know existed. I feel like that ape from space odyssey today:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_2017w9FY4Do/R7Rt7W4ARwI/AAAAAAAAAXI/zKgGyDePtkY/s1600-h/ape.jpg"><img style="cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_2017w9FY4Do/R7Rt7W4ARwI/AAAAAAAAAXI/zKgGyDePtkY/s320/ape.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5166875539020990210" /></a></p>
<p>I had a colleague ping me today and ask how he could full-screen his RCP-based application. I recall there being a Eclipse Google <a href="http://wiki.eclipse.org/GSOC">SOC</a> <a href="http://wiki.eclipse.org/Improve_multi-monitor_support">project</a> on this topic so I pointed him there. To my delight, the project was a success (good job Benny!) and has already found its way into the SDK for the 3.4 version of Eclipse. For an example, I <a href="http://wiki.eclipse.org/images/9/98/Patch.zip">patched</a> my favorite RCP Browser Example to allow full-screen goodness:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_2017w9FY4Do/R7RxuG4ARxI/AAAAAAAAAXQ/gt5EZiN7yOQ/s1600-h/rcpbrowsere.png"><img style="cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_2017w9FY4Do/R7RxuG4ARxI/AAAAAAAAAXQ/gt5EZiN7yOQ/s320/rcpbrowsere.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5166879709434234642" /></a></p>
<p>The only issue left with the fullscreen functionality is proper workbench integration and that is being tracked with this <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=171398">bug</a>. I&#8217;m sure the Platform UI team would love help with the bug if you have some cycles to spare for the upcoming Eclipse <a href="http://wiki.eclipse.org/BugDay">BugDay</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2008/02/14/full-screen-your-rcp-applications/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MyTourbook Facelift</title>
		<link>http://aniszczyk.org/2008/01/04/mytourbook-facelift/</link>
		<comments>http://aniszczyk.org/2008/01/04/mytourbook-facelift/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 04:32:00 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/2008/01/04/mytourbook-facelift/</guid>
		<description><![CDATA[For those RCP and cyclist enthusiasts out there, the MyTourbook application I blogged about a few months ago got some updates. There&#8217;s an option for imperial measurements (for us poor Americans), support for new devices like my Garmin ForeRunner and mapping capabilities. The mapping capabilities are very cool. I didn&#8217;t know of a project called [...]]]></description>
			<content:encoded><![CDATA[<p>For those <a href="http://www.eclipse.org/rcp">RCP</a> and cyclist enthusiasts out there, the <a href="http://mytourbook.sf.net">MyTourbook</a> application I <a href="http://mea-bloga.blogspot.com/2007/10/mytourbook.html">blogged</a> about a few months ago got some updates. There&#8217;s an option for imperial measurements (for us poor Americans), support for new devices like my <a href="http://www.garmin.com/products/forerunner301/">Garmin ForeRunner</a> and mapping capabilities. The mapping capabilities are very cool. I didn&#8217;t know of a project called <a href="https://geoclipse.svn.sourceforge.net/svnroot/geoclipse/trunk/">Geoclipse</a> that allows you to add mapping capabilities to your RCP applications:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_2017w9FY4Do/R359_8RWJ8I/AAAAAAAAAT8/KLTvDwR3Fpk/s1600-h/mytb-gps-map2.png"><img style="cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_2017w9FY4Do/R359_8RWJ8I/AAAAAAAAAT8/KLTvDwR3Fpk/s320/mytb-gps-map2.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5151693561222539202" /></a></p>
<p>The story about how the primary author of MyTourbook added the mapping capabilities is neat and shows an aspect I like about the Eclipse ecosystem. To quote him, </p>
<blockquote><p>&#8230;After researching the Internet I found the geoclipse project https://geoclipse.svn.sourceforge.net/svnroot/geoclipse which does exacly what I wanted. With a few clicks by adding the geoclipse plugins to my configuration and starting the application, the map was displayed, after additional 2 hours of work the tours are also displayed in the map. <span style="font-weight:bold;">I think this shows how powerful the Eclipse platform is to plug components together</span>&#8230;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2008/01/04/mytourbook-facelift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyTourbook</title>
		<link>http://aniszczyk.org/2007/10/22/mytourbook/</link>
		<comments>http://aniszczyk.org/2007/10/22/mytourbook/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 22:28:00 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/2007/10/22/mytourbook/</guid>
		<description><![CDATA[Before leaving for my brief peacock-filled Cancun vacation, I really wanted to try out an RCP application. I didn&#8217;t have the chance, but now that I&#8217;m back, let&#8217;s give it a try. What application was it? MyTourbook is a small RCP application that allows you to work with various exercise computers like the Garmin Forerunner [...]]]></description>
			<content:encoded><![CDATA[<p>Before leaving for my brief peacock-filled Cancun vacation, I really wanted to try out an RCP application. I didn&#8217;t have the chance, but now that I&#8217;m back, let&#8217;s give it a try.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_2017w9FY4Do/Rx0kUF4UOJI/AAAAAAAAANE/dMrALmmvOD0/s1600-h/peacock.jpg"><img style="cursor: pointer;" src="http://bp3.blogger.com/_2017w9FY4Do/Rx0kUF4UOJI/AAAAAAAAANE/dMrALmmvOD0/s400/peacock.jpg" alt="" id="BLOGGER_PHOTO_ID_5124291878611859602" border="0" /></a></p>
<p>What application was it?</p>
<p><a href="http://mytourbook.sf.net">MyTourbook</a> is a small RCP application that allows you to work with various exercise computers like the <a href="http://www.garmin.com/garmin/cms/us/ontofitness/forerunnerseries">Garmin Forerunner</a> series. The software currently out there for these types of devices is generally lacking major functionality (like running on multiple platforms) and feels like it was written by a team of crafty monkies banging keyboards to produce code. </p>
<p>To my initial dismay, the website was all in German but that didn&#8217;t stop me from trying the application out. I gave it a test-spin using some data from the recent <a href="http://www.livestrong.org/challenge">LiveStrong Challenge</a> I completed:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_2017w9FY4Do/Rx0myl4UOKI/AAAAAAAAANM/LRTaGBGe-O4/s1600-h/mytourbook.png"><img style="cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_2017w9FY4Do/Rx0myl4UOKI/AAAAAAAAANM/LRTaGBGe-O4/s400/mytourbook.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5124294601621125282" /></a></p>
<p>I guess everything looks good besides me having a 0bpm heart rate for the whole ride <img src='http://aniszczyk.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>I hope we see more of these niche applications in the future based on RCP and companies like Garmin take notice that one guy in Germany can pretty much outdo  their software development shop. Maybe instead of spending most of their time coming up with a <a href="http://forums.runnersworld.com/eve/forums/a/tpc/f/194106038/m/2051046523">Mac port for their current release</a>, Garmin could spend more time innovating on cool features <img src='http://aniszczyk.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2007/10/22/mytourbook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lotus Symphony</title>
		<link>http://aniszczyk.org/2007/09/18/lotus-symphony/</link>
		<comments>http://aniszczyk.org/2007/09/18/lotus-symphony/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 16:38:00 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[expeditor]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/2007/09/18/lotus-symphony/</guid>
		<description><![CDATA[Today, Lotus announced that it is giving away its productivity tools for free, branded as Lotus Symphony (currently out in beta form). What&#8217;s neat about this from an Eclipse perspective? Well first off, Lotus Symphony is an RCP application (technically based on Lotus Expeditor). Another interesting tidbit is the possibility of extending the editors using [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Lotus announced that it is giving away its productivity tools for free, branded as <a href="http://symphony.lotus.com/software/lotus/symphony/home.jspa">Lotus Symphony</a> (currently out in beta form).</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_2017w9FY4Do/Ru_VTb88JKI/AAAAAAAAALM/AwRxDzfU23o/s1600-h/spreadsheets_chart_new.gif"><img style="cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_2017w9FY4Do/Ru_VTb88JKI/AAAAAAAAALM/AwRxDzfU23o/s400/spreadsheets_chart_new.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5111538631986390178" /></a></p>
<p>What&#8217;s neat about this from an Eclipse perspective? Well first off, Lotus Symphony is an <a href="http://wiki.eclipse.org/RCP">RCP</a> application (technically based on <a href="http://www.ibm.com/developerworks/lotus/library/expeditor-intro/">Lotus Expeditor</a>). Another interesting tidbit is the possibility of extending the editors using well-known Eclipse semantics like extensions and extension points. </p>
<p>In the end, it&#8217;s an interesting use of Eclipse in my opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2007/09/18/lotus-symphony/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Simple GEF Example</title>
		<link>http://aniszczyk.org/2007/06/12/simple-gef-example/</link>
		<comments>http://aniszczyk.org/2007/06/12/simple-gef-example/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 16:19:00 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gef]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/2007/06/12/simple-gef-example/</guid>
		<description><![CDATA[I just noticed Anthony Hunter from the GEF/GMF team posted a simple GEF 3.3 example. This should be helpful for people looking at an updated example (it also demonstrates how to use the same code in an RCP application).]]></description>
			<content:encoded><![CDATA[<p>I just noticed Anthony Hunter from the <a href="http://www.eclipse.org/gef">GEF</a>/<a href="http://www.eclipse.org/gmf">GMF </a>team <a href="http://www.eclipse.org/gef/reference/digraph1.php">posted</a> a simple GEF 3.3 example. This should be helpful for people looking at an updated example (it also demonstrates how to use the same code in an RCP application).</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_2017w9FY4Do/Rm651fqGoyI/AAAAAAAAAFk/5HjgNRkHJG4/s1600-h/digraph1_rcp.png"><img style="cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_2017w9FY4Do/Rm651fqGoyI/AAAAAAAAAFk/5HjgNRkHJG4/s400/digraph1_rcp.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5075198158775427874" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2007/06/12/simple-gef-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

