<?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 Java Configuration &#8211; What&#039;s New in M3</title>
	<atom:link href="http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:36:47 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: atvsupplier</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-171389</link>
		<dc:creator>atvsupplier</dc:creator>
		<pubDate>Tue, 23 Feb 2010 05:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-171389</guid>
		<description>Thank you for sharing this with us.Although i don&#039;t understand  what the new JavaConfig is, i am interested ni it.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this with us.Although i don&#039;t understand  what the new JavaConfig is, i am interested ni it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Beams</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-124890</link>
		<dc:creator>Chris Beams</dc:creator>
		<pubDate>Mon, 13 Oct 2008 17:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-124890</guid>
		<description>@donny: It looks like the comment formatting ate your XML.  Repost this question to the JavaConfig forum, and we&#039;ll address it there.

http://forum.springframework.org/forumdisplay.php?f=48

- Chris</description>
		<content:encoded><![CDATA[<p>@donny: It looks like the comment formatting ate your XML.  Repost this question to the JavaConfig forum, and we&#039;ll address it there.</p>
<p><a href="http://forum.springframework.org/forumdisplay.php?f=48" rel="nofollow">http://forum.springframework.org/forumdisplay.php?f=48</a></p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donny</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-124664</link>
		<dc:creator>donny</dc:creator>
		<pubDate>Sat, 11 Oct 2008 16:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-124664</guid>
		<description>Thanks Chris, it&#039;s a great post!
I  have experience with Spring for several years , but I&#039;m new to JavaConfig. I have one question. In our development we use spring&#039;s  transaction management because it&#039;s so powerful and convenient, thanks to the AOP! ^_^ Usually we&#039;ll define one base bean like this:

        
            
                PROPAGATION_REQUIRED
                PROPAGATION_REQUIRED
                PROPAGATION_REQUIRED
            
        
  

then we can define our transactional service as :
    
		
			
				
			
		
    

now our &quot;fooService&quot; can use the above transaction attribute defined in its parent bean, but how to implement this configuration when we are using JavaConfig? I didn&#039;t find any  hint in JavaConfig&#039;s reference document.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks Chris, it&#039;s a great post!<br />
I  have experience with Spring for several years , but I&#039;m new to JavaConfig. I have one question. In our development we use spring&#039;s  transaction management because it&#039;s so powerful and convenient, thanks to the AOP! ^_^ Usually we&#039;ll define one base bean like this:</p>
<p>                PROPAGATION_REQUIRED<br />
                PROPAGATION_REQUIRED<br />
                PROPAGATION_REQUIRED</p>
<p>then we can define our transactional service as :</p>
<p>now our &#034;fooService&#034; can use the above transaction attribute defined in its parent bean, but how to implement this configuration when we are using JavaConfig? I didn&#039;t find any  hint in JavaConfig&#039;s reference document.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arul</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-119578</link>
		<dc:creator>Arul</dc:creator>
		<pubDate>Wed, 03 Sep 2008 22:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-119578</guid>
		<description>Thanks Chris.

I posted it to the forum.</description>
		<content:encoded><![CDATA[<p>Thanks Chris.</p>
<p>I posted it to the forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Beams</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-119571</link>
		<dc:creator>Chris Beams</dc:creator>
		<pubDate>Wed, 03 Sep 2008 22:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-119571</guid>
		<description>Hi Arul.  There is now a dedicated forum for JavaConfig at forum.springframework.org.  Please post this question there.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Arul.  There is now a dedicated forum for JavaConfig at forum.springframework.org.  Please post this question there.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arul</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-119569</link>
		<dc:creator>Arul</dc:creator>
		<pubDate>Wed, 03 Sep 2008 22:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-119569</guid>
		<description>Posting escaped XML, one last time.

   &lt;bean id=&quot;personDao&quot; class=&quot;impl.PersonDaoImpl&quot;&gt;
      &lt;property name=&quot;entityManagerFactory&quot; ref=&quot;entityManagerFactory&quot;/&gt;
    &lt;/bean&gt;
  &lt;bean id=&quot;entityManagerFactory&quot; class=&quot;org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean&quot;&gt;
    &lt;property name=&quot;persistenceUnitName&quot; value=&quot;flux&quot; /&gt;
    &lt;property name=&quot;dataSource&quot; ref=&quot;dataSource&quot;/&gt;
    &lt;property name=&quot;jpaVendorAdapter&quot;&gt;
      &lt;bean class=&quot;org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter&quot;&gt;
        &lt;property name=&quot;showSql&quot; value=&quot;${jdbc.showSql}&quot;/&gt;
        &lt;property name=&quot;generateDdl&quot; value=&quot;${jdbc.generateDdl}&quot;/&gt;
        &lt;property name=&quot;databasePlatform&quot; value=&quot;${jdbc.databasePlatform}&quot;/&gt;
      &lt;/bean&gt;
    &lt;/property&gt;
  &lt;/bean&gt;
  &lt;bean id=&quot;jpaTransactionManager&quot; class=&quot;org.springframework.orm.jpa.JpaTransactionManager&quot;&gt;
    &lt;property name=&quot;entityManagerFactory&quot; ref=&quot;entityManagerFactory&quot;/&gt;
    &lt;property name=&quot;dataSource&quot; ref=&quot;dataSource&quot;/&gt;
  &lt;/bean&gt;</description>
		<content:encoded><![CDATA[<p>Posting escaped XML, one last time.</p>
<p>   &lt;bean id=&#034;personDao&#034; class=&#034;impl.PersonDaoImpl&#034;&gt;<br />
      &lt;property name=&#034;entityManagerFactory&#034; ref=&#034;entityManagerFactory&#034;/&gt;<br />
    &lt;/bean&gt;<br />
  &lt;bean id=&#034;entityManagerFactory&#034; class=&#034;org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean&#034;&gt;<br />
    &lt;property name=&#034;persistenceUnitName&#034; value=&#034;flux&#034; /&gt;<br />
    &lt;property name=&#034;dataSource&#034; ref=&#034;dataSource&#034;/&gt;<br />
    &lt;property name=&#034;jpaVendorAdapter&#034;&gt;<br />
      &lt;bean class=&#034;org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter&#034;&gt;<br />
        &lt;property name=&#034;showSql&#034; value=&#034;${jdbc.showSql}&#034;/&gt;<br />
        &lt;property name=&#034;generateDdl&#034; value=&#034;${jdbc.generateDdl}&#034;/&gt;<br />
        &lt;property name=&#034;databasePlatform&#034; value=&#034;${jdbc.databasePlatform}&#034;/&gt;<br />
      &lt;/bean&gt;<br />
    &lt;/property&gt;<br />
  &lt;/bean&gt;<br />
  &lt;bean id=&#034;jpaTransactionManager&#034; class=&#034;org.springframework.orm.jpa.JpaTransactionManager&#034;&gt;<br />
    &lt;property name=&#034;entityManagerFactory&#034; ref=&#034;entityManagerFactory&#034;/&gt;<br />
    &lt;property name=&#034;dataSource&#034; ref=&#034;dataSource&#034;/&gt;<br />
  &lt;/bean&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arul</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-119566</link>
		<dc:creator>Arul</dc:creator>
		<pubDate>Wed, 03 Sep 2008 21:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-119566</guid>
		<description>Some how my XML is not showing up in my earlier post, trying to repost:

[quote post=&quot;300&quot;]    
      
    
  
    
    
    
      
        
        
        
      
    
  
  
    
    
  
[/quote]</description>
		<content:encoded><![CDATA[<p>Some how my XML is not showing up in my earlier post, trying to repost:</p>
<p>[quote post="300"]    </p>
<p>[/quote]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arul</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-119565</link>
		<dc:creator>Arul</dc:creator>
		<pubDate>Wed, 03 Sep 2008 21:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-119565</guid>
		<description>Hi Chris,

I am working on creating a dynamic spring config for my project using Java Config. How about translating the following XML using JavaConfig?

    
      
    
  
    
    
    
      
        
        
        
      
    
  
  
    
    
  

LocalContainerEntityManagerFactoryBean is not related to javax.persistence.EntityManagerFactory. So, I am having trouble configuring entityManagerFactory using Java Config.

I appreciate any insight into this issue.

Thank you,
Arul</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I am working on creating a dynamic spring config for my project using Java Config. How about translating the following XML using JavaConfig?</p>
<p>LocalContainerEntityManagerFactoryBean is not related to javax.persistence.EntityManagerFactory. So, I am having trouble configuring entityManagerFactory using Java Config.</p>
<p>I appreciate any insight into this issue.</p>
<p>Thank you,<br />
Arul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Beams</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-118726</link>
		<dc:creator>Chris Beams</dc:creator>
		<pubDate>Fri, 29 Aug 2008 03:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-118726</guid>
		<description>Greg&#039;s request above (and my response) has been added to the comment thread at http://jira.springframework.org/browse/SJC-171</description>
		<content:encoded><![CDATA[<p>Greg&#039;s request above (and my response) has been added to the comment thread at <a href="http://jira.springframework.org/browse/SJC-171" rel="nofollow">http://jira.springframework.org/browse/SJC-171</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Turnquist</title>
		<link>http://blog.springsource.com/2008/03/26/spring-java-configuration-whats-new-in-m3/comment-page-1/#comment-118612</link>
		<dc:creator>Greg Turnquist</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/main/2008/03/26/spring-java-configuration-whats-new-in-m3/#comment-118612</guid>
		<description>Never mind the Spring XML. I have a PropertiesPlaceholderConfiguror, which uses SYSTEM_PROPERTIES_OVERRIDE to read a JVM property indicating which properties file to read in: myapp_dev.properties, myapp_test.properties, or myapp_production.properties. Does Java Configuration have a solution for that yet?</description>
		<content:encoded><![CDATA[<p>Never mind the Spring XML. I have a PropertiesPlaceholderConfiguror, which uses SYSTEM_PROPERTIES_OVERRIDE to read a JVM property indicating which properties file to read in: myapp_dev.properties, myapp_test.properties, or myapp_production.properties. Does Java Configuration have a solution for that yet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
