<?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 GORM outside of Grails part 2 &#8211; Swing</title>
	<atom:link href="http://burtbeckwith.com/blog/?feed=rss2&#038;p=72" rel="self" type="application/rss+xml" />
	<link>http://burtbeckwith.com/blog/?p=72</link>
	<description>Burt Beckwith's Java Blog</description>
	<lastBuildDate>Thu, 26 Aug 2010 12:11:31 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: franz</title>
		<link>http://burtbeckwith.com/blog/?p=72&#038;cpage=1#comment-28583</link>
		<dc:creator>franz</dc:creator>
		<pubDate>Sun, 14 Mar 2010 20:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://burtbeckwith.com/blog/?p=72#comment-28583</guid>
		<description>Great work!
Could you please send me your build.xml file for the swing sample (it not included in the zip)
(i created one, but it doesn&#039;t run)

Thanks, 
Franz</description>
		<content:encoded><![CDATA[<p>Great work!<br />
Could you please send me your build.xml file for the swing sample (it not included in the zip)<br />
(i created one, but it doesn&#8217;t run)</p>
<p>Thanks,<br />
Franz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Griffon+Remote GORM+X: Inspirations for the Best RIA Horse! &#171; Find Time for Java and more!</title>
		<link>http://burtbeckwith.com/blog/?p=72&#038;cpage=1#comment-24592</link>
		<dc:creator>Griffon+Remote GORM+X: Inspirations for the Best RIA Horse! &#171; Find Time for Java and more!</dc:creator>
		<pubDate>Mon, 07 Dec 2009 19:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://burtbeckwith.com/blog/?p=72#comment-24592</guid>
		<description>[...] know that other people might already had this idea and others implement this in a different way and Griffon is on the way, [...]</description>
		<content:encoded><![CDATA[<p>[...] know that other people might already had this idea and others implement this in a different way and Griffon is on the way, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iongion</title>
		<link>http://burtbeckwith.com/blog/?p=72&#038;cpage=1#comment-13074</link>
		<dc:creator>iongion</dc:creator>
		<pubDate>Mon, 22 Dec 2008 08:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://burtbeckwith.com/blog/?p=72#comment-13074</guid>
		<description>Thank you, made a confusion myself

I am no java/spring and all those magic words expert, can you add build.xml in the gormswing sample so you can make mortals happy again :)

Also, by looking at the source code in that sample i cannot understand how you can load the domain classes in the swing app without a GroovyShell, i&#039;ve been trying this for 3 days/nights now ... so frustrating

Together with that, the strange configuration cannot find application.properties file, but the shell does create the tables in the db and inserts data

How can you access the domain classes from the swing app simply by import ? :)

What is the trick ?

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Thank you, made a confusion myself</p>
<p>I am no java/spring and all those magic words expert, can you add build.xml in the gormswing sample so you can make mortals happy again <img src='http://burtbeckwith.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, by looking at the source code in that sample i cannot understand how you can load the domain classes in the swing app without a GroovyShell, i&#8217;ve been trying this for 3 days/nights now &#8230; so frustrating</p>
<p>Together with that, the strange configuration cannot find application.properties file, but the shell does create the tables in the db and inserts data</p>
<p>How can you access the domain classes from the swing app simply by import ? <img src='http://burtbeckwith.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What is the trick ?</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burt</title>
		<link>http://burtbeckwith.com/blog/?p=72&#038;cpage=1#comment-13060</link>
		<dc:creator>Burt</dc:creator>
		<pubDate>Sun, 21 Dec 2008 16:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://burtbeckwith.com/blog/?p=72#comment-13060</guid>
		<description>@iongion - It works fine with Grails 1.0.4 - you just need to copy the appropriate jar files (grails-gorm-1.0.4.jar, etc.). I found that I also needed commons-logging-1.1.jar.

Note that groovy 1.5.7 has some XML-related bugs that kept it from being used in Grails 1.0.4, so stick with 1.5.6 until Grails 1.1 which will use Groovy 1.6.</description>
		<content:encoded><![CDATA[<p>@iongion &#8211; It works fine with Grails 1.0.4 &#8211; you just need to copy the appropriate jar files (grails-gorm-1.0.4.jar, etc.). I found that I also needed commons-logging-1.1.jar.</p>
<p>Note that groovy 1.5.7 has some XML-related bugs that kept it from being used in Grails 1.0.4, so stick with 1.5.6 until Grails 1.1 which will use Groovy 1.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iongion</title>
		<link>http://burtbeckwith.com/blog/?p=72&#038;cpage=1#comment-13058</link>
		<dc:creator>iongion</dc:creator>
		<pubDate>Sun, 21 Dec 2008 16:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://burtbeckwith.com/blog/?p=72#comment-13058</guid>
		<description>Can you please update this with grails 1.0.4 and groovy 1.5.7

This would be awesome to mix with a red5 application</description>
		<content:encoded><![CDATA[<p>Can you please update this with grails 1.0.4 and groovy 1.5.7</p>
<p>This would be awesome to mix with a red5 application</p>
]]></content:encoded>
	</item>
</channel>
</rss>
