vote up 3 vote down star

Hi,

I've seen various posts on SO criticising the Eclipse Grails plugin, and am wondering if anyone has found a way to work productively with Grails within Eclipse?

I had a look at the Grails plugin page, and the information there doesn't look very promising, particularly the conflicting advice regarding the 'Disable Groovy Compiler Generating Class Files' setting.

Cheers, Don

flag

37% accept rate

4 Answers

vote up 6 vote down check

Current IDE status for Grails dev:

  1. IntelliJ Idea still the best, but costly
  2. NetBeans 6.5 is MUCH better than 6.1, but released before v1.1, unsure what the 1.1 changes may have done to this.
  3. Eclipse is still far behind. However, SpringSource is a major player in Eclipse, and they now own GOne, the main developers of Groovy/Grails. This is supposed to have the effect of speeding Eclipse plug-in development, but no results so far.
link|flag
Great answer, thanks! What exactly does v1.1 refer to, the version of the NetBeans grails plugin? Is this plugin bundled with NB by default or do you need to install it seperately? – Don Mar 19 at 23:35
Grails v1.1 just came out three days ago. – Bill James Mar 20 at 2:09
From this discussion, it looks like NetBeans 6.7 will have Grails v1.1 support: nabble.com/Groovy-Grails---NetBeans-6.7-M2-td2220… – Matt Passell Mar 20 at 20:19
vote up 1 vote down

I've been experimenting with the NetBeans 6.7 release candidate after reading over the Eclipse documentation. So far it is a pretty nice way to work with Grails. You do have to configure your own hotkeys and such so that running your tests can be done in 2 key strokes.

I am having trouble with some of the claimed enhancements. My code completion isn't working on my own methods, that's the single most annoying thing so far (at least, that isn't just a consequence of me being used to statically typed Java). I need t figure out how to execute just a single test etc.

As someone that used NetBeans 7 and 8 years ago, I like what I see a lot better now. I ran screaming to Eclipse back in 03, but Netbeans seems to have matured quite a lot.

link|flag
Even in IntelliJ there's no way to run a single Grails test method, though you can run a single test class. – Don Jun 29 at 23:43
vote up 0 vote down

I'd recommend using NetBeans 6.7 for Groovy/Grails development or TextMate (Mac only). NetBeans 6.7 works great and should be able to tide you over until the Eclipse plugin comes out. Who knows, you may even like NetBeans more.

link|flag
vote up 2 vote down

I used to be a die-hard Eclipse fan (wouldn't even imagine that I would work on any IDE other than Eclipse). But, I had to ultimately quit Eclipse in favor of either vi or IntelliJ IDEA after getting frustrated for couple of months.

But that was almost a year back. Haven't tried it again. I have high hopes from SpringSource to improve Eclipse tooling.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.