<?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: Persistence Made Easy with Groovy and JPA</title>
	<atom:link href="http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 09:31:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Roger Lovelock</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-2858</link>
		<dc:creator>Roger Lovelock</dc:creator>
		<pubDate>Sat, 15 Aug 2009 07:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-2858</guid>
		<description>Currently a newbie with Groovy, but trying to implement JPA in a test app with Netbeans. I have downloaded the source etc and can run it fine from the command line - but I want to set it up as a Netbeans Project so that I can work in an IDE to make mods etc etc. Have tried all sorts of ways without success - but my impression was that the whole thing started off as a Netbeans Project.
Sort of problem I have is Netbeans looking for a class to run when I try &#039;run file&#039; on the populate script. Any help appreciated!</description>
		<content:encoded><![CDATA[<p>Currently a newbie with Groovy, but trying to implement JPA in a test app with Netbeans. I have downloaded the source etc and can run it fine from the command line &#8211; but I want to set it up as a Netbeans Project so that I can work in an IDE to make mods etc etc. Have tried all sorts of ways without success &#8211; but my impression was that the whole thing started off as a Netbeans Project.<br />
Sort of problem I have is Netbeans looking for a class to run when I try &#8216;run file&#8217; on the populate script. Any help appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OCTO talks ! &#187; Guicy : un cocktail de Groovy et de Google Guice</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-2533</link>
		<dc:creator>OCTO talks ! &#187; Guicy : un cocktail de Groovy et de Google Guice</dc:creator>
		<pubDate>Fri, 20 Feb 2009 15:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-2533</guid>
		<description>[...] dans Groovy fonctionne plutôt bien, comme démontré récemment par Romain Guy lorsqu&#8217;il integre Groovy et JPA. Je suis sûr qu&#8217;avec le support des annotations (un cas unique dans les langages dynamiques [...]</description>
		<content:encoded><![CDATA[<p>[...] dans Groovy fonctionne plutôt bien, comme démontré récemment par Romain Guy lorsqu&#8217;il integre Groovy et JPA. Je suis sûr qu&#8217;avec le support des annotations (un cas unique dans les langages dynamiques [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Janon</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-1861</link>
		<dc:creator>Fred Janon</dc:creator>
		<pubDate>Wed, 20 Feb 2008 05:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-1861</guid>
		<description>Thanks for the good work. For the Windows users, the -cp option needs &quot;;&quot; as a separator, not &quot;:&quot; as for Linux. It would be nice if you could include the batch files for Windoz:

populate.bat:
groovy -cp ../lib/derby.jar;../lib/toplink-essentials.jar;. PopulateAddressBook.groovy

query.bat

groovy -cp ../lib/derby.jar;../lib/toplink-essentials.jar;. QueryAddressBook.groovy

Just tried it with Groovy Version: 1.5.4 JVM: 1.6.0_02-b06, the example works great.</description>
		<content:encoded><![CDATA[<p>Thanks for the good work. For the Windows users, the -cp option needs &#8220;;&#8221; as a separator, not &#8220;:&#8221; as for Linux. It would be nice if you could include the batch files for Windoz:</p>
<p>populate.bat:<br />
groovy -cp ../lib/derby.jar;../lib/toplink-essentials.jar;. PopulateAddressBook.groovy</p>
<p>query.bat</p>
<p>groovy -cp ../lib/derby.jar;../lib/toplink-essentials.jar;. QueryAddressBook.groovy</p>
<p>Just tried it with Groovy Version: 1.5.4 JVM: 1.6.0_02-b06, the example works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudolf Pfahler</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-1672</link>
		<dc:creator>Rudolf Pfahler</dc:creator>
		<pubDate>Thu, 08 Nov 2007 09:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-1672</guid>
		<description>Romain gz, good woork. Thats what ive been looking for. It works fine, but if i try it  with java-embedded-groovy the class Person cannot be found. Have you any idea?</description>
		<content:encoded><![CDATA[<p>Romain gz, good woork. Thats what ive been looking for. It works fine, but if i try it  with java-embedded-groovy the class Person cannot be found. Have you any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Groovy và database persistence &#171; Khi công việc yêu cầu phải học Java :-)</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-1306</link>
		<dc:creator>Groovy và database persistence &#171; Khi công việc yêu cầu phải học Java :-)</dc:creator>
		<pubDate>Fri, 03 Aug 2007 06:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-1306</guid>
		<description>[...] Groovy kết hợp với JPA:   http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Groovy kết hợp với JPA:   <a href="http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/" rel="nofollow">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim Voituk</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-793</link>
		<dc:creator>Vadim Voituk</dc:creator>
		<pubDate>Mon, 07 May 2007 16:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-793</guid>
		<description>Thanks for good post.
I&#039;ll recomend it as good intro into power of Groovy for newbies</description>
		<content:encoded><![CDATA[<p>Thanks for good post.<br />
I&#8217;ll recomend it as good intro into power of Groovy for newbies</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain Guy</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-755</link>
		<dc:creator>Romain Guy</dc:creator>
		<pubDate>Sat, 21 Apr 2007 06:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-755</guid>
		<description>IDEs like IntelliJ IDEA will take care of that when you do a refactoring.</description>
		<content:encoded><![CDATA[<p>IDEs like IntelliJ IDEA will take care of that when you do a refactoring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olak</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-753</link>
		<dc:creator>olak</dc:creator>
		<pubDate>Fri, 20 Apr 2007 09:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-753</guid>
		<description>Hi, nice I agree. I&#039;m working with Hibernate and JPA is nice. But what annoys me a bit is that you have to put in the name of the fields as strings, like you did in your query:

query = “SELECT p FROM Person p WHERE p.firstName = :firstName”)

if you change the name of the property, you have to be certain to change it in these strings as well, would be nice if it was possible to specify the fields directly!</description>
		<content:encoded><![CDATA[<p>Hi, nice I agree. I&#8217;m working with Hibernate and JPA is nice. But what annoys me a bit is that you have to put in the name of the fields as strings, like you did in your query:</p>
<p>query = “SELECT p FROM Person p WHERE p.firstName = :firstName”)</p>
<p>if you change the name of the property, you have to be certain to change it in these strings as well, would be nice if it was possible to specify the fields directly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Dolvich</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-745</link>
		<dc:creator>Ivan Dolvich</dc:creator>
		<pubDate>Wed, 18 Apr 2007 21:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-745</guid>
		<description>It&#039;s a very nice example. I&#039;m playing with it now, but I couldn&#039;t make a @OneToMany relationship work. I think I need something like &quot;Set persons&quot; here. Is this possible with Groovy 1.1, since it doesn&#039;t support Generics yet? Greetings, Ivan</description>
		<content:encoded><![CDATA[<p>It&#8217;s a very nice example. I&#8217;m playing with it now, but I couldn&#8217;t make a @OneToMany relationship work. I think I need something like &#8220;Set persons&#8221; here. Is this possible with Groovy 1.1, since it doesn&#8217;t support Generics yet? Greetings, Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain Guy</title>
		<link>http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/comment-page-1/#comment-713</link>
		<dc:creator>Romain Guy</dc:creator>
		<pubDate>Wed, 11 Apr 2007 04:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/2007/03/25/persistence-made-easy-with-groovy-and-jpa/#comment-713</guid>
		<description>I actually don&#039;t mind that much. Now, I never had to deploy applications at a large scale where size did matter. But when I see the size of most of the apps I download and install, I don&#039;t really care about 1 MB. Especially when I deem it useful to me, and therefore to the user. I am more concerned about libraries that come with hundreds of dependencies (for instance, any Jakarta library :-) like log4j, common-login or even junit.</description>
		<content:encoded><![CDATA[<p>I actually don&#8217;t mind that much. Now, I never had to deploy applications at a large scale where size did matter. But when I see the size of most of the apps I download and install, I don&#8217;t really care about 1 MB. Especially when I deem it useful to me, and therefore to the user. I am more concerned about libraries that come with hundreds of dependencies (for instance, any Jakarta library :-) like log4j, common-login or even junit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

