<?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: Example for using Neo4j with Grails</title>
	<atom:link href="http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/</link>
	<description>Real world fun with Java, Grails, Groovy, Zope, Plone, Linux and much others.</description>
	<lastBuildDate>Sat, 07 Jan 2012 17:55:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Stefan Armbruster</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-820</link>
		<dc:creator>Stefan Armbruster</dc:creator>
		<pubDate>Tue, 29 Nov 2011 15:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-820</guid>
		<description>The new (and still not officially published) plugin is located at https://github.com/SpringSource/grails-data-mapping. I’m gonna talk about that next week at grailsxchange in London, shortly after the talk I plan to do a detailed blog post about this. NB the new plugin does not use spring-data-neo4j in any way. Using scaffolding is possible with the new plugin.</description>
		<content:encoded><![CDATA[<p>The new (and still not officially published) plugin is located at <a href="https://github.com/SpringSource/grails-data-mapping" rel="nofollow">https://github.com/SpringSource/grails-data-mapping</a>. I’m gonna talk about that next week at grailsxchange in London, shortly after the talk I plan to do a detailed blog post about this. NB the new plugin does not use spring-data-neo4j in any way. Using scaffolding is possible with the new plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-814</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 09 Nov 2011 03:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-814</guid>
		<description>For some reason, I decided to use the latest of Neo4j and Grails which aren&#039;t RELEASES but Milestones. NEO4j 1.5.M02 and Grails 2.0.0.RC1 and Spring-data-neo4j 2.0.0.M1. Do you think it is possible to use the plugin to set the basics and able to have Grails generate the scaffolding and Controllers. Then just add the newer features?

Thanks

Mark</description>
		<content:encoded><![CDATA[<p>For some reason, I decided to use the latest of Neo4j and Grails which aren&#8217;t RELEASES but Milestones. NEO4j 1.5.M02 and Grails 2.0.0.RC1 and Spring-data-neo4j 2.0.0.M1. Do you think it is possible to use the plugin to set the basics and able to have Grails generate the scaffolding and Controllers. Then just add the newer features?</p>
<p>Thanks</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Sébastien Stoffen</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-787</link>
		<dc:creator>Jean-Sébastien Stoffen</dc:creator>
		<pubDate>Sun, 07 Aug 2011 13:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-787</guid>
		<description>Hi,
Thank you for your answer.
I&#039;m interested in the new version of your plugin.
I&#039;m discovering Grails Neo4j and Groovy.

I&#039;m still wondering about something : when I create a new instance of an object using a Grails controller, I save it and the graph is not updated. It&#039;s probably something to set in the DataSource.groovy.
Could you show me how to configure it?

Thank you,
Jean-Sébastien.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for your answer.<br />
I&#8217;m interested in the new version of your plugin.<br />
I&#8217;m discovering Grails Neo4j and Groovy.</p>
<p>I&#8217;m still wondering about something : when I create a new instance of an object using a Grails controller, I save it and the graph is not updated. It&#8217;s probably something to set in the DataSource.groovy.<br />
Could you show me how to configure it?</p>
<p>Thank you,<br />
Jean-Sébastien.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Armbruster</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-784</link>
		<dc:creator>Stefan Armbruster</dc:creator>
		<pubDate>Sat, 06 Aug 2011 16:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-784</guid>
		<description>The plugin uses grails.neo4j.storeDir from Config.groovy to specify the directory where Neo4j writes to. Be aware, I&#039;m currently in the stage of preparing a new release of the neo4j plugin providing full GORM compliance - unfortunately this will not be 100% compatible to the &lt;0.3.1 versions. For the new stuff, look at https://github.com/SpringSource/grails-data-mapping/</description>
		<content:encoded><![CDATA[<p>The plugin uses grails.neo4j.storeDir from Config.groovy to specify the directory where Neo4j writes to. Be aware, I&#8217;m currently in the stage of preparing a new release of the neo4j plugin providing full GORM compliance &#8211; unfortunately this will not be 100% compatible to the &lt;0.3.1 versions. For the new stuff, look at <a href="https://github.com/SpringSource/grails-data-mapping/" rel="nofollow">https://github.com/SpringSource/grails-data-mapping/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Sébastien Stoffen</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-783</link>
		<dc:creator>Jean-Sébastien Stoffen</dc:creator>
		<pubDate>Sat, 06 Aug 2011 15:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-783</guid>
		<description>Hi,

Thank you for this plugin.
I&#039;ve one question : when I follow the example showed above, everything is working but the data are not saved in the graph :  the org.codehaus.groovy.grails.plugins.neo4j.Neo4jController always show me an empty graph.

Should I modify the DataSource.groovy?
The example don&#039;t speak about it.

Regards,
Jean-Sébastien Stoffen</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for this plugin.<br />
I&#8217;ve one question : when I follow the example showed above, everything is working but the data are not saved in the graph :  the org.codehaus.groovy.grails.plugins.neo4j.Neo4jController always show me an empty graph.</p>
<p>Should I modify the DataSource.groovy?<br />
The example don&#8217;t speak about it.</p>
<p>Regards,<br />
Jean-Sébastien Stoffen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Armbruster</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-773</link>
		<dc:creator>Stefan Armbruster</dc:creator>
		<pubDate>Tue, 19 Jul 2011 17:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-773</guid>
		<description>&lt;a href=&quot;#comment-772&quot; rel=&quot;nofollow&quot;&gt;@preet &lt;/a&gt; 
Did not use STS recently. In IntelliJ I&#039;ll open the project structure, navigate to the neo4j plugin and mark src/ast as source folder.</description>
		<content:encoded><![CDATA[<p><a href="#comment-772" rel="nofollow">@preet </a><br />
Did not use STS recently. In IntelliJ I&#8217;ll open the project structure, navigate to the neo4j plugin and mark src/ast as source folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: preet</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-772</link>
		<dc:creator>preet</dc:creator>
		<pubDate>Tue, 19 Jul 2011 15:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-772</guid>
		<description>Thanks Stefan.

I am using SpringSource Tool Suite Version: 2.7.1.RELEASE, i couldn&#039;t find src/ast under under plugin when i expand it.

However i see &quot;done precompiling AST transformations&quot; when i do run-app

How do i suppress IDE error at @Neo4jEntity?

Thankyou</description>
		<content:encoded><![CDATA[<p>Thanks Stefan.</p>
<p>I am using SpringSource Tool Suite Version: 2.7.1.RELEASE, i couldn&#8217;t find src/ast under under plugin when i expand it.</p>
<p>However i see &#8220;done precompiling AST transformations&#8221; when i do run-app</p>
<p>How do i suppress IDE error at @Neo4jEntity?</p>
<p>Thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: preet</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-771</link>
		<dc:creator>preet</dc:creator>
		<pubDate>Tue, 19 Jul 2011 14:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-771</guid>
		<description>Thanks Stefan. 

I am using Eclipse IDE, i couldn&#039;t find src/ast directory when i expanded plugin in eclipse.

However when i do run-app i see fallowing, it says &quot;Precompiling neo4j plugin - required because of AST transformations&quot; and app running.. 

how do i suppress eclipse error? 

==
Welcome to Grails 1.3.7 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: C:\grails_project\springsource-tool-suite-2.6.1.SR1-e3.6.2-win32-x86_64\springsource\grails-1.3.7\

Base Directory: C:\grails_project\neotest
Resolving dependencies...
Dependencies resolved in 2560ms.
Running script C:\grails_project\springsource-tool-suite-2.6.1.SR1-e3.6.2-win32-x86_64\springsource\grails-1.3.7\scripts\RunApp.groovy
Environment set to development
     [echo] plugin files: file [C:\Users\preet\.grails\1.3.7\projects\neotest\plugins\neo4j-0.3.1-SNAPSHOT\.]
     [echo] Precompiling neo4j plugin - required because of AST transformations...
     [echo] src C:/Users/preet/.grails/1.3.7/projects/neotest/plugins/neo4j-0.3.1-SNAPSHOT C:\Users\preet\.grails\1.3.7\projects\neotest\plugin-classes
     [echo] done precompiling AST transformations
     [exec] The command attribute is deprecated.
     [exec] Please use the executable attribute and nested arg elements.
     [exec] FIND: Parameter format not correct
     [exec] Result: 2
  [groovyc] Compiling 1 source file to C:\grails_project\neotest\target\classes
   [delete] Deleting directory C:\Users\preet\.grails\1.3.7\projects\neotest\tomcat
Running Grails application..
Server running. Browse to http://localhost:8080/neotest</description>
		<content:encoded><![CDATA[<p>Thanks Stefan. </p>
<p>I am using Eclipse IDE, i couldn&#8217;t find src/ast directory when i expanded plugin in eclipse.</p>
<p>However when i do run-app i see fallowing, it says &#8220;Precompiling neo4j plugin &#8211; required because of AST transformations&#8221; and app running.. </p>
<p>how do i suppress eclipse error? </p>
<p>==<br />
Welcome to Grails 1.3.7 &#8211; <a href="http://grails.org/" rel="nofollow">http://grails.org/</a><br />
Licensed under Apache Standard License 2.0<br />
Grails home is set to: C:\grails_project\springsource-tool-suite-2.6.1.SR1-e3.6.2-win32-x86_64\springsource\grails-1.3.7\</p>
<p>Base Directory: C:\grails_project\neotest<br />
Resolving dependencies&#8230;<br />
Dependencies resolved in 2560ms.<br />
Running script C:\grails_project\springsource-tool-suite-2.6.1.SR1-e3.6.2-win32-x86_64\springsource\grails-1.3.7\scripts\RunApp.groovy<br />
Environment set to development<br />
     [echo] plugin files: file [C:\Users\preet\.grails\1.3.7\projects\neotest\plugins\neo4j-0.3.1-SNAPSHOT\.]<br />
     [echo] Precompiling neo4j plugin &#8211; required because of AST transformations&#8230;<br />
     [echo] src C:/Users/preet/.grails/1.3.7/projects/neotest/plugins/neo4j-0.3.1-SNAPSHOT C:\Users\preet\.grails\1.3.7\projects\neotest\plugin-classes<br />
     [echo] done precompiling AST transformations<br />
     [exec] The command attribute is deprecated.<br />
     [exec] Please use the executable attribute and nested arg elements.<br />
     [exec] FIND: Parameter format not correct<br />
     [exec] Result: 2<br />
  [groovyc] Compiling 1 source file to C:\grails_project\neotest\target\classes<br />
   [delete] Deleting directory C:\Users\preet\.grails\1.3.7\projects\neotest\tomcat<br />
Running Grails application..<br />
Server running. Browse to <a href="http://localhost:8080/neotest" rel="nofollow">http://localhost:8080/neotest</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Armbruster</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-769</link>
		<dc:creator>Stefan Armbruster</dc:creator>
		<pubDate>Tue, 19 Jul 2011 07:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-769</guid>
		<description>If using from an IDE, make sure neo4jplugin&#039;s src/ast directory is a source folder - that&#039;s where Neo4jEntity annotation is located. If running grails run-app, do you see a line like &#039;Precompiling neo4j plugin - required because of AST transformations...&#039; on stdout/stderr ?</description>
		<content:encoded><![CDATA[<p>If using from an IDE, make sure neo4jplugin&#8217;s src/ast directory is a source folder &#8211; that&#8217;s where Neo4jEntity annotation is located. If running grails run-app, do you see a line like &#8216;Precompiling neo4j plugin &#8211; required because of AST transformations&#8230;&#8217; on stdout/stderr ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: preet</title>
		<link>http://blog.armbruster-it.de/2009/10/example-neo4j-with-grails/comment-page-1/#comment-768</link>
		<dc:creator>preet</dc:creator>
		<pubDate>Mon, 18 Jul 2011 21:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.armbruster-it.de/?p=33#comment-768</guid>
		<description>Hi Stefan, i was trying to use neo4j plugin 0.3.1 with grails 1.3.7 and 1.1 neo4j db. Getting error at entity annotation, please help me.

error
==
Groovy:class grails.plugins.neo4j.Neo4jEntity is not an annotation in @grails.plugins.neo4j.Neo4jEntity</description>
		<content:encoded><![CDATA[<p>Hi Stefan, i was trying to use neo4j plugin 0.3.1 with grails 1.3.7 and 1.1 neo4j db. Getting error at entity annotation, please help me.</p>
<p>error<br />
==<br />
Groovy:class grails.plugins.neo4j.Neo4jEntity is not an annotation in @grails.plugins.neo4j.Neo4jEntity</p>
]]></content:encoded>
	</item>
</channel>
</rss>

