<?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 for Technotrance, Illusions and Perspectives</title>
	<atom:link href="http://myblog.shriharisc.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblog.shriharisc.com</link>
	<description>A dose of everyday bruises with Java/JEE</description>
	<lastBuildDate>Fri, 11 Sep 2009 04:47:31 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Resolving conflicts on DWR with jQuery by Jaylord</title>
		<link>http://myblog.shriharisc.com/2009/07/04/resolving-conflicts-on-dwr-with-jquery/comment-page-1/#comment-12</link>
		<dc:creator>Jaylord</dc:creator>
		<pubDate>Fri, 11 Sep 2009 04:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=56#comment-12</guid>
		<description>tnx bro..u save me</description>
		<content:encoded><![CDATA[<p>tnx bro..u save me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Method entry-exit logging in Google Guice through AOP by Jesse</title>
		<link>http://myblog.shriharisc.com/2009/07/30/method-entry-exit-logging-in-guice-with-aop/comment-page-1/#comment-14</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=83#comment-14</guid>
		<description>Neato!</description>
		<content:encoded><![CDATA[<p>Neato!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type checking for Java Generics &#8211; Basics by shriharisc</title>
		<link>http://myblog.shriharisc.com/2009/06/11/type-checking-for-java-generics-basics/comment-page-1/#comment-3</link>
		<dc:creator>shriharisc</dc:creator>
		<pubDate>Thu, 30 Jul 2009 11:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=4#comment-3</guid>
		<description>Yes, though the process of type erasure is translated to class file, during the bytecode generation phase, the actual effect is seen during the Java runtime, and the type erasure is upheld during the JVM execution.</description>
		<content:encoded><![CDATA[<p>Yes, though the process of type erasure is translated to class file, during the bytecode generation phase, the actual effect is seen during the Java runtime, and the type erasure is upheld during the JVM execution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type checking for Java Generics &#8211; Basics by tech_sniffer</title>
		<link>http://myblog.shriharisc.com/2009/06/11/type-checking-for-java-generics-basics/comment-page-1/#comment-4</link>
		<dc:creator>tech_sniffer</dc:creator>
		<pubDate>Thu, 30 Jul 2009 11:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=4#comment-4</guid>
		<description>As you said type information is getting erased in second phase of compilation then isn&#039;t it that type erasure actually happens when a class file is made, rather that &#039;type erasure&#039; being a runtime activity.</description>
		<content:encoded><![CDATA[<p>As you said type information is getting erased in second phase of compilation then isn&#8217;t it that type erasure actually happens when a class file is made, rather that &#8216;type erasure&#8217; being a runtime activity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Google Guice to inject JPA EntityManager 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>Comment on Using Google Guice to inject JPA EntityManager 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>Comment on Using Google Guice to inject JPA EntityManager 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>Comment on Using Google Guice to inject JPA EntityManager 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>Comment on Using Google Guice to inject JPA EntityManager 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>
	<item>
		<title>Comment on Type checking for Java Generics &#8211; Basics by Effect of Type Erasure on Casts &#171; Technotrance, Illusions and Perspectives</title>
		<link>http://myblog.shriharisc.com/2009/06/11/type-checking-for-java-generics-basics/comment-page-1/#comment-2</link>
		<dc:creator>Effect of Type Erasure on Casts &#171; Technotrance, Illusions and Perspectives</dc:creator>
		<pubDate>Fri, 12 Jun 2009 07:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=4#comment-2</guid>
		<description>[...] 12, 2009 at 1:02 pm (Uncategorized) (java generics)  As put in the previous blog, runtime type erasures for java generics offer both advantages and annoyances.  Lets try exploring [...]</description>
		<content:encoded><![CDATA[<p>[...] 12, 2009 at 1:02 pm (Uncategorized) (java generics)  As put in the previous blog, runtime type erasures for java generics offer both advantages and annoyances.  Lets try exploring [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
