<?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: Using Google Guice to inject JPA EntityManager</title>
	<atom:link href="http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/</link>
	<description>A dose of everyday bruises with Java/JEE</description>
	<lastBuildDate>Sun, 01 Aug 2010 18:52:18 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shriharisc</title>
		<link>http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/comment-page-1/#comment-9</link>
		<dc:creator>shriharisc</dc:creator>
		<pubDate>Thu, 16 Jul 2009 12:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=35#comment-9</guid>
		<description>Hi Ronak,
  Actually your META-INF/persistence.xml should be in your classpath and you would need to bind the &lt;em&gt;org.guiceyfruit.jpa.JpaModule&lt;/em&gt; to your Guice Injection context. I could post you a sample example if you need.
Thanks
Shrihari</description>
		<content:encoded><![CDATA[<p>Hi Ronak,<br />
  Actually your META-INF/persistence.xml should be in your classpath and you would need to bind the <em>org.guiceyfruit.jpa.JpaModule</em> to your Guice Injection context. I could post you a sample example if you need.<br />
Thanks<br />
Shrihari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronak Patel</title>
		<link>http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/comment-page-1/#comment-8</link>
		<dc:creator>Ronak Patel</dc:creator>
		<pubDate>Wed, 15 Jul 2009 01:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=35#comment-8</guid>
		<description>James,

I can&#039;t figure out how to use Guiceyfruit with Hibernate...it always complains that nothing is bound to the EntityManager.class interface...then I try to bind the Hibernate implementation of the EntityManager class.

I get another error then saying that there is no no-arg constructor for Hibernate&#039;s EntityManagerImpl. How do I use Guiceyfruit correctly??</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>I can&#8217;t figure out how to use Guiceyfruit with Hibernate&#8230;it always complains that nothing is bound to the EntityManager.class interface&#8230;then I try to bind the Hibernate implementation of the EntityManager class.</p>
<p>I get another error then saying that there is no no-arg constructor for Hibernate&#8217;s EntityManagerImpl. How do I use Guiceyfruit correctly??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cagataycivici</title>
		<link>http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/comment-page-1/#comment-7</link>
		<dc:creator>cagataycivici</dc:creator>
		<pubDate>Sat, 27 Jun 2009 10:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=35#comment-7</guid>
		<description>Hi, I&#039;m the author of PrimeFaces and for some time I&#039;m really considering dropping the proof of concept jpa integration work and integrate guiceyfruit. Let&#039;s see how it goes.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m the author of PrimeFaces and for some time I&#8217;m really considering dropping the proof of concept jpa integration work and integrate guiceyfruit. Let&#8217;s see how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shriharisc</title>
		<link>http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/comment-page-1/#comment-6</link>
		<dc:creator>shriharisc</dc:creator>
		<pubDate>Wed, 24 Jun 2009 17:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=35#comment-6</guid>
		<description>Thanks James. Would look into GuiceyFruit once the pattern is evolved.
~Shrihari</description>
		<content:encoded><![CDATA[<p>Thanks James. Would look into GuiceyFruit once the pattern is evolved.<br />
~Shrihari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Strachan</title>
		<link>http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/comment-page-1/#comment-5</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Wed, 24 Jun 2009 14:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=35#comment-5</guid>
		<description>BTW you can use the standard EJB @PersistenceContext annotation if you prefer, using GuiceyFruit...

http://code.google.com/p/guiceyfruit/</description>
		<content:encoded><![CDATA[<p>BTW you can use the standard EJB @PersistenceContext annotation if you prefer, using GuiceyFruit&#8230;</p>
<p><a href="http://code.google.com/p/guiceyfruit/" rel="nofollow">http://code.google.com/p/guiceyfruit/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
