<?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>Software Development Notes &#187; spring framework</title>
	<atom:link href="http://www.avanathan.com/category/spring-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avanathan.com</link>
	<description>developer dump</description>
	<lastBuildDate>Tue, 16 Mar 2010 05:02:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>String Date property in a spring bean &#8211; No need for CustomDateEditor</title>
		<link>http://www.avanathan.com/string-date-property-in-a-spring-bean/</link>
		<comments>http://www.avanathan.com/string-date-property-in-a-spring-bean/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 04:48:36 +0000</pubDate>
		<dc:creator>Arun Kumar</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[spring framework]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[bean]]></category>
		<category><![CDATA[CustomDateEditor]]></category>
		<category><![CDATA[spring configuration]]></category>

		<guid isPermaLink="false">http://avanathan.wordpress.com/?p=4</guid>
		<description><![CDATA[A while back I struggled to use java.util.Date as property of a spring bean, as it is not straight forward. We need to write custom property editors. Spring is a fantastic framework which simplifies our lives to a great extent. But I couldn't digest this custom property editor logic for a basic object like Date.
After [...]]]></description>
		<wfw:commentRss>http://www.avanathan.com/string-date-property-in-a-spring-bean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
