<?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>Aparna Chaudhary Blog</title>
	<atom:link href="http://aparnachaudhary.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aparnachaudhary.wordpress.com</link>
	<description>My Blog about Java, and Open Source</description>
	<lastBuildDate>Tue, 27 Sep 2011 00:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aparnachaudhary.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Aparna Chaudhary Blog</title>
		<link>http://aparnachaudhary.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aparnachaudhary.wordpress.com/osd.xml" title="Aparna Chaudhary Blog" />
	<atom:link rel='hub' href='http://aparnachaudhary.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Stop the Blame Game with Perf4J</title>
		<link>http://aparnachaudhary.wordpress.com/2009/07/22/stop-the-blame-game-with-perf4j/</link>
		<comments>http://aparnachaudhary.wordpress.com/2009/07/22/stop-the-blame-game-with-perf4j/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:45:55 +0000</pubDate>
		<dc:creator>Aparna Chaudhary</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Java Performance]]></category>
		<category><![CDATA[Perf4J]]></category>
		<category><![CDATA[Performance Monitoring]]></category>

		<guid isPermaLink="false">http://aparnachaudhary.wordpress.com/?p=253</guid>
		<description><![CDATA[Performance tracking and monitoring is often a problem with many applications. Especially in systems with distributed SOA architecture, its difficult to identify the services causing performance hit. So its nice, wise and safe always to profile heavy operations in exterprise applications. Theres always a bad day when suddenly system starts showing its true colors by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnachaudhary.wordpress.com&amp;blog=4907529&amp;post=253&amp;subd=aparnachaudhary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://aparnachaudhary.wordpress.com/2009/07/22/stop-the-blame-game-with-perf4j/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Aparna Chaudhary</media:title>
		</media:content>
	</item>
		<item>
		<title>Clean the mess with XStream</title>
		<link>http://aparnachaudhary.wordpress.com/2009/04/09/xstream/</link>
		<comments>http://aparnachaudhary.wordpress.com/2009/04/09/xstream/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 19:41:00 +0000</pubDate>
		<dc:creator>Aparna Chaudhary</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Clean Code]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[XStream]]></category>

		<guid isPermaLink="false">http://aparnachaudhary.wordpress.com/?p=212</guid>
		<description><![CDATA[Writing clean, isolated and efficient unit test is often a challenge for developers. Efficient test should cover all the possible business scenarios. To create test for covering multiple test scenarios, you need more test data. For instance, imagine you are writing a test for some Service component. Now if the responsibility of this service is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnachaudhary.wordpress.com&amp;blog=4907529&amp;post=212&amp;subd=aparnachaudhary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://aparnachaudhary.wordpress.com/2009/04/09/xstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Aparna Chaudhary</media:title>
		</media:content>

		<media:content url="http://aparnachaudhary.files.wordpress.com/2009/04/xstream.gif?w=128" medium="image">
			<media:title type="html">xstream</media:title>
		</media:content>
	</item>
		<item>
		<title>Mate vs Cairngorm</title>
		<link>http://aparnachaudhary.wordpress.com/2009/02/13/mate-vs-cairngorm/</link>
		<comments>http://aparnachaudhary.wordpress.com/2009/02/13/mate-vs-cairngorm/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 15:04:46 +0000</pubDate>
		<dc:creator>Aparna Chaudhary</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA Technology]]></category>
		<category><![CDATA[Cairngorm]]></category>
		<category><![CDATA[Mate]]></category>

		<guid isPermaLink="false">http://aparnachaudhary.wordpress.com/?p=140</guid>
		<description><![CDATA[I&#8217;ve recently been comparing frameworks for Flex event handling. We are already using Mate in one of our projects. I encountered couple of problems in the usage and thought of exploring other frameworks available on the shelf. Here are some Pros and Cons of both the frameworks: Mate: Pros: Tag based event driven Flex framework [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aparnachaudhary.wordpress.com&amp;blog=4907529&amp;post=140&amp;subd=aparnachaudhary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://aparnachaudhary.wordpress.com/2009/02/13/mate-vs-cairngorm/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Aparna Chaudhary</media:title>
		</media:content>
	</item>
	</channel>
</rss>
