• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Groovy IDE

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried Groovy a couple of months ago and I was really impressed by the power of this language. I feeled little bit like Java 10.0.

However, what was really really missing IMO is a good tool support.
As long as there no decent IDE many developer (at least I) won't use groovy for larger projects.

Whats your opinion? Which tools do you work with?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use IntelliJ 7 and its groovy plugin is excellent. It's hardly a plugin - it's distributed as one, but it's maintained very actively by JetBrains themselves. With the latest plugin running the groovy editing support is almost on par with their java editor, and that is quite an achievement.

-t
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've worked a little with the Eclipse plugin, and I can tell you from experience that it's nowhere near as good as the IntelliJ plugin. Working with Eclipse, I had trouble: (a) importing a Groovy project, (b) with code assist - sometimes it just doesn't show up and throws a NPE, (c) with running scripts - sometimes they just don't run and Eclipse shows an error message. I'm hoping that plugin gets better, as Eclipse is my default IDE. I've heard that NetBeans is even worse than Eclipse for Groovy support, and I'm only using IntelliJ at work.

Here is an article discussing IDEs and Groovy.
[ April 08, 2008: Message edited by: Josh Brown ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic