<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>James Selvakumar's Blog</title>
	<atom:link href="http://jamesselvakumar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesselvakumar.wordpress.com</link>
	<description>Innovation begins with search</description>
	<lastBuildDate>Sun, 19 May 2013 19:39:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jamesselvakumar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>James Selvakumar's Blog</title>
		<link>http://jamesselvakumar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jamesselvakumar.wordpress.com/osd.xml" title="James Selvakumar&#039;s Blog" />
	<atom:link rel='hub' href='http://jamesselvakumar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>NetBeans and Maven &#8211; A quick start guide</title>
		<link>http://jamesselvakumar.wordpress.com/2010/09/27/netbeans-and-maven-a-quick-start-guide/</link>
		<comments>http://jamesselvakumar.wordpress.com/2010/09/27/netbeans-and-maven-a-quick-start-guide/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 13:56:12 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[quick start]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=347</guid>
		<description><![CDATA[A few months ago, I was reading the book “Wicket in Action”. I was new to Wicket and Maven then. I followed the instructions given in the book to create a maven project. The book went one step further and explained how to create eclipse and idea projects from the pom, but nothing was mentioned [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=347&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A few months ago, I was reading the book “Wicket in Action”. I was new to Wicket and Maven then. I followed the instructions given in the book to create a maven project. The book went one step further and explained how to create eclipse and idea projects from the pom, but nothing was mentioned about NetBeans. I felt sad that there is no maven plugin out there to create projects that NetBeans can understand.</p>
<p>But later when I realized that there is no such need to create Netbeans projects from Maven pom, I was thrilled. Maven, is a first class citizen in NetBeans. Any Maven project “is a” NetBeans project.</p>
<p>Over the months, as I continued to learn and use Maven, NetBeans made the the learning curve easy. So I thought of putting up this post to benefit new Maven users.</p>
<p><a href="http://solitarygeek.com/java/netbeans-and-maven-a-quick-start-guide">Read the rest of the entry</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=347&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2010/09/27/netbeans-and-maven-a-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Book Review: NetBeans Platform 6.9 Developers Guide</title>
		<link>http://jamesselvakumar.wordpress.com/2010/09/11/book-review-netbeans-platform-6-9-developers-guide/</link>
		<comments>http://jamesselvakumar.wordpress.com/2010/09/11/book-review-netbeans-platform-6-9-developers-guide/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 05:19:35 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[netbeans platform]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=345</guid>
		<description><![CDATA[As I started reading a couple of chapters, I got impressed with the way the content is delivered. The book starts with the traditional “Hello World” module and takes the reader to the advanced topics in an elegant and seamless manner. The author makes good use of screenshots which will help the beginners a lot. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=345&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As I started reading a couple of chapters, I got impressed with the way the content is delivered.</p>
<p>The book starts with the traditional “Hello World” module and takes the reader to the advanced topics in an elegant and seamless manner. The author makes good use of screenshots which will help the beginners a lot.</p>
<p><a href="http://solitarygeek.com/java/netbeans-java/book-review-netbeans-platform-6-9-developers-guide">Read the rest of this entry</a>&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=345&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2010/09/11/book-review-netbeans-platform-6-9-developers-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing A Simple Java Application With Spring</title>
		<link>http://jamesselvakumar.wordpress.com/2009/11/04/developing-a-simple-java-application-with-spring/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/11/04/developing-a-simple-java-application-with-spring/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:23:26 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/2009/11/04/developing-a-simple-java-application-with-spring/</guid>
		<description><![CDATA[Spring is a powerful application framework that can be used across any layer in your application. For example, you can use Spring to manage only your data access layer or you can use Spring to provide remote services for your swing client. In this article, I will explain how to get started with Spring by [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=343&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Spring is a powerful application framework that can be used across any layer in your application. For example, you can use Spring to manage only your data access layer or you can use Spring to provide remote services for your swing client. In this article, I will explain how to get started with Spring by developing a simple java application.</p>
<p><a href="http://www.solitarygeek.com/java/developing-a-simple-java-application-with-spring/">Read the rest of this entry&#8230;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=343&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/11/04/developing-a-simple-java-application-with-spring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing a simple pluggable java application</title>
		<link>http://jamesselvakumar.wordpress.com/2009/09/27/developing-a-simple-pluggable-java-application/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/09/27/developing-a-simple-pluggable-java-application/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:56:34 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[pluggable]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=338</guid>
		<description><![CDATA[Most of the applications we use on daily basis are pluggable. Popular applications like Firefox, Eclipse, NetBeans, JEdit, WordPress, Hudson are all pluggable. In fact, pluggability has played a major part in the success of most of these applications. Why not make the Java applications we develop pluggable as well? Yes, we get pluggability out [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=338&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Most of the applications we use on daily basis are pluggable. Popular applications like Firefox, Eclipse, NetBeans, JEdit, WordPress, Hudson are all pluggable. In fact, pluggability has played a major part in the success of most of these applications. Why not make the Java applications we develop pluggable as well? Yes, we get pluggability out of the box, if our applications are based on a rich client platform like NetBeans or Eclipse. But for some reasons if you decide not to use those platforms, it doesn’t mean that they should not be pluggable. In this article, we will learn how to write a simple pluggable application that will load it’s plugins dynamically.</p>
<p><a href="http://www.solitarygeek.com/java/a-simple-pluggable-java-application/">Read the rest of this entry</a>&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=338&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/09/27/developing-a-simple-pluggable-java-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>NautilusSVN – The TortoiseSVN for Linux users</title>
		<link>http://jamesselvakumar.wordpress.com/2009/09/19/nautilussvn-%e2%80%93-the-tortoisesvn-for-linux-users/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/09/19/nautilussvn-%e2%80%93-the-tortoisesvn-for-linux-users/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 14:42:41 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[subversion]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[nautilussvn]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=335</guid>
		<description><![CDATA[TortoiseSVN is the dominant Subversion client for Windows. While there so many Subversion clients available, what makes TortoiseSVN special is it’s smooth integration with the Windows Explorer. As a result, working with your Subversion repository becomes super easy. When I switched completely from Windows to Ubuntu Linux, TortoiseSVN is one of the few applications I [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=335&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>TortoiseSVN is the <a href="http://www.solitarygeek.com/version-control/poll-what-is-your-favourite-subversion-client/">dominant Subversion client</a> for Windows. While there so many Subversion clients available, what makes TortoiseSVN special is it’s smooth integration with the Windows Explorer. As a result, working with your Subversion repository becomes super easy. When I switched completely from Windows to Ubuntu Linux, TortoiseSVN is one of the few applications I missed. Not anymore!</p>
<p><a href="http://www.solitarygeek.com/linux/linux-version-control-svn-subversion-nautilus-nautilussvn-ubuntu/">Read the rest of this entry</a>&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=335&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/09/19/nautilussvn-%e2%80%93-the-tortoisesvn-for-linux-users/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>What UML Tools do you use?</title>
		<link>http://jamesselvakumar.wordpress.com/2009/08/26/what-uml-tools-do-you-use/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/08/26/what-uml-tools-do-you-use/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:48:10 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[argouml]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[jude]]></category>
		<category><![CDATA[staruml]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[uml]]></category>
		<category><![CDATA[umltools]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=326</guid>
		<description><![CDATA[Poll: What UML Tools do you use?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=326&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.solitarygeek.com/general/what-uml-tools-do-you-use/">Poll: What UML Tools do you use?</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=326&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/08/26/what-uml-tools-do-you-use/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Most popular Subversion clients</title>
		<link>http://jamesselvakumar.wordpress.com/2009/08/26/most-popular-subversion-clients/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/08/26/most-popular-subversion-clients/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:44:57 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svnclients]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tortoisesvn]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=325</guid>
		<description><![CDATA[Subversion is a very popular version control system. As a result, subversion has a wide array of client tools which makes life difficult for us, the users. So we wanted to know what our readers actually use and here is the summary of their opinions. Read more from SolitaryGeek.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=325&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Subversion is a very popular version control system. As a result, subversion has a wide array of client tools which makes life difficult for us, the users. So we wanted to know what our readers actually use and here is the summary of their opinions. Read more from <a href="http://www.solitarygeek.com/linux/most-popular-subversion-clients/">SolitaryGeek</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=325&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/08/26/most-popular-subversion-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Five different uses of Java Applets</title>
		<link>http://jamesselvakumar.wordpress.com/2009/08/26/five-different-uses-of-java-applets/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/08/26/five-different-uses-of-java-applets/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:40:09 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[applets]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=324</guid>
		<description><![CDATA[In a world where everyone is using technologies like Flash, Silverlight etc to present rich content, are Java Applets still used? Are they still relevant? The answer is – “Yes”. Apart from being used primarily for playing online games, Java Applets are still used in many different ways. Read more from SolitaryGeek.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=324&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In a world where everyone is using technologies like Flash, Silverlight etc to present rich content, are Java Applets still used? Are they still relevant? The answer is – “Yes”. Apart from being used primarily for playing online games, Java Applets are still used in many different ways. Read more from <a href="http://www.solitarygeek.com/java/five-different-uses-of-java-applets/">SolitaryGeek</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=324&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/08/26/five-different-uses-of-java-applets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Subversion and RapidSVN</title>
		<link>http://jamesselvakumar.wordpress.com/2009/08/17/subversion-and-rapidsvn/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/08/17/subversion-and-rapidsvn/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 15:33:25 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[subversion]]></category>
		<category><![CDATA[unix-linux]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rapidsvn]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=321</guid>
		<description><![CDATA[Subversion is a very popular version control system. Though Subversion provides a very robust command line client, most of us prefer using a nice GUI front end. Windows users are really fortunate to have a powerful tool like TortoiseSVN which without any argument is simply the best front end for Subversion. Unfortunately, TortoiseSVN is available [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=321&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Subversion is a very popular version control system. Though Subversion provides a very robust command line client, most of us prefer using a nice GUI front end. Windows users are really fortunate to have a powerful tool like TortoiseSVN which without any argument is simply the best front end for Subversion. Unfortunately, TortoiseSVN is available for just the Windows platform. Here I would like to highlight about RapidSVN, a cross-platform GUI front end for Subversion.</p>
<p><a href="http://www.solitarygeek.com/linux/subversion-and-rapidsvn/">Learn more about RapidSVN from SolitaryGeek</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/321/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=321&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/08/17/subversion-and-rapidsvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
		<item>
		<title>Hudson CI Server &#8211; A quick start guide</title>
		<link>http://jamesselvakumar.wordpress.com/2009/07/28/hudson-ci-server-a-quick-start-guide/</link>
		<comments>http://jamesselvakumar.wordpress.com/2009/07/28/hudson-ci-server-a-quick-start-guide/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 16:43:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/?p=292</guid>
		<description><![CDATA[Learn how to setup Hudson Continuous Integration server to automate your build process from this solitarygeek.com post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=292&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Learn how to setup Hudson Continuous Integration server to automate your build process from <a href="http://www.solitarygeek.com/java/hudson-ci-server-a-step-by-step-guide-part-i/">this solitarygeek.com post</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jamesselvakumar.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jamesselvakumar.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jamesselvakumar.wordpress.com&#038;blog=3089935&#038;post=292&#038;subd=jamesselvakumar&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jamesselvakumar.wordpress.com/2009/07/28/hudson-ci-server-a-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/56f94f4ab12d1ea2e66d63d8446b40ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">James</media:title>
		</media:content>
	</item>
	</channel>
</rss>
