<?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>Naresha&#039;s Blog</title>
	<atom:link href="http://nareshak.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nareshak.wordpress.com</link>
	<description>The journey of a software craftsman</description>
	<lastBuildDate>Sun, 30 Sep 2012 16:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nareshak.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Naresha&#039;s Blog</title>
		<link>http://nareshak.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nareshak.wordpress.com/osd.xml" title="Naresha&#039;s Blog" />
	<atom:link rel='hub' href='http://nareshak.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Generating toString() method in groovy using AST</title>
		<link>http://nareshak.wordpress.com/2012/09/30/generating-tostring-method-in-groovy-using-ast/</link>
		<comments>http://nareshak.wordpress.com/2012/09/30/generating-tostring-method-in-groovy-using-ast/#comments</comments>
		<pubDate>Sun, 30 Sep 2012 16:46:36 +0000</pubDate>
		<dc:creator>nareshak</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://nareshak.wordpress.com/?p=39</guid>
		<description><![CDATA[toString() is one of the very useful methods in Java which can be used to know the current state of an object. The default behavior of toString is to print the class name followed by the object&#8217;s hash code. By applying the @ToString annotation, we can customize the toString behavior. This would output For more [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=39&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>toString() is one of the very useful methods in Java which can be used to know the current state of an object.</p>
<pre class="brush: groovy; title: ; notranslate">
class Person{
String firstName
String lastName
}

def p = new Person(firstName: 'Naresha', lastName: 'Bhat')
println p
</pre>
<p>The default behavior of toString is to print the class name followed by the object&#8217;s hash code.</p>
<pre class="brush: plain; title: ; notranslate">
 Person@7e3d3158
</pre>
<p>By applying the @ToString annotation, we can customize the toString behavior.</p>
<pre class="brush: groovy; title: ; notranslate">
import groovy.transform.ToString

@ToString(includeNames=true)
class Person{
String firstName
String lastName

}

def p = new Person(firstName: 'Naresha', lastName: 'Bhat')
println p
</pre>
<p>This would output</p>
<pre class="brush: plain; title: ; notranslate">
Person(firstName:Naresha, lastName:Bhat)
</pre>
<p>For more details check <a href="http://groovy.codehaus.org/gapi/groovy/transform/ToString.html">http://groovy.codehaus.org/gapi/groovy/transform/ToString.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshak.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshak.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=39&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshak.wordpress.com/2012/09/30/generating-tostring-method-in-groovy-using-ast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3d0bfdf3990427f4a81298fe71660eea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nareshak</media:title>
		</media:content>
	</item>
		<item>
		<title>Marching ahead with Java 7</title>
		<link>http://nareshak.wordpress.com/2011/07/08/marching-ahead-with-java-7/</link>
		<comments>http://nareshak.wordpress.com/2011/07/08/marching-ahead-with-java-7/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 21:10:07 +0000</pubDate>
		<dc:creator>nareshak</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 7]]></category>
		<category><![CDATA[Project Coin]]></category>

		<guid isPermaLink="false">http://nareshak.wordpress.com/?p=35</guid>
		<description><![CDATA[Marching ahead with Java 7 View more presentations from Naresha K<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=35&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="__ss_8536292" style="width:425px;"><strong><a title="Marching ahead with Java 7" href="http://www.slideshare.net/nareshak/marching-ahead-with-java-7" target="_blank">Marching ahead with Java 7</a></strong> <iframe src='http://www.slideshare.net/slideshow/embed_code/8536292' width='425' height='348' scrolling='no'></iframe></p>
<div style="padding:5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/nareshak" target="_blank">Naresha K</a></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshak.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshak.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=35&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshak.wordpress.com/2011/07/08/marching-ahead-with-java-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3d0bfdf3990427f4a81298fe71660eea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nareshak</media:title>
		</media:content>
	</item>
		<item>
		<title>A beginners guide to Test Driven Development</title>
		<link>http://nareshak.wordpress.com/2011/06/17/a-beginners-guide-to-test-driven-development/</link>
		<comments>http://nareshak.wordpress.com/2011/06/17/a-beginners-guide-to-test-driven-development/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 21:49:57 +0000</pubDate>
		<dc:creator>nareshak</dc:creator>
				<category><![CDATA[Agile Software Development]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[Test Driven Development]]></category>

		<guid isPermaLink="false">http://nareshak.wordpress.com/?p=26</guid>
		<description><![CDATA[A beginners guide to Test Driven Development View more presentations from nareshak<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=26&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="__ss_8331444" style="width:425px;"><strong><a title="A beginners guide to Test Driven Development" href="http://www.slideshare.net/nareshak/a-beginners-guide-to-test-driven-development">A beginners guide to Test Driven Development</a></strong> <iframe src='http://www.slideshare.net/slideshow/embed_code/8331444' width='425' height='348' scrolling='no'></iframe></p>
<div style="padding:5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/nareshak">nareshak</a></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshak.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshak.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=26&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshak.wordpress.com/2011/06/17/a-beginners-guide-to-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3d0bfdf3990427f4a81298fe71660eea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nareshak</media:title>
		</media:content>
	</item>
		<item>
		<title>First attempt to include a code in wordpress</title>
		<link>http://nareshak.wordpress.com/2010/12/22/first-attempt-to-include-a-code-in-wordpress/</link>
		<comments>http://nareshak.wordpress.com/2010/12/22/first-attempt-to-include-a-code-in-wordpress/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 18:39:08 +0000</pubDate>
		<dc:creator>nareshak</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[code formatting]]></category>

		<guid isPermaLink="false">http://nareshak.wordpress.com/?p=3</guid>
		<description><![CDATA[Testing code snippet post<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=3&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Testing code snippet post</p>
<pre class="brush: java; title: ; notranslate">
public class TestClass{
  public static void main(String[] args){
    System.out.println(&quot;Hello World..!&quot;);
  }
}
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshak.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshak.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=3&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshak.wordpress.com/2010/12/22/first-attempt-to-include-a-code-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3d0bfdf3990427f4a81298fe71660eea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nareshak</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://nareshak.wordpress.com/2010/11/26/hello-world/</link>
		<comments>http://nareshak.wordpress.com/2010/11/26/hello-world/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 21:33:06 +0000</pubDate>
		<dc:creator>nareshak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nareshak.wordpress.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=1&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Welcome to <a href="https://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nareshak.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nareshak.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nareshak.wordpress.com&#038;blog=18002334&#038;post=1&#038;subd=nareshak&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nareshak.wordpress.com/2010/11/26/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3d0bfdf3990427f4a81298fe71660eea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nareshak</media:title>
		</media:content>
	</item>
	</channel>
</rss>
