<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Spring Framework 3.0 RC3 released</title>
	<atom:link href="http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: ryudaewan's me2DAY</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-170297</link>
		<dc:creator>ryudaewan's me2DAY</dc:creator>
		<pubDate>Tue, 15 Dec 2009 02:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-170297</guid>
		<description>&lt;strong&gt;하얀말의 생각...&lt;/strong&gt;

Spring Framework 3.0 RC3 released… 오늘이 12/15구먼 Spring Framework 3.0 정식 버전은 과연 12월 중순에 나올 수 있을까…...</description>
		<content:encoded><![CDATA[<p><strong>하얀말의 생각&#8230;</strong></p>
<p>Spring Framework 3.0 RC3 released… 오늘이 12/15구먼 Spring Framework 3.0 정식 버전은 과연 12월 중순에 나올 수 있을까…&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinking Song</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-170010</link>
		<dc:creator>Thinking Song</dc:creator>
		<pubDate>Mon, 07 Dec 2009 09:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-170010</guid>
		<description>I very much look forward to the release of Spring3.0 as soon as early</description>
		<content:encoded><![CDATA[<p>I very much look forward to the release of Spring3.0 as soon as early</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Muller</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-169828</link>
		<dc:creator>Pavel Muller</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-169828</guid>
		<description>Exactly. One of the features except convenience methods in our DataBinder was advanced handling of empty values. You need a WebDataBinder subclass for this and Spring 3.0 does not provide hooks to create custom data binders.</description>
		<content:encoded><![CDATA[<p>Exactly. One of the features except convenience methods in our DataBinder was advanced handling of empty values. You need a WebDataBinder subclass for this and Spring 3.0 does not provide hooks to create custom data binders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaohng</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-169822</link>
		<dc:creator>xiaohng</dc:creator>
		<pubDate>Thu, 03 Dec 2009 14:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-169822</guid>
		<description>I agree with the comment about the databinder.Without a way to create and use your own databinder implementation, the framework should provide enough hooks to invoke custom code, e.g. preBind, postBind handlers. Currently, We have a usecase where we need to do minimal default data validation against raw http input before the binding takes place. A preBind handler registable with the databinderinitializer. will meet the need.</description>
		<content:encoded><![CDATA[<p>I agree with the comment about the databinder.Without a way to create and use your own databinder implementation, the framework should provide enough hooks to invoke custom code, e.g. preBind, postBind handlers. Currently, We have a usecase where we need to do minimal default data validation against raw http input before the binding takes place. A preBind handler registable with the databinderinitializer. will meet the need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Muller</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-169814</link>
		<dc:creator>Pavel Muller</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-169814</guid>
		<description>Hello,

I&#039;m migrating our project to Spring 3.0. Most of the issues is resolved but one of them not.

We used to create our own custom DataBinder in a AnnotationMethodHandlerAdapter subclass. We used to override the createBinder() method and created our own DataBinder implementation there.

How to achieve the same in Spring 3.0. The createBinder() method disappeared.

Thank you.
Pavel Muller
AspectWorks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#039;m migrating our project to Spring 3.0. Most of the issues is resolved but one of them not.</p>
<p>We used to create our own custom DataBinder in a AnnotationMethodHandlerAdapter subclass. We used to override the createBinder() method and created our own DataBinder implementation there.</p>
<p>How to achieve the same in Spring 3.0. The createBinder() method disappeared.</p>
<p>Thank you.<br />
Pavel Muller<br />
AspectWorks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-169813</link>
		<dc:creator></dc:creator>
		<pubDate>Thu, 03 Dec 2009 07:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-169813</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuo</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-169779</link>
		<dc:creator>Tetsuo</dc:creator>
		<pubDate>Wed, 02 Dec 2009 13:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-169779</guid>
		<description>What about WebFlow, will it get updated in a near future? Does it have to be updated to use the new features?</description>
		<content:encoded><![CDATA[<p>What about WebFlow, will it get updated in a near future? Does it have to be updated to use the new features?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juergen Hoeller</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-169774</link>
		<dc:creator>Juergen Hoeller</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-169774</guid>
		<description>Indeed, Spring 3.0 requires Java SE 5 (JDK 1.5) or above as the fundamental Java runtime but is at the same time compatible with Java EE (J2EE) 1.4 and above, as long as the J2EE server is running on Java SE 5. That&#039;s for example the case with WebSphere 6.1: formally a J2EE 1.4 server but running on IBM&#039;s JDK 1.5. It&#039;s also the case with Tomcat 5.5 which is typically running on JDK 1.5 too.

I guess I wasn&#039;t as clear as I should have been in the main post; I&#039;ll update it accordingly.</description>
		<content:encoded><![CDATA[<p>Indeed, Spring 3.0 requires Java SE 5 (JDK 1.5) or above as the fundamental Java runtime but is at the same time compatible with Java EE (J2EE) 1.4 and above, as long as the J2EE server is running on Java SE 5. That&#039;s for example the case with WebSphere 6.1: formally a J2EE 1.4 server but running on IBM&#039;s JDK 1.5. It&#039;s also the case with Tomcat 5.5 which is typically running on JDK 1.5 too.</p>
<p>I guess I wasn&#039;t as clear as I should have been in the main post; I&#039;ll update it accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Comer</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-169765</link>
		<dc:creator>Bill Comer</dc:creator>
		<pubDate>Wed, 02 Dec 2009 10:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-169765</guid>
		<description>I am confused about the java5 &amp; java 1.4 dependency.

your post on &lt;a href=&quot;http://blog.springsource.com/2009/09/29/spring-framework-3-0-rc1-released/&quot; rel=&quot;nofollow&quot;&gt;RC1&lt;/a&gt; appears to say that it needs 5 or higher,
yet this post appears to say that 1.4 is OK.

I have also been repeatedly told at Spring talks that it requires Java5.

Please can you further clarify.</description>
		<content:encoded><![CDATA[<p>I am confused about the java5 &amp; java 1.4 dependency.</p>
<p>your post on <a href="http://blog.springsource.com/2009/09/29/spring-framework-3-0-rc1-released/" rel="nofollow">RC1</a> appears to say that it needs 5 or higher,<br />
yet this post appears to say that 1.4 is OK.</p>
<p>I have also been repeatedly told at Spring talks that it requires Java5.</p>
<p>Please can you further clarify.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Obtaining Spring 3 Artifacts with Maven &#124; SpringSource Team Blog</title>
		<link>http://blog.springsource.org/2009/12/01/spring-framework-3-0-rc3-released/comment-page-1/#comment-169761</link>
		<dc:creator>Obtaining Spring 3 Artifacts with Maven &#124; SpringSource Team Blog</dc:creator>
		<pubDate>Wed, 02 Dec 2009 06:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=3333#comment-169761</guid>
		<description>[...] below. Keep in mind that as of this writing, Spring 3 final is not out yet (the latest version is Release Candidate 3 &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] below. Keep in mind that as of this writing, Spring 3 final is not out yet (the latest version is Release Candidate 3 &#8211; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

