Monday March 05, 2007
Grails in NetBeans IDE?
Some time ago I corresponded with Graeme Rocher, from the Grails project, about what things would constitute "IDE integration" for Grails. He put together this page as a result:
I wonder to what extent, if any, the Groovy Plugin for NetBeans has already resolved some of the items in the wish list. For the other items, I'd like to get started to work on them soon. Is anyone out there in Grails land, possibly with some NetBeans module development experience, interested in working with me on this?
By the way, if you look here, you'll see that Charles Ditzel is the closest thing we have right now to a NetBeans-Grails evangelist. Hurray for Charles!
Mar 05 2007, 11:08:26 PM PST Permalink
I haven't much free time, but I have some. I have only little experience on grails and netbeans plugin development, but I would like to help as I can. I am following the groovy mailing lists concerning the groovy language itself and the groovy eclipse plugin.
As far as I know, the groovy eclipse plugin has been designed to be reusable. In my opinion it is a key factor of success to work with people from groovy and the groovy eclipse plugin.
Posted by Rémi on March 06, 2007 at 03:57 AM PST #
Posted by Matt Morton on March 06, 2007 at 06:14 AM PST #
Posted by Brian Moelk on March 06, 2007 at 08:14 AM PST #
Posted by Graeme Rocher on March 06, 2007 at 08:18 AM PST #
As others have said, Coyote seems dead and Schliemann seems like the future.
I, too, am interested in making sure current versions of NetBeans support Groovy. I work with one of the Grails developers and he has also expressed interest in making it happen.
Posted by Tom Wheeler on March 06, 2007 at 01:44 PM PST #
Posted by Pan Feng on March 06, 2007 at 08:29 PM PST #
Posted by James Chua on March 06, 2007 at 08:45 PM PST #
Posted by Geertjan on March 06, 2007 at 10:56 PM PST #
The current Schliemann language file for NB 6.0 mainly just contains java and javadoc keywords that are then highlighted when you load a .groovy file in the editor.
From the groovy mailing list I got this infos about the groovy grammar files:
The Groovy1.0 version of those files plus some others that may be of use:
http://javanicus.com/groovy-1.0/
There, you'll find:
1) the grammar diagrams:
http://javanicus.com/groovy-1.0/diagrams.html
2) the lexer:
http://javanicus.com/groovy-1.0/lexer.html
3) the parser:
http://javanicus.com/groovy-1.0/parser.html
4) the "groovy.g" Antlr grammar:
http://javanicus.com/groovy-1.0/groovy.g
I tried to adapt the antlr grammar into a Schliemann grammar but problems appeared and I gave up. I think we could include a relaxed groovy grammar (some regular expressions) just to be able to have outline of methods in a Navigator view, code folding and maybe more.
See also "my thread" on the groovy users list:
http://www.nabble.com/Towards-a-better-NetBeans-groovy-plugin-tf3296478.html#a9170349
Posted by 89.48.2.51 on March 07, 2007 at 12:02 AM PST #
Posted by alex kotchnev on March 07, 2007 at 07:41 AM PST #
Posted by CraigInAustin on April 22, 2007 at 06:42 PM PDT #


