<?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; Markus Knauer</title>
	<atom:link href="http://eclipsesource.com/blogs/author/mknauer/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:17:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running a distributed search application in the Amazon cloud</title>
		<link>http://eclipsesource.com/blogs/2010/03/24/distributed-search-application-in-the-cloud/</link>
		<comments>http://eclipsesource.com/blogs/2010/03/24/distributed-search-application-in-the-cloud/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 14:51:28 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[eclipsecon]]></category>
		<category><![CDATA[equinox]]></category>
		<category><![CDATA[p2]]></category>
		<category><![CDATA[smila]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3927</guid>
		<description><![CDATA[Doing live presentations is always challenging, isn&#8217;t it? Especially here, at EclipseCon, I like to integrate some demo elements in my talks, but in case you are relying on external resources, such as a network, there is always the chance that it is not going to work during your presentation. And that&#8217;s exactly what happened [...]]]></description>
			<content:encoded><![CDATA[<p>Doing live presentations is always challenging, isn&#8217;t it? Especially here, at <a href="http://www.eclipsecon.org/2010/" target="_blank">EclipseCon</a>, I like to integrate some demo elements in my talks, but in case you are relying on external resources, such as a network, there is always the chance that it is not going to work during your presentation. And that&#8217;s exactly what happened when we did <a href="http://www.eclipsecon.org/2010/sessions/?page=sessions&amp;id=1388" target="_blank">our talk on Monday</a>.</p>
<p>For those who couldn&#8217;t attend you can find <a href="http://www.slideshare.net/mknauer23/searching-the-cloud-the-eclipsertumbrella" target="_blank">the slides below</a>, for those who were in the room, here is the URL to our distributed demo search application that is still running on the cloud:</p>
<p><span style="text-decoration: line-through;">cloudle.eclipse.org/search</span> &#8211; server has been shut down</p>
<p>We asked the audience at the very beginning of the talk to give us a URL of a website. Then we used <a href="http://eclipse.org/geclipse/" target="_blank">g-Eclipse</a> with a small JMX-management extension that we implemented for this talk in order to configure the <a href="http://eclipse.org/smila" target="_blank">SMILA framework</a> running on several cloud nodes. (If you don&#8217;t know what SMILA is: It is a framework for building search solutions, in our case it was the glue between our exemplary back-end <a href="http://lucene.apache.org/solr/" target="_blank">Apache Solr</a> and a small RAP-based search front-end.) The next step was to start the web crawler on this remote machine with g-Eclipse to give it some time to download the web pages below the given URL and to build up an index.</p>
<p>At that point in time I saw some network timeouts. Not a good sign but maybe only a temporary problem that goes away after some minutes, some minutes that we were using to explain what we did. See the slides yourself:</p>
<div id="__ss_3529196" style="width: 425px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=umbrellaslideshare-100323151749-phpapp01&amp;stripped_title=searching-the-cloud-the-eclipsertumbrella" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=umbrellaslideshare-100323151749-phpapp01&amp;stripped_title=searching-the-cloud-the-eclipsertumbrella" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>Our exemplary (and simplified) architecture has one front-end node that is running our little RAP search-UI, and several back-end nodes, each of them with a search index of its own and crawling a different set of URLs. At the end of the talk it was planned to make the remote machines known to each other and that means in this case that the front-end needs the addresses of the back-end nodes. Once again, we used g-Eclipse to add the other back-end nodes to its configuration.</p>
<p>Just for the records&#8230; it worked well when we tested it before the talk, and it worked immediately after it. Unfortunately we had some kind of weird network problems in our session.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/03/24/distributed-search-application-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Helios M6 RCP package</title>
		<link>http://eclipsesource.com/blogs/2010/03/19/helios-m6-rcp-package/</link>
		<comments>http://eclipsesource.com/blogs/2010/03/19/helios-m6-rcp-package/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 09:00:23 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[egit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3912</guid>
		<description><![CDATA[The new EPP packages for Helios M6 are uploaded to the download area and just need some more hours to be distributed to the Eclipse download mirrors until we can make them available for the public from eclipse.org/downloads. The mirroring is important, because otherwise the eclipse.org uplink would be entirely saturated and no one could [...]]]></description>
			<content:encoded><![CDATA[<p>The new EPP packages for Helios M6 are uploaded to the download area and just need some more hours to be distributed to the Eclipse download mirrors until we can make them available for the public from eclipse.org/downloads. The mirroring is important, because otherwise the eclipse.org uplink would be entirely saturated and no one could get the Helios M6 bits in time before EclipseCon.</p>
<p>In the meantime, I&#8217;d like to highlight some additions that I recently did as a package maintainer of the <strong>RCP package</strong>. (If you don&#8217;t know what a package maintainer is you should consider joining my talk on Monday about &#8216;<a title="Building EPP Packages" href="http://www.eclipsecon.org/2010/sessions/?page=sessions&amp;id=1398" target="_blank">Building EPP packages</a>&#8216;.)</p>
<ul>
<li><a title="git" href="http://git-scm.com/" target="_blank">git</a> is becoming more and more popular at Eclipse and <a href="http://www.eclipse.org/egit/" target="_blank">EGit</a> is always one of the first plug-ins that I am installing whenever I unpack a new Eclipse milestone on my computer. The logical step: Include EGit in my RCP package because I think that I am not the only one who needs this tool.</li>
<li>Another addition that I recently made is the RAP tooling. My daily work has changed and in the last months I am doing more RAP development than RCP development. I am not entirely sure if one needs both in one package, maybe RAP needs to go into its own package, but so far I think both technologies  complement each other. I am happy to get feedback &#8211; see <a title="RCP package content" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=230357" target="_blank">bug 230357</a>.</li>
<li>Last but not least: The <a title="MPC" href="http://eclipse.org/mpc/" target="_blank">Marketplace Client (MPC)</a> is included  to allow early feedback &#8211; the developers of this nice tool need your feedback to bring it into the best possible shape for Helios!</li>
</ul>
<p>Now let&#8217;s wait until the packages are available&#8230; and I need to go back preparing my EclipseCon slides.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/03/19/helios-m6-rcp-package/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Upgrade to Eclipse Galileo SR2</title>
		<link>http://eclipsesource.com/blogs/2010/02/26/upgrade-to-eclipse-galileo-sr2/</link>
		<comments>http://eclipsesource.com/blogs/2010/02/26/upgrade-to-eclipse-galileo-sr2/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 17:07:31 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[galileo]]></category>
		<category><![CDATA[new and noteworthy]]></category>
		<category><![CDATA[p2]]></category>
		<category><![CDATA[SR2]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3822</guid>
		<description><![CDATA[If you haven&#8217;t seen it in the Eclipse announcements: Galileo SR2 is available for download from eclipse.org. From this page you can download the new EPP packages that are based on Galileo SR2 (Service Release) and Eclipse 3.5.2.
Or, if you don&#8217;t want to download the full packages, you can start an upgrade &#8211; that&#8217;s what [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t seen it in the <a href="http://eclipse.org/community/news/eclipsenews.php" target="_blank">Eclipse announcements</a>: Galileo SR2 is available for <a href="http://www.eclipse.org/downloads/" target="_blank">download</a> from eclipse.org. From this page you can download the new EPP packages that are based on Galileo SR2 (Service Release) and Eclipse 3.5.2.</p>
<p>Or, if you don&#8217;t want to download the full packages, you can start an upgrade &#8211; that&#8217;s what I did just a few minutes ago. I started with an older working copy of Eclipse (probably something from Galileo SR1) and started the upgrade process (&#8216;Help&#8217; &gt; &#8216;Check for Update&#8217;).</p>
<p>It takes a while until p2 fetches all the required metadata from several repositories. The list includes the EPP package repository with the package definitions, the main Galileo repository and the Eclipse Platform repository. A few Okay-clicks later, p2 started to download the new content and asked me some more minutes later to restart Eclipse. Et voilà &#8211; after that restart I had a brand-new Eclipse with the latest version without downloading a new package.</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2010/02/26/upgrade-to-eclipse-galileo-sr2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Eclipse Helios M4 is out</title>
		<link>http://eclipsesource.com/blogs/2009/12/18/eclipse-helios-m4/</link>
		<comments>http://eclipsesource.com/blogs/2009/12/18/eclipse-helios-m4/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 16:21:19 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[syndicate]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[epp]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3647</guid>
		<description><![CDATA[Christmas is in the very near future and I have the pleasure to announce the availability of the forth milestone for next year&#8217;s Eclipse Simultaneous Release Helios: M4 is out! This time it was less than one week between the Eclipse Platform build (called &#8216;+0&#8242;) last Friday, several builds (&#8216;+1&#8242; to &#8216;+3&#8242;) this week where [...]]]></description>
			<content:encoded><![CDATA[<p>Christmas is in the very near future and I have the pleasure to announce the availability of the forth milestone for next year&#8217;s Eclipse Simultaneous Release <a href="http://eclipse.org/helios" mce_href="http://eclipse.org/helios" target="_blank">Helios</a>: M4 is out! This time it was less than one week between the Eclipse Platform build (called &#8216;+0&#8242;) last Friday, several builds (&#8216;+1&#8242; to &#8216;+3&#8242;) this week where other Eclipse projects prepare their contributions, and the package build (called &#8216;EPP&#8217; &#8211; what else?) yesterday.</p>
<p>You can go ahead and download one of the Helios EPP packages from this URL</p>
<blockquote><p><a href="http://eclipse.org/downloads/packages/release/helios/m4" mce_href="http://eclipse.org/downloads/packages/release/helios/m4" target="_blank">http://eclipse.org/downloads/packages/release/helios/m4</a><br mce_bogus="1"></p>
</blockquote>
<p>or you can update with the Release Train repository and the features from <a href="http://wiki.eclipse.org/Helios/Participating_Projects" mce_href="http://wiki.eclipse.org/Helios/Participating_Projects" target="_blank">all participating projects</a> from this URL</p>
<blockquote><p><a href="http://download.eclipse.org/releases/helios/" mce_href="http://download.eclipse.org/releases/helios/" target="_blank">http://download.eclipse.org/releases/helios/</a><br mce_bogus="1"></p>
</blockquote>
<p>Everything is based on Eclipse 3.6M4.</p>
<p>Thanks again to everybody who helped to make this happen!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/12/18/eclipse-helios-m4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Eclipse Helios M2 is out (EPP)</title>
		<link>http://eclipsesource.com/blogs/2009/10/02/helios-m2-is-out-epp/</link>
		<comments>http://eclipsesource.com/blogs/2009/10/02/helios-m2-is-out-epp/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:31:58 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[syndicate]]></category>
		<category><![CDATA[epp]]></category>
		<category><![CDATA[helios]]></category>
		<category><![CDATA[milestone]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3149</guid>
		<description><![CDATA[The second milestone (M2) of next years&#8217; Eclipse Simultaneous Release called Helios is now available!
I am proud that I am able to announce the availability of the corresponding Helios EPP M2 packages. You can download them from the usual EPP nightly build page www.eclipse.org/epp/download.php.
It&#8217;s the first time ever that the EPP packages are available so [...]]]></description>
			<content:encoded><![CDATA[<p>The second milestone (M2) of next years&#8217; Eclipse Simultaneous Release called <a href="http://wiki.eclipse.org/Helios" target="_blank">Helios</a> is <a href="http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg03704.html" target="_blank">now available</a>!</p>
<p>I am proud that I am able to announce the availability of the corresponding Helios <a href="http://www.eclipse.org/epp/">EPP</a> M2 packages. You can download them from the usual EPP nightly build page <a href="http://www.eclipse.org/epp/download.php" target="_blank">www.eclipse.org/epp/download.php</a>.</p>
<p>It&#8217;s the first time ever that the EPP packages are available so soon in the yearly release cycle and I think it is a good opportunity to get a lot of early feedback. The Eclipse Platform team did this all the time, but hopefully this will help other projects to get more testing by the community.</p>
<p>Thanks to all that helped to make this happen!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/10/02/helios-m2-is-out-epp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Galileo SR1 EPP Packages &#8211; Preview</title>
		<link>http://eclipsesource.com/blogs/2009/09/21/galileo-sr1-epp-packages/</link>
		<comments>http://eclipsesource.com/blogs/2009/09/21/galileo-sr1-epp-packages/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:11:48 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[epp]]></category>
		<category><![CDATA[galileo]]></category>
		<category><![CDATA[p2]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=3029</guid>
		<description><![CDATA[Only 4 days until the final Galileo SR1 bits are going to be released on Friday, time to write about some good news:
First of all, there is bug 281501 &#8220;64 bit Cocoa EPP packages should be available&#8221; which is currently the most wanted bug at Eclipse. I never thought that I would ever be the [...]]]></description>
			<content:encoded><![CDATA[<p>Only 4 days until the final Galileo SR1 bits are going to be released on Friday, time to write about some good news:</p>
<p>First of all, there is <a title="64 bit Cocoa EPP packages should be available" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=281501" target="_blank">bug 281501 &#8220;<span id="summary_alias_container"><span id="short_desc_nonedit_display">64 bit Cocoa EPP packages should be available&#8221;</span></span></a><span><span> which is currently the most wanted bug at Eclipse. I never thought that I would ever be the one who owns the bug with the highest number of votes, but finally it is solved and 64-bit Cocoa packages will be available with Galileo SR1. If you have a Mac and if you are able to run these packages, <a href="http://www.eclipse.org/epp/download.php" target="_blank">download one of the </a></span></span><a href="http://www.eclipse.org/epp/download.php" target="_blank">20090920-1025</a><span><span><a href="http://www.eclipse.org/epp/download.php" target="_blank"> builds</a>, test it and report on the above bug. I would be thankful for additional testing because I am lacking the possibility to test on this platform.</span></span></p>
<p><span><span>Another great achievement is the ability to upgrade the packages with the help of p2. This morning I tested to upgrade several Galileo packages to the new service release and it worked very well! Look at the About Dialog of the RCP package <em>before</em> the upgrade  &#8211; I started with a pristine download from <a href="http://eclipse.org/downloads/" target="_blank">eclipse.org/downloads</a>:<br />
</span></span></p>
<p><span><span><img class="aligncenter size-full wp-image-3030" title="About Dialog - before" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/09/rcp.about.before.png" alt="About Dialog - before" width="543" height="332" /></span></span></p>
<p><span><span>Then I had to modify the URLs of the p2 repositories in Window &gt; Preferences &gt; Install/Update &gt; Available Software Sites &#8211; see the screenshot below. Note that this step is <em>only required until the final bits are released</em>, because they are only available from a temporary location at the moment. After the release nobody has to change anything here, especially the EPP repository URL is only temporary for <a href="https://build.eclipse.org/hudson/job/epp-repository-build/241/" target="_blank">build 241</a>.<br />
</span></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3032" title="Galileo SR1 pre-release URLs" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/09/galileo.sr1.p2repos1.png" alt="Galileo SR1 pre-release URLs" width="710" height="359" /></p>
<p style="text-align: left;">The last step is the update itself (Help &gt; Check for Updates). This takes some time, but at the end I could restart my Eclipse RCP package and it started with the new Galileo SR1 version:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-3034" title="About Dialog - after update to Galileo SR1" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/09/rcp.about.after1.png" alt="About Dialog - after update to Galileo SR1" width="543" height="332" /></p>
<p style="text-align: left;">I am happy to see this working!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/09/21/galileo-sr1-epp-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>100000 Galileo package downloads in 24 hours</title>
		<link>http://eclipsesource.com/blogs/2009/06/25/100000-package-downloads-in-just-24-hours/</link>
		<comments>http://eclipsesource.com/blogs/2009/06/25/100000-package-downloads-in-just-24-hours/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:57:09 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[epp]]></category>
		<category><![CDATA[galileo]]></category>
		<category><![CDATA[p2]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2043</guid>
		<description><![CDATA[Twenty-four hours after opening the flood gates and releasing Galileo I thought I could provide some statistics. Over a year ago I started one of my talks at EclipseCon announcing that every 3 seconds someone starts a download of a packages that we create in my Eclipse Packaging Project.
But everything is different in the first [...]]]></description>
			<content:encoded><![CDATA[<p>Twenty-four hours after opening the flood gates and <a title="Galileo Release" href="http://www.eclipse.org/galileo" target="_blank">releasing Galileo</a> I thought I could provide some statistics. Over a year ago I started one of my talks at EclipseCon announcing that every 3 seconds someone starts a download of a packages that we create in my <a title="EPP" href="http://www.eclipse.org/epp/" target="_blank">Eclipse Packaging Project</a>.</p>
<p>But everything is different in the first few days after a release. When I checked the download page and the download counter I calculated that there were about 100000 downloads of the packages (including the &#8216;classic&#8217; SDK). This means that every 0.9 seconds a package has been downloaded! Cool. Just a few more numbers:</p>
<ul>
<li>Java EE package with more than 50000 downloads so far</li>
<li>Total amount of data (all packages): More than 15 TBytes (15000 GBytes!)</li>
<li>Average bandwidth necessary to serve this data: 1600 MBits/s</li>
</ul>
<p>Then I checked the logfiles of our own EclipseSource servers. In addition to our download mirrors we decided this year to provide package downloads from the Cloud. Maybe you have seen then new download links to Eclipse members on the download page:</p>
<p><img class="aligncenter size-medium wp-image-2046" title="GetItFasterFromEclipseSource" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/06/getItFasterFromEclipseSource-300x208.png" alt="GetItFasterFromEclipseSource" width="300" height="208" />If you choose our &#8220;<a title="EPP Packages from the Cloud" href="http://eclipsesource.com/en/downloads/eclipse-35-galileo/" target="_blank">Get It Faster Here</a>&#8221; offering you are downloading the packages from Amazon Cloud Front. It is hard to say how many people were using this service in the first 24 hours, because many people were using download managers (something that prevents me from providing exact numbers based on the logfiles). But what I can provide here is a statistic about the download speed in MBits per second:</p>
<p><a href="http://eclipsesource.com/blogs/wp-content/uploads/2009/06/howFastYouGetEclipse.png"><img src="http://eclipsesource.com/blogs/wp-content/uploads/2009/06/howFastYouGetEclipse-300x91.png" alt="howFastYouGetEclipse 300x91 100000 Galileo package downloads in 24 hours" title="howFastYouGetEclipse" width="300" height="91" class="aligncenter size-medium wp-image-2047" /></a></p>
<p>You can see that most people are sitting behind Internet connections that can deliver 5 to 20 MBits/s, but some have really fast pipes. For example, I was testing our downloads from a large research facility here in Germany and I got a download speed of more than 280 MBits/s!</p>
<p>I think that&#8217;s great. You don&#8217;t have to wait for downloads any more!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/06/25/100000-package-downloads-in-just-24-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Galileo RC3 Packages Released</title>
		<link>http://eclipsesource.com/blogs/2009/06/08/epp-galileo-rc3-packages/</link>
		<comments>http://eclipsesource.com/blogs/2009/06/08/epp-galileo-rc3-packages/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:20:50 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[syndicate]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[epp]]></category>
		<category><![CDATA[galileo]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=1753</guid>
		<description><![CDATA[As of a few minutes ago, Galileo RC3 EPP packages are available from the Eclipse website. You can download them via a direct link to the Galileo RC3 packages website or by opening the main Eclipse download page.  Note, if you go that way, you need to switch to the &#8220;Develompent Builds&#8221; tab.
Why am I [...]]]></description>
			<content:encoded><![CDATA[<p>As of a few minutes ago, <a href="http://www.eclipse.org/galileo/">Galileo</a> RC3 <a href="http://www.eclipse.org/epp/">EPP</a> packages are available from the Eclipse website. You can download them via a direct link to the <a title="EPP Galileo RC3" href="http://www.eclipse.org/downloads/packages/release/galileo/rc3" target="_blank">Galileo RC3 packages website</a> or by opening the <a title="Eclipse.org Downloads" href="http://www.eclipse.org/downloads/" target="_blank">main Eclipse download page</a>.  Note, if you go that way, you need to switch to the &#8220;Develompent Builds&#8221; tab.</p>
<p>Why am I writing this? The main reason is that we &#8211; myself and all the other package maintainers &#8211; like to get feedback about the packages. This year, we provide even more packages! There will be a new PHP package (the name is self explanatory) and the Pulsar package which contains the bits from the <a title="Pulsar Working Group" href="http://www.eclipse.org/pulsar" target="_blank">Pulsar Working Group</a>.</p>
<p>Back to the main topic: Feedback. If you want to send us bug reports about the packages, you can do so by pressing the &#8220;more&#8230;&#8221; link on one of the download pages:</p>
<p><img class="alignright size-full wp-image-1755" title="more... Info for the Packages" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/06/epppackagesmoreinfo.png" alt="more... Info for the Packages" width="584" height="68" />This will bring you to a page where you can find in-depth information about every package. On the right-hand side, you will find a section with download links, MD5 and SHA1 checksums, but also relevant Bugzilla queries and a direct link that allows you to send bug reports about a particular package.</p>
<p><img class="alignright size-full wp-image-1754" title="Add a package bug" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/06/epppackagesbugzilla.png" alt="Add a package bug" width="262" height="106" />But before opening a new bug, please read through the list of open bugs to avoid duplicates and consider filing the bug against a particular project if its related to a project and not to the package itself.</p>
<p>&#8230;and the logo that appears on every eclipse.org web page reminds me again: Galileo arrives in just a few weeks!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/06/08/epp-galileo-rc3-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Equinox above the Cloud &#8211; some call it Heaven!</title>
		<link>http://eclipsesource.com/blogs/2009/03/19/equinox-above-the-cloud/</link>
		<comments>http://eclipsesource.com/blogs/2009/03/19/equinox-above-the-cloud/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 20:04:07 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[ecf]]></category>
		<category><![CDATA[eclipsecon]]></category>
		<category><![CDATA[epp]]></category>
		<category><![CDATA[g-Eclipse]]></category>
		<category><![CDATA[OSGi]]></category>
		<category><![CDATA[p2]]></category>
		<category><![CDATA[rap]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=980</guid>
		<description><![CDATA[We are all busy preparing our talks and demonstrations for EclipseCon, aren&#8217;t we? This year I am trying to use in all of my talks a common set of examples.
The plan is to showcase technology from several projects. I will start with the EPP Download Wizard (at the moment &#8216;Friends-of-Eclipse&#8217; only) from my EPP project [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-979" title="EPP Download Wizard on the Cloud" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/03/eppwizard_on_the_cloud-300x215.png" alt="EPP Download Wizard on the Cloud" width="300" height="215" />We are all busy preparing our talks and demonstrations for <a title="EclipseCon 2009" href="http://www.eclipsecon.org/2009/" target="_blank">EclipseCon</a>, aren&#8217;t we? This year I am trying to use in all of my talks a common set of examples.</p>
<p>The plan is to showcase technology from several projects. I will start with the <a title="EPP Dynamic Download Wizard" href="http://build.eclipse.org/eppwizard/go" target="_blank">EPP Download Wizard</a> (at the moment &#8216;Friends-of-Eclipse&#8217; only) from my <a title="EPP" href="http://www.eclipse.org/epp/" target="_self">EPP</a> project that has been build as a RAP application and uses Equinox, p2, and the p2 installer. With the EPP Download Wizard, a user is able to pick and choose from a set of available installable units. On the last wizard page, he or she can download a small customized p2 installer that will download the selected pieces from the p2 repositories. There will be various talks about the things that we do in EPP, e.g. the talk of my colleagues  about the internals of the <a title="EPP Wizard" href="http://www.eclipsecon.org/2009/sessions?id=426" target="_blank">EPP Wizard</a>, or my other talk about the <a title="EPP Usage Data Collector" href="http://www.eclipsecon.org/2009/sessions?id=433">EPP Usage Data Collector</a>.</p>
<p>But what if a developer who is developing this wizard or another application wants to deploy it on a server? The first problem: You need a server! The answer to this question is easy: Use <a title="g-Eclipse" href="http://www.eclipse.org/geclipse/" target="_self">g-Eclipse</a>, our Grid and Cloud Computing tooling, and start your own server on the cloud. This can be done within minutes and we are going to show this in our <a title="Equinox above the Cloud" href="http://www.eclipsecon.org/2009/sessions?id=336" target="_blank">Equinox above the Cloud</a> talk.</p>
<p>Now that you have your own server up and running, all you need to do is deploying your application on it. But how is this done&#8230; well, attend our talk and you will find out how easy it is with p2!</p>
<p><a href="http://eclipsecon.org/"><img class="alignnone" title="speaking at EclipseCon 2009" src="http://www.eclipsecon.org/2009/static/image/130x100_speaking.gif" alt="Im speaking at EclipseCon 2009" width="130" height="100" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/03/19/equinox-above-the-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ganymede SR2 and &#8216;23&#8242;</title>
		<link>http://eclipsesource.com/blogs/2009/02/27/ganymede-sr2-and-23/</link>
		<comments>http://eclipsesource.com/blogs/2009/02/27/ganymede-sr2-and-23/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 18:50:23 +0000</pubDate>
		<dc:creator>Markus Knauer</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[syndicate]]></category>
		<category><![CDATA[epp]]></category>
		<category><![CDATA[ganymede]]></category>

		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=547</guid>
		<description><![CDATA[I have to admit: 23 is the number that I like most. Some computer scientists and mathematicians prefer 42, but this is not a prime number.
Why am I starting this blog entry with this odd number? Because my birthday is on a 23rd? While this is true, it is not particular interesting. But if you [...]]]></description>
			<content:encoded><![CDATA[<p>I have to admit: <a href="http://en.wikipedia.org/wiki/23_(number)" target="_blank">23</a> is the number that I like most. Some computer scientists and mathematicians prefer <a href="http://en.wikipedia.org/wiki/42_(number)" target="_blank">42</a>, but this is not a prime number.<img class="alignright size-full wp-image-548" title="EPP Ganymede Builds" src="http://eclipsesource.com/blogs/wp-content/uploads/2009/02/20090227_epp_ganymede_sr2_builds.png" alt="EPP Ganymede Builds" width="317" height="229" /></p>
<p>Why am I starting this blog entry with this odd number? Because my birthday is on a 23rd? While this is true, it is not particular interesting. But if you are going to the <a href="http://www.eclipse.org/epp/" target="_blank">EPP</a> project page where you see the <a href="http://www.eclipse.org/epp/download.php" target="_blank">EPP package builds</a> for all Ganymede Releases you will find out that every Ganymede build that has been released to the public in the past was in fact build on a 23rd.</p>
<p>Look at the screenshot: Ganymede Release build on June, 23rd &#8211; Ganymede ServiceRelease 1 on September, 23rd, and now the Ganymede Service Release 2 build on February, 23rd.</p>
<p>And now I am happy that I can write: The new <a href="http://www.eclipse.org/downloads/" target="_blank">Ganymede SR2 packages are now available for download</a>. There are still some problems on the different download web pages but I am sure those problems will be fixed by the webmasters soon. I think this is good news at the end of a long week.</p>
<p>BTW: How many Eclipse projects did participate in <a href="http://www.eclipse.org/ganymede/" target="_blank">Ganymede</a>? Yes, exactly 23!</p>
]]></content:encoded>
			<wfw:commentRss>http://eclipsesource.com/blogs/2009/02/27/ganymede-sr2-and-23/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
