<?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; eclipse</title>
	<atom:link href="http://aniszczyk.org/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://aniszczyk.org</link>
	<description>work. life. open source. diatribes.</description>
	<lastBuildDate>Tue, 06 Jul 2010 13:25:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Eclipse Marketplace of Possibilities</title>
		<link>http://aniszczyk.org/2010/07/05/the-eclipse-marketplace-of-possibilities/</link>
		<comments>http://aniszczyk.org/2010/07/05/the-eclipse-marketplace-of-possibilities/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 19:34:28 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[lotus]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2547</guid>
		<description><![CDATA[I&#8217;m a fan of the Eclipse Marketplace. It&#8217;s easy to install solutions from within Eclipse (Help -> Eclipse Marketplace&#8230;), for example, if you need Git support&#8230; simply use &#8216;git&#8217; as a search term&#8230; If you&#8217;re an Eclipse.org project, I highly recommend listing a release of your project if you want to make it easier for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a fan of the <a href="http://marketplace.eclipse.org/">Eclipse Marketplace</a>.</p>
<p><a href="http://aniszczyk.org/wp-content/uploads/2010/07/mpc1.png"><img src="http://aniszczyk.org/wp-content/uploads/2010/07/mpc1-222x300.png" alt="" title="Eclipse Marketplace" width="222" height="300" class="alignnone size-medium wp-image-2592" /></a></p>
<p>It&#8217;s easy to install <em>solutions</em> from within Eclipse (<strong>Help -> Eclipse Marketplace&#8230;</strong>), for example, if you need Git support&#8230; simply use &#8216;git&#8217; as a search term&#8230;</p>
<p><a href="http://aniszczyk.org/wp-content/uploads/2010/07/mpc2.png"><img src="http://aniszczyk.org/wp-content/uploads/2010/07/mpc2-300x258.png" alt="" title="Eclipse Marketplace" width="300" height="258" class="alignnone size-medium wp-image-2593" /></a></p>
<p>If you&#8217;re an Eclipse.org project, I highly recommend <a href="http://marketplace.eclipse.org/addcontent">listing</a> a release of your project if you want to make it easier for users to find your work. I&#8217;m a lazy user so anything that can be done to not have to enter a URL is a plus in my humble opinion.</p>
<p>So what&#8217;s missing? Well, I would like to see the marketplace work with other Eclipse plug-in distributors out there. I know that the marketplace supports pluggable marketplace providers as the folks at EclipseSource are taking advantage of this functionality via the <a href="http://market.eclipsesource.com/yoxos/">Yoxos Market</a>. However, I&#8217;m more looking at the folks within the IBM Lotus community who are doing cool things by having <a href="http://symphony.lotus.com/software/lotus/symphony/plugin.nsf/home">plug-ins for Symphony</a> available via the web. I think both communities would benefit by having more cross-pollination with the plug-ins that would work in both environments. On top of that, I would like to see &#8220;appstore&#8221; like functionality at the marketplace in the future so people could offer their wares for sale if they wanted to. I know this isn&#8217;t easy due to the complications of selling goods in various countries and the tax laws that accompany that but we could start with a few pilot countries.</p>
<p>In the end, I think the marketplace makes it a lot easier to find Eclipse-related stuff and opens a lot of possibilities to make Eclipse more consumable for folks.</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/07/05/the-eclipse-marketplace-of-possibilities/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Git at Eclipse Webinar Next Week</title>
		<link>http://aniszczyk.org/2010/07/05/git-at-eclipse-webinar-next-week/</link>
		<comments>http://aniszczyk.org/2010/07/05/git-at-eclipse-webinar-next-week/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 18:59:41 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2586</guid>
		<description><![CDATA[Shawn Pearce and I are giving a webinar on July 13th about Understanding and Using Git at Eclipse&#8230; The EGit project is implementing Eclipse tooling on top of JGit, the Java implementation of Git. Both EGit and JGit moved to Eclipse in May 2009 and shipped 0.8 with Helios. The EGit and JGit teams are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.spearce.org/">Shawn Pearce</a> and I are giving a <a href="http://live.eclipse.org/node/885">webinar</a> on July 13th about Understanding and Using Git at Eclipse&#8230;</p>
<blockquote><p>The <a href="http://eclipse.org/egit">EGit</a> project is implementing Eclipse tooling on top of <a href="http://eclipse.org/jgit">JGit</a>, the Java implementation of Git. Both EGit and JGit moved to Eclipse in May 2009 and shipped 0.8 with Helios. The EGit and JGit teams are busily working towards 0.9 which is targeted for Helios SR1 (September 2010). This webinar will give an update on the project progress and more detailed information about the design and features. A demo will illustrate how it&#8217;s used in its own development process. It will also show how Gerrit Code Review, a JGit based review system developed for the needs of the Android community, can help to further improve development processes.</p></blockquote>
<p>Please <a href="http://live.eclipse.org/node/885">register</a> if you want to attend and learn more about Git and Eclipse.</p>
<p>On a side note, there will be a free <a href="https://git.wiki.kernel.org/index.php/GitTogether10">GitTogether</a> event October 25-27th at Google HQ. Git contributors and users alike are welcome to attend. If you&#8217;re interested in Git and in the bay area, please consider attending.</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/07/05/git-at-eclipse-webinar-next-week/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eclipse Helios Toronto DemoCamp</title>
		<link>http://aniszczyk.org/2010/06/30/eclipse-helios-toronto-democamp/</link>
		<comments>http://aniszczyk.org/2010/06/30/eclipse-helios-toronto-democamp/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 13:48:31 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2575</guid>
		<description><![CDATA[Yesterday, we held the Eclipse Toronto DemoCamp at the Red Hat Canada offices. Thirty or so people showed up and there was a lot of good presentations.. Elliott Baron, Path-Sensitive Static Analysis for C/C++ John Bossons, Wizards to make JPA value objects thread-safe Jason van Zyl, m2eclipse and tycho Chris Aniszczyk, Understanding and Using Git [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, we held the <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Toronto">Eclipse Toronto DemoCamp</a> at the Red Hat Canada offices.</p>
<p>Thirty or so people showed up and there was a lot of good presentations..</p>
<ol>
<li> Elliott Baron, Path-Sensitive Static Analysis for C/C++</li>
<li> John Bossons, Wizards to make JPA value objects thread-safe</li>
<li> Jason van Zyl, m2eclipse and tycho</li>
<li> Chris Aniszczyk, Understanding and Using Git at Eclipse</li>
<li> Ian Bull, Managing your eclipse installs</li>
<li> Kenn Hussey, b3 Aggregator</li>
<li> Charley Wang, C/C++ function call visualizations</li>
<li> Andrew Overholt, Eclipse Linux Tools project</li>
</ol>
<p>I talked about Git and demoed EGit a bit&#8230;</p>
<p><a href="http://www.slideshare.net/caniszczyk/helios-in-action-git-at-eclipse"><img class="alignnone size-medium wp-image-2581" style="border: 1px solid black;" title="egit" src="http://aniszczyk.org/wp-content/uploads/2010/06/egit1-300x222.png" alt="" width="300" height="222" /></a></p>
<p>Afterwards, we headed to the Rose and Crown pub for drinks and food!</p>
<p>Overall, it was fun and thank you Eclipse Foundation for sponsoring the event!</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/06/30/eclipse-helios-toronto-democamp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Eclipse Helios in the News</title>
		<link>http://aniszczyk.org/2010/06/25/eclipse-helios-in-the-news/</link>
		<comments>http://aniszczyk.org/2010/06/25/eclipse-helios-in-the-news/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 13:42:08 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2565</guid>
		<description><![CDATA[Yesterday, Ian Skerrett posted some links about Helios in the press. During my morning coffee ritual I read through most of them&#8230; I was especially taken with Dana Blankenhorn&#8217;s article&#8230; This was always a false image. Not that I have anything against a good parent’s basement, or a nice comfortable pair of jammies. And when [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, <a href="http://ianskerrett.wordpress.com/2010/06/24/helios-in-the-press/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+IanSkerrett+%28Ian+Skerrett%29">Ian Skerrett</a> posted some links about Helios in the press. </p>
<p><a href="http://aniszczyk.org/wp-content/uploads/2010/06/helios-banner.png"><img src="http://aniszczyk.org/wp-content/uploads/2010/06/helios-banner-300x53.png" alt="" title="helios banner" width="300" height="53" class="alignnone size-medium wp-image-2567" /></a></p>
<p>During my morning coffee ritual I read through most of them&#8230; I was especially taken with Dana Blankenhorn&#8217;s <a href="http://www.zdnet.com/blog/open-source/take-more-note-when-eclipse-code-drops-on-schedule/6742">article</a>&#8230;</p>
<blockquote><p>This was always a false image. Not that I have anything against a good parent’s basement, or a nice comfortable pair of jammies. And when open source was being born, at the bottom of the dot-bomb, there was high unemployment in the code-o-sphere.</p>
<p>But the coders and the coding were always professional. There have always been a lot of people in open source who knew how to make the coding train run on time.</p>
<p>So with Eclipse’ Helios dropping yesterday, right on schedule (even with everyone else watching the U.S.-Algeria game) it’s worth noting that this is the seventh straight year that the code has arrived on precisely the day it was supposed to.</p>
<p>Eclipse is the open source <strong>dog that does not bark</strong>. Its professionalism is the clue that unravels the whole case, and makes much else possible. Many things go wrong in our troubled world, but professionalism like this can get us through.</p></blockquote>
<p>Ruff? Arf? Anyways, something to be proud of in my opinion.</p>
<p>Of course there was also some <a href="http://www.i-programmer.info/news/90-tools/982-enter-the-new-eclipse-helios.html">criticism</a>&#8230;</p>
<blockquote><p>The big problem with any Eclipse release if finding out what it&#8217;s all about and what you have to do to start using it. As with most open source projects, the documentation is terrible and idiosyncratic. Given time on-line tutorials and third -party documentation, books, howtos,.. will start to catch up with the new release but for the beginner it&#8217;s initially an impenetrable wall.</p>
<p>It&#8217;s not just basic documentation that is a problem. Finding out what any given Eclipse package or project does can be next to impossible. If you don&#8217;t already know what it&#8217;s is all about then the only way to find out is to download and experiment. This isn&#8217;t helped by the fact that currently the web-based help system seems to have a bug that stops it working. The Eclipse project is often flaky on features used by beginners &#8211; it&#8217;s probably because the Eclipse developers test the cool interesting stuff and mostly ignore anything trivial.</p>
<p>In addition the whole approach of the Eclipse documentation is to tell you about the development process of the project, how it was started, how many milestones have been kicked over and so on. All very personally satisfying but useless for the beginner who might actually be tempted to use this free IDE.</p>
<p>Adding easy to follow feature descriptions and introductory explanations to the front pages of the web site <strong>would probably increase the take up of Eclipse by a factor of 10 or more</strong>. Just because it&#8217;s open sources doesn&#8217;t mean it has to lack commercial acumen.</p></blockquote>
<p>Ok, that&#8217;s fair enough, not every project has nice documentation like <a href="http://eclipse.org/Xtext">Xtext</a> or some other Eclipse projects. However, I think we&#8217;re better than most. I&#8217;m not sure how we can improve besides having some consistent guidelines projects can follow so regardless of which project you go to, the documentation is presented in a similar fashion. Any ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/06/25/eclipse-helios-in-the-news/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eclipse Helios in Action Virtual Conference</title>
		<link>http://aniszczyk.org/2010/06/22/eclipse-helios-in-action-virtual-conference/</link>
		<comments>http://aniszczyk.org/2010/06/22/eclipse-helios-in-action-virtual-conference/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 19:10:35 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2553</guid>
		<description><![CDATA[On Thursday, there will be a virtual conference demoing some of the things part of the Eclipse Helios release. I&#8217;ll be speaking about Git tooling at Eclipse but there will be talks about JavaScript tools, Linux Tools, EclipseRT and other projects. So please sign up if you want to learn more about what is shipping [...]]]></description>
			<content:encoded><![CDATA[<p>On Thursday, there will be a <a href="http://eclipse.org/helios/heliosinaction.php">virtual conference</a> demoing some of the things part of the <a href="http://eclipse.org/helios/heliosinaction.php">Eclipse Helios</a> release.</p>
<p><a href="http://eclipse.org/helios/heliosinaction.php"><img src="http://aniszczyk.org/wp-content/uploads/2010/06/heliosinaction-300x300.png" alt="" title="Helios in Action" width="300" height="300" class="alignnone size-medium wp-image-2558" /></a></p>
<p>I&#8217;ll be speaking about <a href="http://eclipse.org/egit">Git tooling</a> at Eclipse but there will be talks about JavaScript tools, <a href="http://eclipse.org/linuxtools">Linux Tools</a>, <a href="http://eclipse.org/eclipsert">EclipseRT</a> and other projects. So please <a href="http://eclipse.org/helios/heliosinaction.php">sign up</a> if you want to learn more about what is shipping with Helios and remember to tell your friends too!</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/06/22/eclipse-helios-in-action-virtual-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helios for Friends of Eclipse!</title>
		<link>http://aniszczyk.org/2010/06/22/helios-for-friends-of-eclipse/</link>
		<comments>http://aniszczyk.org/2010/06/22/helios-for-friends-of-eclipse/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 18:38:42 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2549</guid>
		<description><![CDATA[Since I&#8217;m a Friend of Eclipse, I was pleased to see this email today! So if you want to grab Helios a day early, why not consider supporting Eclipse by becoming a friend! We are almost at 360 Friends for Helios too! Let&#8217;s fill that progress bar!]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m a <a href="http://www.eclipse.org/donate">Friend of Eclipse</a>, I was pleased to see this email today!</p>
<p><a href="http://aniszczyk.org/wp-content/uploads/2010/06/eclipsehelios.png"><img class="alignnone size-medium wp-image-2550" style="border: 1px solid black;" title="Friends of Eclipse" src="http://aniszczyk.org/wp-content/uploads/2010/06/eclipsehelios-300x169.png" alt="" width="300" height="169" /></a></p>
<p>So if you want to grab <a href="http://www.eclipse.org/helios">Helios</a> a day early, why not consider supporting Eclipse by <a href="http://www.eclipse.org/donate">becoming a friend</a>! We are almost at 360 Friends for Helios too!</p>
<p><a href="http://eclipse.org/helios/friends.php"><img src="http://aniszczyk.org/wp-content/uploads/2010/06/heliosfriends-300x145.png" alt="" title="Friends of Helios" width="300" height="145" class="alignnone size-medium wp-image-2555" /></a></p>
<p>Let&#8217;s fill that progress bar!</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/06/22/helios-for-friends-of-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Helios and EGit and JGit 0.8.4</title>
		<link>http://aniszczyk.org/2010/06/21/helios-and-egit-and-jgit-0-8-4/</link>
		<comments>http://aniszczyk.org/2010/06/21/helios-and-egit-and-jgit-0-8-4/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:10:45 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2529</guid>
		<description><![CDATA[Last week the EGit and JGit teams pushed out 0.8.4 as the final contribution to the Eclipse Helios release. A few people praised the teams on how quickly progress is coming along which is great. A few people have also asked about what is officially support in EGit versus typical command line usage so here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Last week the <a href="http://www.eclipse.org/egit">EGit</a> and <a href="http://www.eclipse.org/jgit">JGit</a> teams pushed out 0.8.4 as the final contribution to the <a href="http://www.eclipse.org/helios">Eclipse Helios</a> release. A few people praised the teams on how quickly progress is coming along which is great. A few people have also asked about what is officially support in EGit versus typical command line usage so here&#8217;s a picture to help with that&#8230;</p>
<p><a href="http://aniszczyk.org/wp-content/uploads/2010/06/egit.png"><img src="http://aniszczyk.org/wp-content/uploads/2010/06/egit-300x175.png" alt="" title="EGit Status 0.8" width="300" height="175" class="alignnone size-medium wp-image-2537" /></a></p>
<p>A few people have also pinged me about a Maven repository for JGit. You can find information on the repository on our <a href="http://eclipse.org/jgit/download/">download</a> page.</p>
<p>An important thing to note is that I still consider the 0.8 release a beta (we are still in incubation). If you&#8217;re familiar with the Git CLI, the tooling should be pretty easy to pick up. We are planning to do a 0.9 release in late September for Helios SR1 which should contain the last missing pieces needed for mass adoption of Git within the Eclipse community. For now, if you like to live on the bleeding edge please give the 0.8 release a try and <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit&#038;rep_platform=All&#038;op_sys=All">report any issues</a> you find.</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/06/21/helios-and-egit-and-jgit-0-8-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eclipse Helios Review Article at developerWorks</title>
		<link>http://aniszczyk.org/2010/06/15/eclipse-helios-review-article-at-developerworks/</link>
		<comments>http://aniszczyk.org/2010/06/15/eclipse-helios-review-article-at-developerworks/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 14:08:47 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2513</guid>
		<description><![CDATA[My article about the Eclipse Helios release finally went live today at developerWorks. Thanks for the Eclipse.org project leads and committers out there that took the time to send screenshots and quotes. Also, while you&#8217;re at it, why not consider becoming a Friend of Helios and Eclipse to support Eclipse development!]]></description>
			<content:encoded><![CDATA[<p>My <a href="https://www.ibm.com/developerworks/opensource/library/os-eclipse-helios/">article</a> about the Eclipse <a href="http://eclipse.org/helios/">Helios</a> release finally went live today at developerWorks.</p>
<p><a href="https://www.ibm.com/developerworks/opensource/library/os-eclipse-helios/"><img src="http://aniszczyk.org/wp-content/uploads/2010/06/article-300x188.png" alt="" title="Helios developerWorks Article" width="300" height="188" class="alignnone size-medium wp-image-2515" /></a></p>
<p>Thanks for the Eclipse.org project leads and committers out there that took the time to send screenshots and quotes. Also, while you&#8217;re at it, why not consider becoming a <a href="http://www.eclipse.org/helios/friends.php">Friend of Helios and Eclipse</a> to support Eclipse development!</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/06/15/eclipse-helios-review-article-at-developerworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFP: Eclipse Summit Europe 2010</title>
		<link>http://aniszczyk.org/2010/06/08/cfp-eclipse-summit-europe-2010/</link>
		<comments>http://aniszczyk.org/2010/06/08/cfp-eclipse-summit-europe-2010/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 13:56:58 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2455</guid>
		<description><![CDATA[Eclipse Summit Europe 2010 is happening towards in November this year and the CFP has just opened recently.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eclipsecon.org/summiteurope2010/">Eclipse Summit Europe 2010</a> is happening towards in November this year and the <a href="http://www.eclipsecon.org/summiteurope2010/submissions">CFP</a> has just opened recently.</p>
<p><a href=""http://www.eclipsecon.org/summiteurope2010/"><img src="http://aniszczyk.org/wp-content/uploads/2010/06/conference-header-icon.jpg" alt="" title="Eclipse Summit" width="219" height="96" class="alignnone size-full wp-image-2508" /></a></p>
<p>Eclipse Summit Europe (ESE) tends to be one of my favorite Eclipse-related events because it&#8217;s a bit more of a smaller and intimate conference than EclipseCon is. I find myself having great technical discussions with folks after sessions and of course since we are in Germany, there&#8217;s great beer. So when you have time, please consider <a href="http://www.eclipsecon.org/summiteurope2010/submissions">submitting a talk</a> for ESE. I&#8217;m looking forward to a great program.</p>
]]></content:encoded>
			<wfw:commentRss>http://aniszczyk.org/2010/06/08/cfp-eclipse-summit-europe-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at the Eclipse Helios DemoCamp Toronto</title>
		<link>http://aniszczyk.org/2010/06/07/speaking-at-the-eclipse-helios-democamp-toronto/</link>
		<comments>http://aniszczyk.org/2010/06/07/speaking-at-the-eclipse-helios-democamp-toronto/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 15:54:18 +0000</pubDate>
		<dc:creator>Chris Aniszczyk</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://aniszczyk.org/?p=2469</guid>
		<description><![CDATA[Well I have some good news. I&#8217;ll be in scenic Toronto for the Eclipse Helios DemoCamp on June 29th, 2010. I&#8217;ll probably speak about Git and Eclipse unless people have other requests. The event is graciously hosted by Red Hat and organized by Andrew Overholt. If you&#8217;re interested in speaking or attending, please let us [...]]]></description>
			<content:encoded><![CDATA[<p>Well I have some good news. I&#8217;ll be in scenic Toronto for the <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Toronto">Eclipse Helios DemoCamp</a> on June 29th, 2010. I&#8217;ll probably speak about Git and Eclipse unless people have other requests.</p>
<p><a href="http://aniszczyk.org/wp-content/uploads/2010/06/toronto.jpg"><img src="http://aniszczyk.org/wp-content/uploads/2010/06/toronto-300x238.jpg" alt="" title="Toronto" width="300" height="238" class="alignnone size-medium wp-image-2471" /></a></p>
<p>The event is graciously hosted by Red Hat and organized by <a href="http://overholt.ca/wp/">Andrew Overholt</a>.</p>
<p><a href="http://aniszczyk.org/wp-content/uploads/2010/06/rhlogo.jpg"><img src="http://aniszczyk.org/wp-content/uploads/2010/06/rhlogo-300x96.jpg" alt="" title="Red Hat Logo" width="300" height="96" class="alignnone size-medium wp-image-2506" /></a></p>
<p>If you&#8217;re interested in speaking or attending, please let us know. Sign up on the <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Toronto">wiki</a>! After the event, we&#8217;ll go for frosty beverages because speaking about open source makes me thirsty! <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/06/07/speaking-at-the-eclipse-helios-democamp-toronto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
