Saturday, October 27, 2007

Amazing JetGroovy plugin



First of all I need to say that I'm a happy daily Eclipse user; Eclipse does (almost) everything I want from a Java IDE.
In the past I also used JDeveloper using Oracle's proprietary Application Development Framework (ADF) and experimented a little bit with NetBeans.
But I actually never tried IntelliJ. Maybe because the price tag of $499 and because Eclipse is working good enough for FREE.

IntelliJ IDEA 7.0 was released recently and the fully functional Beta version of the JetGroovy plugin provides excellent Groovy and Grails support.
A lot of people were very enthusiastic about this JetGroovy plugin I gave it a try this evening and I was really amazed as it worked perfectly:

Code completion/assistance


  • Groovy code completion for keywords, classes, fields and methods

  • Cross-resolution between Groovy and Java classes, methods and fields

  • Syntax and error highlighting

  • Groovy-aware refactoring



Grails application and artifact creation

  • Grails applications can be created from using a wizard

  • Grails artifacts (like domain classes, controllers, views etc.) can be created using a wizard



GSP support

  • Groovy code completion

  • Tag completion (both Grails core and custom created tags; even tags with custom namespaces are resolved ;-) !)



When developing Groovy and/or Grails projects then IntelliJ is a real recommendation.
I hope one day we will see the same functionality provided by the Groovy Eclipse plugin.

2 comments:

Jerry Gulla said...

Regarding the $499 price tag - if you're footing the bill yourself, it's $249 (the only real restriction is that it's non-transferable. You can use it for personal or commercial uses.)

If you're working somewhere that will pay for tools, $499 is small compared to your salary. Heck, if the money is an issue, maybe you can talk them into reimbursing you for a personal license :-)

Marcel Overdijk said...

Hi Jerry,

I totally agree that $499 is almost nothing for what you get!

What I meant is that because at the companies I work(ed), there were no IntelliJ licenes nor anybody was using IntelliJ, I alsno never tried it.

And for personal usage I never *try* something in which I know up front I"m not paying $499 (didn't know of the $249) for, because Eclipse was FREE.

However as member of the Grails project, I can use Codehaus' FEE opensource IntelliJ license! This is the reason I tried it now, and it amazed me!

Cheers,
Marcel