<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Java tips for coders, by coders</title>
	
	<link>http://www.codercorp.com/blog</link>
	<description>Everything java</description>
	<lastBuildDate>Tue, 28 Feb 2012 08:32:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JavaTipsForCodersByCoders" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="javatipsforcodersbycoders" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>JIRA access using Groovy and SOAP</title>
		<link>http://www.codercorp.com/blog/groovy/griffon-groovy/jira-access-using-groovy-and-soap.html</link>
		<comments>http://www.codercorp.com/blog/groovy/griffon-groovy/jira-access-using-groovy-and-soap.html#comments</comments>
		<pubDate>Tue, 28 Feb 2012 08:32:46 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Griffon]]></category>
		<category><![CDATA[griffon]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=397</guid>
		<description><![CDATA[Ahh, the joys of JIRA. It&#8217;s hard to argue that JIRA is not the best bug management system out there when you see that they support a host of external access protocols. SOAP is (understandably) the preferred method of access and there is a nice example of its use on the Atlassian wiki. I wanted [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/groovy/griffon-groovy/jira-access-using-groovy-and-soap.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting file permissions in subversion</title>
		<link>http://www.codercorp.com/blog/tips-and-tricks/setting-file-permissions-in-subversion.html</link>
		<comments>http://www.codercorp.com/blog/tips-and-tricks/setting-file-permissions-in-subversion.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 07:59:56 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=393</guid>
		<description><![CDATA[Ever since I started using github for hosting I have started to dislike SVN. Don&#8217;t get me wrong, its still very useful and easy to understand but as a developer I don&#8217;t want something that is easy to understand (infact I won&#8217;t be able to use such a tool) but I want something that works [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/tips-and-tricks/setting-file-permissions-in-subversion.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading HTML using Groovy’s XmlSlurper</title>
		<link>http://www.codercorp.com/blog/groovy/reading-html-using-groovys-xmlslurper.html</link>
		<comments>http://www.codercorp.com/blog/groovy/reading-html-using-groovys-xmlslurper.html#comments</comments>
		<pubDate>Tue, 14 Feb 2012 06:44:34 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmlslurper]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=386</guid>
		<description><![CDATA[Parsing HTML documents is never easy. Some languages have better support for such tasks than others. I thought Groovy wasn&#8217;t one of them but I was wrong. I had to parse a HTML document that wasn&#8217;t always well-formed and that made the task harder. Dennis&#8217; post was very useful when I was getting started. The [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/groovy/reading-html-using-groovys-xmlslurper.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swing components in griffon controller</title>
		<link>http://www.codercorp.com/blog/groovy/swing-components-in-griffon-controller.html</link>
		<comments>http://www.codercorp.com/blog/groovy/swing-components-in-griffon-controller.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 18:07:11 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Griffon]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[griffon]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[swingbuilder]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=380</guid>
		<description><![CDATA[I&#8217;ve started expermenting with griffon again and I learnt a cool new trick today. Pre-0.9.2 all controller actions were called within the UI thread. This meant that if you needed to do anything long-running you&#8217;d need to move it to a separate thread or your application would become unresponsive (atleast in the eyes of the [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/groovy/swing-components-in-griffon-controller.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eclipse indigo upgrade causes missing builder errors</title>
		<link>http://www.codercorp.com/blog/spring/eclipse-indigo-upgrade-causes-missing-builder-errors.html</link>
		<comments>http://www.codercorp.com/blog/spring/eclipse-indigo-upgrade-causes-missing-builder-errors.html#comments</comments>
		<pubDate>Thu, 20 Oct 2011 10:24:21 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=359</guid>
		<description><![CDATA[It&#8217;s frustrating to find all your settings gone when you upgrade eclipse versions and if you&#8217;re pedantic about certain settings (like I am) it can take you almost an entire day to upgrade versions (with everything working just the way you like it). With Indigo, fortunately, none of the manual settings were necessary. There was [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/spring/eclipse-indigo-upgrade-causes-missing-builder-errors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProgressDialog setMax throws NullPointerException</title>
		<link>http://www.codercorp.com/blog/android/progressdialog-setmax-throws-nullpointerexception.html</link>
		<comments>http://www.codercorp.com/blog/android/progressdialog-setmax-throws-nullpointerexception.html#comments</comments>
		<pubDate>Wed, 20 Jul 2011 17:44:10 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ProgressDialog]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=353</guid>
		<description><![CDATA[I am unwell and stuck at home so I decided to dive into my Android app (a new one this time!). I wanted to perform some tasks that could be long running (doubtfully but why freeze the UI thread ever). I want to show a ProgressDialog here but it doesn&#8217;t work with the static factory [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/android/progressdialog-setmax-throws-nullpointerexception.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Android: Progress dialog in a ListActivity using ListView</title>
		<link>http://www.codercorp.com/blog/android/android-progress-dialog-in-a-listactivity-using-listview.html</link>
		<comments>http://www.codercorp.com/blog/android/android-progress-dialog-in-a-listactivity-using-listview.html#comments</comments>
		<pubDate>Sun, 29 May 2011 11:03:54 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ListActivity]]></category>
		<category><![CDATA[listview]]></category>
		<category><![CDATA[ProgressDialog]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=348</guid>
		<description><![CDATA[I woke up today morning all charged up to work on my app again (barely slept yesterday). The fist thing I wanted to do was to add a progress dialog to my applications list activity. The activity isn&#8217;t time consuming (not much anyway) but you don&#8217;t want the UI to be unresponsive, gives a bad [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/android/android-progress-dialog-in-a-listactivity-using-listview.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android: Two Line ListView with custom data</title>
		<link>http://www.codercorp.com/blog/android/android-two-line-listview-with-custom-data.html</link>
		<comments>http://www.codercorp.com/blog/android/android-two-line-listview-with-custom-data.html#comments</comments>
		<pubDate>Sat, 28 May 2011 20:34:56 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[arrayadapter]]></category>
		<category><![CDATA[baseadapter]]></category>
		<category><![CDATA[listadapter]]></category>
		<category><![CDATA[listview]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=338</guid>
		<description><![CDATA[After spending two weekends reading up on the SDK and in general playing with my new Google Nexus S, I finally decided to get my feet wet. Downloading the SDK wasn&#8217;t really a breeze because the data size is large and with my crappy internet it took forever. When I finally got to writing code, [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/android/android-two-line-listview-with-custom-data.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version &amp; build timestamp in Manifest with maven</title>
		<link>http://www.codercorp.com/blog/maven/version-build-timestamp-in-manifest-with-maven.html</link>
		<comments>http://www.codercorp.com/blog/maven/version-build-timestamp-in-manifest-with-maven.html#comments</comments>
		<pubDate>Sat, 28 May 2011 06:20:42 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Maven]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[manifest]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[pom]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=335</guid>
		<description><![CDATA[I blogged about reading a jar&#8217;s manifest file recently but what use is reading a manifest unless it contains something useful. In a development environment where we are constantly pushing SNAPSHOT&#8217;s to others, it helps to know what version of your code base others are using in order to debug problems. Two properties here are [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/maven/version-build-timestamp-in-manifest-with-maven.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android: Emulator troubles as a newbie</title>
		<link>http://www.codercorp.com/blog/android/android-emulator-troubles-as-a-newbie.html</link>
		<comments>http://www.codercorp.com/blog/android/android-emulator-troubles-as-a-newbie.html#comments</comments>
		<pubDate>Sat, 28 May 2011 04:40:16 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[emulator]]></category>

		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=344</guid>
		<description><![CDATA[I just started developing an app to try my hand at Android SDK. The first problem I ran across was that the HellowWorld android app part of the exercise on the SDK site wouldn&#8217;t deploy. I kept getting, &#8220;Failed to install HelloAndroid.apk on device &#8216;emulator-5554! &#8220;. And I kept restarting the emulator. This was a [...]]]></description>
		<wfw:commentRss>http://www.codercorp.com/blog/android/android-emulator-troubles-as-a-newbie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

