<?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 M2 released</title>
	<atom:link href="http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Sat, 20 Mar 2010 12:14:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juergen Hoeller</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-2/#comment-170881</link>
		<dc:creator>Juergen Hoeller</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-170881</guid>
		<description>The first Spring 3.1 milestone is scheduled for release towards the end of March, including the basic conversation management feature set already. A release candidate is expected to be available in June.

Juergen</description>
		<content:encoded><![CDATA[<p>The first Spring 3.1 milestone is scheduled for release towards the end of March, including the basic conversation management feature set already. A release candidate is expected to be available in June.</p>
<p>Juergen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vicina.info</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-2/#comment-170871</link>
		<dc:creator>vicina.info</dc:creator>
		<pubDate>Wed, 06 Jan 2010 06:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-170871</guid>
		<description>Hi, Juergen

Can&#039;t wait to have the conversation management feature in Spring MVC. I have used Seam before and know how convenient to have it for web layer. Can you provide a time frame of the 3.1 release?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, Juergen</p>
<p>Can&#039;t wait to have the conversation management feature in Spring MVC. I have used Seam before and know how convenient to have it for web layer. Can you provide a time frame of the 3.1 release?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-2/#comment-167253</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-167253</guid>
		<description>Hello.

I used springframework 3.0.0.M2 in creating an Authorization Filter on a company intranet site.  Another office would like to re-use the solution, however, they are running Java 1.4.  

I suggested that the other office upgrade to Java 5 (and keep up at least one step behind, not two!) but no dice: they mean to keep Java 1.4!

My own solution was relatively simple, and made use of these classes:
import org.springframework.context.ApplicationContext;
import org.springframework.web.context.support.WebApplicationContextUtils;

Any chance my solution will run on Java 1.4?</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I used springframework 3.0.0.M2 in creating an Authorization Filter on a company intranet site.  Another office would like to re-use the solution, however, they are running Java 1.4.  </p>
<p>I suggested that the other office upgrade to Java 5 (and keep up at least one step behind, not two!) but no dice: they mean to keep Java 1.4!</p>
<p>My own solution was relatively simple, and made use of these classes:<br />
import org.springframework.context.ApplicationContext;<br />
import org.springframework.web.context.support.WebApplicationContextUtils;</p>
<p>Any chance my solution will run on Java 1.4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karine Pinault</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-2/#comment-165434</link>
		<dc:creator>Karine Pinault</dc:creator>
		<pubDate>Wed, 06 May 2009 12:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-165434</guid>
		<description>Could you please give us an update about the next releases of Spring 3.0? I am currently experimenting the REST capabilities. I find it very difficult to find any pointers to good documentation / examples for it. I found a link to some documentation (http://www.epril.com/resources/spring3/reference/html/ch18s02.html) but it seems that the @RequestBody annotation is not yet supported in the M2 release.
I am trying to convinced my project manager to use this new version of the framework to ease developments but he is asking about stable release of it. 
I am also having some performance issues when running my application under jonas 4.8 version. Maybe because I use jaxb to marshall my requests body but not sure... Any help would be very much appreciated. 
I also read somewhere that Arjen Poutsma was to write an article about the HttpMessageConverter that would allow to &#039;automatically&#039; transform http requests body into jaxb beans but I cannot find it. 

Karine</description>
		<content:encoded><![CDATA[<p>Could you please give us an update about the next releases of Spring 3.0? I am currently experimenting the REST capabilities. I find it very difficult to find any pointers to good documentation / examples for it. I found a link to some documentation (<a href="http://www.epril.com/resources/spring3/reference/html/ch18s02.html" rel="nofollow">http://www.epril.com/resources/spring3/reference/html/ch18s02.html</a>) but it seems that the @RequestBody annotation is not yet supported in the M2 release.<br />
I am trying to convinced my project manager to use this new version of the framework to ease developments but he is asking about stable release of it.<br />
I am also having some performance issues when running my application under jonas 4.8 version. Maybe because I use jaxb to marshall my requests body but not sure&#8230; Any help would be very much appreciated.<br />
I also read somewhere that Arjen Poutsma was to write an article about the HttpMessageConverter that would allow to &#039;automatically&#039; transform http requests body into jaxb beans but I cannot find it. </p>
<p>Karine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minghui Liu</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-1/#comment-164733</link>
		<dc:creator>Minghui Liu</dc:creator>
		<pubDate>Wed, 29 Apr 2009 03:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-164733</guid>
		<description>In Class: SpelAntlrExpressionParser, it has imported some codes from another open source project:

import org.antlr.runtime.ANTLRStringStream;
import org.antlr.runtime.CommonTokenStream;
import org.antlr.runtime.RecognitionException;

Will this dependency be removed before 3.0 GA?

Ming</description>
		<content:encoded><![CDATA[<p>In Class: SpelAntlrExpressionParser, it has imported some codes from another open source project:</p>
<p>import org.antlr.runtime.ANTLRStringStream;<br />
import org.antlr.runtime.CommonTokenStream;<br />
import org.antlr.runtime.RecognitionException;</p>
<p>Will this dependency be removed before 3.0 GA?</p>
<p>Ming</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Maso</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-1/#comment-163946</link>
		<dc:creator>Brian Maso</dc:creator>
		<pubDate>Mon, 20 Apr 2009 19:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-163946</guid>
		<description>Replying to Michal, I found if I added the following maven repo in addition to the SpringSource milestone repo I was able to download all artifacts required


  atlassian-m2-repository
  https://m2proxy.atlassian.com/repository/public


There may be a better URL for the missing artifacts, but this one works so I&#039;m using it until someone suggests something better.</description>
		<content:encoded><![CDATA[<p>Replying to Michal, I found if I added the following maven repo in addition to the SpringSource milestone repo I was able to download all artifacts required</p>
<p>  atlassian-m2-repository<br />
  <a href="https://m2proxy.atlassian.com/repository/public" rel="nofollow">https://m2proxy.atlassian.com/repository/public</a></p>
<p>There may be a better URL for the missing artifacts, but this one works so I&#039;m using it until someone suggests something better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarrenWang</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-1/#comment-162941</link>
		<dc:creator>DarrenWang</dc:creator>
		<pubDate>Sat, 11 Apr 2009 06:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-162941</guid>
		<description>Hi, Juergen 

would u like to talk more about &quot;and also consistent resolution of bridge methods in the Spring AOP API.&quot;?
I want to know more details on this, but can&#039;t find any useful information,hehe</description>
		<content:encoded><![CDATA[<p>Hi, Juergen </p>
<p>would u like to talk more about &#034;and also consistent resolution of bridge methods in the Spring AOP API.&#034;?<br />
I want to know more details on this, but can&#039;t find any useful information,hehe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Dorn</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-1/#comment-162836</link>
		<dc:creator>Dominik Dorn</dc:creator>
		<pubDate>Fri, 10 Apr 2009 21:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-162836</guid>
		<description>I&#039;m curious: How should the Exception translation in Spring 3.0 be done? In particular, the JPA implementation of the Clinic (EntityManagerClinic) declares to throw DataAccessExceptions but I have not found any code that translate the e.g. JPA&#039;s NoResultException into Springs EmptyResultDataAccessException. Is this done transparently? For which exception should I check in my service methods? Have I missed some aspect or something?

Thanks in advance. 

Dominik</description>
		<content:encoded><![CDATA[<p>I&#039;m curious: How should the Exception translation in Spring 3.0 be done? In particular, the JPA implementation of the Clinic (EntityManagerClinic) declares to throw DataAccessExceptions but I have not found any code that translate the e.g. JPA&#039;s NoResultException into Springs EmptyResultDataAccessException. Is this done transparently? For which exception should I check in my service methods? Have I missed some aspect or something?</p>
<p>Thanks in advance. </p>
<p>Dominik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Dorn</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-1/#comment-162835</link>
		<dc:creator>Dominik Dorn</dc:creator>
		<pubDate>Fri, 10 Apr 2009 21:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-162835</guid>
		<description>I&#039;m curious: How is/should the Exception translation in Spring 3.0 be done? In particular, the JPA implementation of the Clinic (EntityManagerClinic) declares to throw DataAccessExceptions but I have not found any code that translate the e.g. JPA&#039;s NoResultException into Springs EmptyResultDataAccessException, nor does the EntityManagerClinic extend any JpaDaoSupport or something like this. Is this done transparently? For which exception should I check in my service methods?  Have I missed something? 

Thanks in advance. 

Dominik</description>
		<content:encoded><![CDATA[<p>I&#039;m curious: How is/should the Exception translation in Spring 3.0 be done? In particular, the JPA implementation of the Clinic (EntityManagerClinic) declares to throw DataAccessExceptions but I have not found any code that translate the e.g. JPA&#039;s NoResultException into Springs EmptyResultDataAccessException, nor does the EntityManagerClinic extend any JpaDaoSupport or something like this. Is this done transparently? For which exception should I check in my service methods?  Have I missed something? </p>
<p>Thanks in advance. </p>
<p>Dominik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/comment-page-1/#comment-161697</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=1056#comment-161697</guid>
		<description>I have searched a while now, but i was not able to find a release schedule. Does anyone know when spring 3 will be released?</description>
		<content:encoded><![CDATA[<p>I have searched a while now, but i was not able to find a release schedule. Does anyone know when spring 3 will be released?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
