<?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>Nomad Labs Code &#187; eclipse</title>
	<atom:link href="http://code.nomad-labs.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.nomad-labs.com</link>
	<description>srasul&#039;s snippets of code and thought</description>
	<lastBuildDate>Wed, 15 May 2013 09:37:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>An Improved RMI Tutorial with Eclipse</title>
		<link>http://code.nomad-labs.com/2010/03/26/an-improved-rmi-tutorial-with-eclipse/</link>
		<comments>http://code.nomad-labs.com/2010/03/26/an-improved-rmi-tutorial-with-eclipse/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 18:26:55 +0000</pubDate>
		<dc:creator>srasul</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[RMI]]></category>

		<guid isPermaLink="false">http://code.nomad-labs.com/?p=139</guid>
		<description><![CDATA[Introduction There are/have-been heaps of remoting frameworks in java, but RMI being part of the JRE/JDK and therefore having no external dependencies is my personal preference for remoting with java. Its main drawback: the wire protocol is not web-friendly and therefore difficult to go through firewalls (although it is possible). But if used behind the [...]]]></description>
		<wfw:commentRss>http://code.nomad-labs.com/2010/03/26/an-improved-rmi-tutorial-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>How to import java projects with eclipse JDT</title>
		<link>http://code.nomad-labs.com/2009/08/01/how-to-import-java-projects-with-eclipse-jdt/</link>
		<comments>http://code.nomad-labs.com/2009/08/01/how-to-import-java-projects-with-eclipse-jdt/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 13:34:15 +0000</pubDate>
		<dc:creator>srasul</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://code.nomad-labs.com/?p=41</guid>
		<description><![CDATA[During the coding of my Bulk Import Plugin, I had the needs to import java projects into a workspace via code. Via Eclipse&#8217;s API to be precise. After reading the code of what happens when you import a project, here is the critical bit of code: Runnable runnable = new Runnable() { public void run() [...]]]></description>
		<wfw:commentRss>http://code.nomad-labs.com/2009/08/01/how-to-import-java-projects-with-eclipse-jdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Bulk Import V 1.0</title>
		<link>http://code.nomad-labs.com/2009/07/18/eclipse-bulk-import-v-1-0/</link>
		<comments>http://code.nomad-labs.com/2009/07/18/eclipse-bulk-import-v-1-0/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 17:30:20 +0000</pubDate>
		<dc:creator>srasul</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://code.nomad-labs.com/?p=27</guid>
		<description><![CDATA[Today I released the V 1.0 of my Eclipse Bulk Import plugin. The source is also available at github. I created this plugin because at work we have too many eclipse projects (over 200). And sometimes the workspaces get corrupt. Using this plugin, I can save the locations of the current projects in my workspace. [...]]]></description>
		<wfw:commentRss>http://code.nomad-labs.com/2009/07/18/eclipse-bulk-import-v-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Dropbox for Eclipse Projects</title>
		<link>http://code.nomad-labs.com/2009/07/12/hello-world/</link>
		<comments>http://code.nomad-labs.com/2009/07/12/hello-world/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 14:44:21 +0000</pubDate>
		<dc:creator>srasul</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://code.nomad-labs.com/?p=1</guid>
		<description><![CDATA[I have a bunch of java projects that I like to work on when I have some free time. Only issue is that this &#8220;free time&#8221; is from different locations, different computers and different Operating Systems. And since I don&#8217;t have a lot of &#8220;free time&#8221;, its hard for me to setup svn, builds etc. [...]]]></description>
		<wfw:commentRss>http://code.nomad-labs.com/2009/07/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
