<?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: JSF 2.0,Spring 3.0.0 and Hibernate 3.3.2GA Putting them all togeather with minimal xml configuration!</title>
	<atom:link href="http://blog.pariyani.com/archives/7/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.pariyani.com/archives/7</link>
	<description>Pariyani&#039;s Blog</description>
	<lastBuildDate>Thu, 19 Apr 2012 13:08:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yogesh</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-12084</link>
		<dc:creator>yogesh</dc:creator>
		<pubDate>Thu, 19 Apr 2012 13:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-12084</guid>
		<description>Hi 
 i try to deploy war it gives 404 error.also change database details in gaadi-env.properties file.
can u help to sort out problem</description>
		<content:encoded><![CDATA[<p>Hi<br />
 i try to deploy war it gives 404 error.also change database details in gaadi-env.properties file.<br />
can u help to sort out problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vibhor</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-11919</link>
		<dc:creator>vibhor</dc:creator>
		<pubDate>Tue, 10 Apr 2012 12:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-11919</guid>
		<description>Hi, nice tutorial, but the link for downloading the source code is not working.... :(</description>
		<content:encoded><![CDATA[<p>Hi, nice tutorial, but the link for downloading the source code is not working&#8230;. <img src='http://blog.pariyani.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-11141</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Wed, 07 Mar 2012 06:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-11141</guid>
		<description>Hi, 
could we use not @ManagedBean(&quot;car&quot;) bt @Named(&quot;car&quot;) -  mean to use CDI instead of just ManagedBean ? 
Or CDI and SPRING both the same?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
could we use not @ManagedBean(&#8221;car&#8221;) bt @Named(&#8221;car&#8221;) &#8211;  mean to use CDI instead of just ManagedBean ?<br />
Or CDI and SPRING both the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-10425</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 01 Feb 2012 09:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-10425</guid>
		<description>Good demo</description>
		<content:encoded><![CDATA[<p>Good demo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-8619</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 05 Dec 2011 09:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-8619</guid>
		<description>Hi dave,

You have to rename the setter methods as well .. coz from the app context those methods are called for setting the EM .. so they have to be same as the variable name ..</description>
		<content:encoded><![CDATA[<p>Hi dave,</p>
<p>You have to rename the setter methods as well .. coz from the app context those methods are called for setting the EM .. so they have to be same as the variable name ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveH</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-8585</link>
		<dc:creator>DaveH</dc:creator>
		<pubDate>Sun, 04 Dec 2011 13:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-8585</guid>
		<description>Great demo, good to see something that actually works unlike most &#039;demos&#039; I&#039;ve seen before.
I just have one (pretty silly) question, about the entityManagerFactory.
Can this be renamed to something simpler like &#039;em&#039;?
I ask because I renamed it in the DAO and in the applicationContext, but just got an error about em not having a valid setter.</description>
		<content:encoded><![CDATA[<p>Great demo, good to see something that actually works unlike most &#8216;demos&#8217; I&#8217;ve seen before.<br />
I just have one (pretty silly) question, about the entityManagerFactory.<br />
Can this be renamed to something simpler like &#8216;em&#8217;?<br />
I ask because I renamed it in the DAO and in the applicationContext, but just got an error about em not having a valid setter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonimous</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-5956</link>
		<dc:creator>Anonimous</dc:creator>
		<pubDate>Tue, 23 Aug 2011 18:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-5956</guid>
		<description>Can you put the libraries list that you use? and where do we can find them?</description>
		<content:encoded><![CDATA[<p>Can you put the libraries list that you use? and where do we can find them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brittny Everhardt</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-5934</link>
		<dc:creator>Brittny Everhardt</dc:creator>
		<pubDate>Mon, 22 Aug 2011 22:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-5934</guid>
		<description>I used to be very happy to search out this web-site.I needed to thanks on your time for this wonderful learn!! I definitely having fun with every little bit of it and I&#039;ve you bookmarked to check out new stuff you weblog post.</description>
		<content:encoded><![CDATA[<p>I used to be very happy to search out this web-site.I needed to thanks on your time for this wonderful learn!! I definitely having fun with every little bit of it and I&#8217;ve you bookmarked to check out new stuff you weblog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent ma</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-5803</link>
		<dc:creator>Vincent ma</dc:creator>
		<pubDate>Wed, 17 Aug 2011 13:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-5803</guid>
		<description>Hello,    in the spring config file,Why use   

24           

25               

26                 com.test.car.Car  

27               

28           
    this property,......I&#039;m not very understand...could u mail me ...I&#039;m a beginer for this</description>
		<content:encoded><![CDATA[<p>Hello,    in the spring config file,Why use   </p>
<p>24           </p>
<p>25               </p>
<p>26                 com.test.car.Car  </p>
<p>27               </p>
<p>28<br />
    this property,&#8230;&#8230;I&#8217;m not very understand&#8230;could u mail me &#8230;I&#8217;m a beginer for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh</title>
		<link>http://blog.pariyani.com/archives/7/comment-page-2#comment-5555</link>
		<dc:creator>Yogesh</dc:creator>
		<pubDate>Mon, 08 Aug 2011 06:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pariyani.com/?p=7#comment-5555</guid>
		<description>Hello ,
 it is really nice example . i got first time such full combination of example ,but i am facing problem while importing that sample project .can u tell us step for that i will help us 
thanks</description>
		<content:encoded><![CDATA[<p>Hello ,<br />
 it is really nice example . i got first time such full combination of example ,but i am facing problem while importing that sample project .can u tell us step for that i will help us<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
