<?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>arifn &#187; Java</title>
	<atom:link href="http://arifn.web.id/blog/category/programming/java/feed" rel="self" type="application/rss+xml" />
	<link>http://arifn.web.id/blog</link>
	<description>beta version</description>
	<lastBuildDate>Tue, 15 May 2012 03:53:01 +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>Programming Hadoop in Eclipse (Inverted Index Examples)</title>
		<link>http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html</link>
		<comments>http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html#comments</comments>
		<pubDate>Tue, 15 May 2012 03:41:24 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=1002</guid>
		<description><![CDATA[It has been two years since I wrote about programming Hadoop in Netbeans using Karmasphere Studio.  Meanwhile, apparently Netbeans is no longer supported by them, and they focused on the other IDE, Eclipse. I have relatively no problem in using<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html' rel='bookmark' title='Programming Hadoop in Netbeans'>Programming Hadoop in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html' rel='bookmark' title='Running Hadoop Cluster in Netbeans'>Running Hadoop Cluster in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html' rel='bookmark' title='Hadoop on Single Node Cluster'>Hadoop on Single Node Cluster</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Mercurial for Netbeans Project</title>
		<link>http://arifn.web.id/blog/2011/11/30/setting-mercurial-netbeans-project.html</link>
		<comments>http://arifn.web.id/blog/2011/11/30/setting-mercurial-netbeans-project.html#comments</comments>
		<pubDate>Wed, 30 Nov 2011 15:00:11 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=948</guid>
		<description><![CDATA[In software development, version control system (VCS) hold an important role. Especially when the project is collaborated by many programmers. Besides to keep tracks of changes, version control could helps handle task distribution and later project integration from the programmers.<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2011/11/30/setting-mercurial-netbeans-project.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html' rel='bookmark' title='Programming Hadoop in Netbeans'>Programming Hadoop in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html' rel='bookmark' title='Running Hadoop Cluster in Netbeans'>Running Hadoop Cluster in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html' rel='bookmark' title='Creating Scrollable JDesktopPane on Netbeans'>Creating Scrollable JDesktopPane on Netbeans</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2011/11/30/setting-mercurial-netbeans-project.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Generate Database Keys?</title>
		<link>http://arifn.web.id/blog/2009/06/09/why-generate-database-keys.html</link>
		<comments>http://arifn.web.id/blog/2009/06/09/why-generate-database-keys.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 14:09:10 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[jdbc]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=299</guid>
		<description><![CDATA[Howdy. Not so long ago, I created a GUI for data storage using Java and of course JDBC. I followed a tutorial about how to insert database records to the database table. The tutorial said that before we&#8217;re inserting new<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2009/06/09/why-generate-database-keys.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2010/05/05/nosql-the-end-of-rdbms.html' rel='bookmark' title='NoSQL: the End of RDBMS?'>NoSQL: the End of RDBMS?</a></li>
<li><a href='http://arifn.web.id/blog/2011/11/30/setting-mercurial-netbeans-project.html' rel='bookmark' title='Setting Up Mercurial for Netbeans Project'>Setting Up Mercurial for Netbeans Project</a></li>
<li><a href='http://arifn.web.id/blog/2008/09/26/lighweight.html' rel='bookmark' title='Lighweight'>Lighweight</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2009/06/09/why-generate-database-keys.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Scrollable JDesktopPane on Netbeans</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html</link>
		<comments>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:02:47 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[desktoppane]]></category>
		<category><![CDATA[java swing]]></category>
		<category><![CDATA[scrollable]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185</guid>
		<description><![CDATA[Hi there.. Long time ago, I got some challenge to create some MDI (Multiple Document Interface) application. Why I called it challenge? Because I must create it with Java and I didn&#8217;t have experience on using Swing. But thanks to<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2011/11/30/setting-mercurial-netbeans-project.html' rel='bookmark' title='Setting Up Mercurial for Netbeans Project'>Setting Up Mercurial for Netbeans Project</a></li>
<li><a href='http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html' rel='bookmark' title='Programming Hadoop in Netbeans'>Programming Hadoop in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html' rel='bookmark' title='Running Hadoop Cluster in Netbeans'>Running Hadoop Cluster in Netbeans</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Lighweight</title>
		<link>http://arifn.web.id/blog/2008/09/26/lighweight.html</link>
		<comments>http://arifn.web.id/blog/2008/09/26/lighweight.html#comments</comments>
		<pubDate>Fri, 26 Sep 2008 13:46:45 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JInternalFrame]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=41</guid>
		<description><![CDATA[Did you know the opposite of lightweight? Maybe almost 99% of you said that the opposite was heavyweight. It&#8217;s easy. Just take the adjective phrase, which is light, and change it to its opposite, which is heavy. It applied on<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2008/09/26/lighweight.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2011/10/01/crunchbang-statler-first-loo.html' rel='bookmark' title='Crunchbang Statler 10: First Look'>Crunchbang Statler 10: First Look</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2008/09/26/lighweight.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

