<?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: Starting out with Spring and Hibernate JPA</title>
	<atom:link href="http://thoughtforge.net/2010/01/21/starting-out-with-spring-and-hibernate-jpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://thoughtforge.net/2010/01/21/starting-out-with-spring-and-hibernate-jpa/</link>
	<description></description>
	<lastBuildDate>Thu, 05 Aug 2010 12:29:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Deed</title>
		<link>http://thoughtforge.net/2010/01/21/starting-out-with-spring-and-hibernate-jpa/comment-page-1/#comment-29</link>
		<dc:creator>James Deed</dc:creator>
		<pubDate>Thu, 25 Feb 2010 21:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://thoughtforge.net/?p=488#comment-29</guid>
		<description>Lovely resource on starting with JPA and Spring. Nice to some of us who are into Java development.

Nice for sharing.</description>
		<content:encoded><![CDATA[<p>Lovely resource on starting with JPA and Spring. Nice to some of us who are into Java development.</p>
<p>Nice for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://thoughtforge.net/2010/01/21/starting-out-with-spring-and-hibernate-jpa/comment-page-1/#comment-15</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Thu, 28 Jan 2010 09:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://thoughtforge.net/?p=488#comment-15</guid>
		<description>Great article.

Just like to add that we use property files for datasource config only in our dev environments. Spring can help you out here by not building any build dependency or source dependency see sample below:

		class=&quot;org.springframework.jndi.JndiObjectFactoryBean&quot;&gt;
		
			jdbc/My_DB_Pool
		
		
			true
		
		&lt;!-- jndi lookup fails (outside container user devb datasource instead) --&gt;
		
	

This jndi datasource will be used when a jndi source is available otherwise it will use the &#039;devDataSource&#039;. This is configured using a simple property file as per the article.</description>
		<content:encoded><![CDATA[<p>Great article.</p>
<p>Just like to add that we use property files for datasource config only in our dev environments. Spring can help you out here by not building any build dependency or source dependency see sample below:</p>
<p>		class=&#8221;org.springframework.jndi.JndiObjectFactoryBean&#8221;&gt;</p>
<p>			jdbc/My_DB_Pool</p>
<p>			true</p>
<p>		<!-- jndi lookup fails (outside container user devb datasource instead) --></p>
<p>This jndi datasource will be used when a jndi source is available otherwise it will use the &#8216;devDataSource&#8217;. This is configured using a simple property file as per the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Turner</title>
		<link>http://thoughtforge.net/2010/01/21/starting-out-with-spring-and-hibernate-jpa/comment-page-1/#comment-13</link>
		<dc:creator>John Turner</dc:creator>
		<pubDate>Fri, 22 Jan 2010 15:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://thoughtforge.net/?p=488#comment-13</guid>
		<description>Glad to be of help.  If you have any questions (or indeed recommendations for improvements) I&#039;ll be happy to hear them.

John</description>
		<content:encoded><![CDATA[<p>Glad to be of help.  If you have any questions (or indeed recommendations for improvements) I&#8217;ll be happy to hear them.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen Dangote</title>
		<link>http://thoughtforge.net/2010/01/21/starting-out-with-spring-and-hibernate-jpa/comment-page-1/#comment-12</link>
		<dc:creator>Helen Dangote</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://thoughtforge.net/?p=488#comment-12</guid>
		<description>This is great for a beginner like myself to really understand how experienced developers approach software projects.

I&#039;ve downloaded the accompanied source files and working my way through.

Have a great weekend.</description>
		<content:encoded><![CDATA[<p>This is great for a beginner like myself to really understand how experienced developers approach software projects.</p>
<p>I&#8217;ve downloaded the accompanied source files and working my way through.</p>
<p>Have a great weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Turner</title>
		<link>http://thoughtforge.net/2010/01/21/starting-out-with-spring-and-hibernate-jpa/comment-page-1/#comment-11</link>
		<dc:creator>John Turner</dc:creator>
		<pubDate>Fri, 22 Jan 2010 08:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://thoughtforge.net/?p=488#comment-11</guid>
		<description>Absolutely.  Your point about services was already made but the transactional annotations should not have been in the dao implementation.  Updated the post accordingly.

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Absolutely.  Your point about services was already made but the transactional annotations should not have been in the dao implementation.  Updated the post accordingly.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Smith</title>
		<link>http://thoughtforge.net/2010/01/21/starting-out-with-spring-and-hibernate-jpa/comment-page-1/#comment-10</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Fri, 22 Jan 2010 00:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://thoughtforge.net/?p=488#comment-10</guid>
		<description>daos shouldn&#039;t be transactional.  Services should be transactional and services should wrap all dao access (with the appropriate business logic).</description>
		<content:encoded><![CDATA[<p>daos shouldn&#8217;t be transactional.  Services should be transactional and services should wrap all dao access (with the appropriate business logic).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
