I agree, IntelliJ is the best -- but it's not free, so I only use it
at work. At home for small or personal projects, I just use Notepad++
for the initial coding (how *cool* is that??!), and then Netbeans for
refactoring. (Actually, I start the project in Netbeans, then code in
Notepad++, then refactor in Netbeans but you get the basic idea...)
I tried STS a few months ago, and couldn't get it to find my Grails
install so I gave up. But I've been meaning to give it another go --
apparently it's getting pretty good now, from what I hear.
Getting back on topic for this thread now ;) . . . . Adding groovy to
a Java projects depends somewhat on your build tool. If you're using
maven, I'd point you to GMaven (
http://docs.codehaus.org/display/
GMAVEN/Home) as a starting spot.
~Steve
On Jul 20, 10:08 am, Eric Berry <
cav...@gmail.com> wrote:
> For me, I tried Netbeans and it doesn't even come close to the
> productivity I have with IntelliJ Idea. I highly recommend that.
>
> On Tue, Jul 20, 2010 at 10:07 AM, Mark <
mar...@gmail.com> wrote:
> > Though I'm a huge fan of Eclipse, Netbeans in many was was easier to use for
> > Grails development.
> > The best IDE i've used for Grails is without question Netbeans. $300+ is a
> > lot of money it seems, but if it's making your mortgage, it's a small price
> > of admission to get a real increase in real-world development performance.
> > Get started with NetBeans and make sure that Grails is for you, and if you
> > find that you really are enjoying it you might want to give the 30 day trail
> > of Netbeans a try.
> > On that note, I can be very productive with Grails simply using a shell and
> > a text editor such as JEdit or TextMate. Both are free/low cost. (I've been
> > a textmate customer for many years, it's my favorite text and code editor).
> > Are you on Windows or using a Mac Steve?
>
> > On Tue, Jul 20, 2010 at 10:04 AM, Steve Olsen <
steven.ol...@gmail.com>