vote up 11 vote down star
1

I am starting a project with Grails since I already use Eclipse, it was my first choice. But I don“t think its good enough, had some problems and the plugging is poor in functionalities.

Anyone uses/tested others IDEs(NetBeans, InteliJ(not free)...)?

Which one is the best?

thanks.

flag

9 Answers

vote up 17 vote down

I switched to IntelliJ for its excellent (better than Eclipse & Netbeans at the time) Groovy and Grails support.

For an overview of Groovy and Grails related features of IntelliJ have a look here.

Update: a free and open source community edition of IntelliJ is now available here. The free version includes all Groovy features. The Grails features are only available in the Ultimate edition.

link|flag
unfortunate for those indie developers or hobbyists who cannot afford the rather steep licensing costs for intellij. But it is the best out there, and perhaps jetbrain does deserve the money. – Chii Oct 29 '08 at 9:55
Steep? Well, expensive compared to Eclipse, but much cheaper than commercial Java IDEs were around the year 2000 – Steve McLeod Nov 12 '08 at 10:28
And in the mean time an open source Community edition of IntelliJ is available. The Groovy features are included in this free edition, the Grails features are only available in the Ultimate edition. – Ruben Oct 27 at 8:20
vote up 8 vote down

Netbeans 6.5 has Groovy/Grails support (code completion, etc.) baked in, and it's free. IntelliJ is arguably better but it costs you.

I've used both and I'd say they are about equivalent (obviously some small differences), so give Netbeans a shot. If not, buy IntelliJ.

http://www.netbeans.org

link|flag
I have to say, the Groovy/Grails support in IntelliJ is brilliant. – Hates_ Oct 24 '08 at 21:31
A lot of things about IntelliJ are brilliant. Both IDEs have their quirks, and for the moment I like Netbeans, but I tend to switch back and forth. – Eric Wendelin Oct 24 '08 at 22:57
I switched from Eclipse to IntelliJ end of last year while I was first playing around with Groovy & Grails, and my feeling is that it was an enabler for Groovy. At least for an IDE habitué like myself. My last experience with Netbeans was back in 2004, so I have no profounded opinion on Netbeans. – Ruben Oct 27 '08 at 23:49
vote up 2 vote down

I took advantage of InteliJ's free trial and I did like it, but not enough to pay for it. I am using NetBeans 6.5 and it works well. If cost didn't matter I might choose IntelliJ but there is no compelling feature that makes me say that. One thing I did not try in IntelliJ was application server integration. NetBeans integrates extremely well with GlassFish but you do have to install GlassFish locally in order to use it with remote servers.

link|flag
vote up 2 vote down

Actually, Eclipse really has worked great for me and seems to be the best free solution. IntelliJ is far too expensive for being only slightly better than Eclipse (if even that).

link|flag
1  
I tried Netbeans, is much, much better than Eclipse. – fernandogarcez Oct 27 '08 at 17:55
vote up 2 vote down

You say, "I am starting a project." Is that project open source or proprietary? If it's open source, it might be eligible for a free IntelliJ license from JetBrains. I don't know if your project would qualify, but you should at least check it out.

I've done some work with Groovy/Grails in IntelliJ and have been really happy with it.

link|flag
vote up 1 vote down

I have tried out both Eclipse (STS 2.2.0) and Netbeans (6.7.1) for grails development. Feature-wise Netbeans looks richer. Netbeans provides decent support for code completion of dynamic finders. However, it has no support for GSP code completion. GSP code completion feature is planned for Netbeans 6.8 release. Hope it makes it. The Spring Tools Suite apparently looked very promising when I read about it but it was quite a disappointment. It provides support for a grails project creation and provides a window inside Eclipse (STS is Eclipse with the Spring Tools) to fire grails command. No support is available for contextual code completion in either gsp or grails specific groovy code. However, the groovy eclipse plugin is quite powerful. So, right now I have personally reverted to using a text editor and the grails command line. Will have to wait till decent contextual code completion support is available. I have not yet tried intellij idea.

link|flag
vote up 0 vote down

I use IntelliJ myself and it has an excellent Groovy/Grails support but if you do not want to spend money on it then give NetBeans 6.5 a try See here for how to integrate grails with NetBeans

link|flag
vote up 0 vote down

If you don't want to spend money, try Netbeans 6.5. The two main advantages over Eclipse are the categorized project view (split up in Domain Classes, Controllers, Views etc.) and some Grails commands built-in in the context menu (such as "generate-all"). In my experience, the code completion in GSP is hit-and-miss - it sometimes works, it sometimes doesn't. On the downside, Netbeans is dog-slow at times (mark two lines, indent them with [Tab] and wait two seconds for the lines to shift) and has the really annoying feature to scan all your projects at start-up.

If you go for Netbeans, download the Java version and then add Groovy & Grails. You can remove a lot of the default plugins for increased speed.

link|flag
vote up 0 vote down

I have used Intellij and Eclipse for Grails development. I find IntelliJ better for grails (although I generally use Eclipse for most development, including Rails). IntelliJ seems more cohesive - easier to set things up and connect things together. It also seems to have better support for Groovy, which is extremely helpful.

link|flag

Your Answer

Get an OpenID
or

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