30 Replies Last post: Sep 30, 2002 12:58 PM by Cliff Rowley  
Guest
Currently Being Moderated

May 20, 2002 8:02 AM

Eclipse vs IntelliJ IDEA

This is an absurd question that will inevitably start a flame war, but I am

very lazy and have a great fear of IDE commitment.

 

I was previously a convinced and happy user of VisualAge/Java, and ended up

transitioning off in the past few months due to being with a new employer,

where everyone else used vi and cvs on Solaris, an environment in which

VisualAge does not necessarily coexist seamlessly.

 

I stumbled along using emacs again, along with my twelve-year-old mishmash

of elisp/jde/ange/etc., which required way too much thinking and remembering

on my part.

 

Then I found IDEA, and have been really happy with the way it looks.

 

But now I've been looking at Eclipse (http://www.eclipse.org), which appears

to be VisualAge without some of the things I hated about VA.  It's

file-based, it integrates with CVS, and it has pretty dockable frames.

Frabjous.

 

A lot of what I like about IntelliJ IDEA is present in Eclipse.  Basically,

I just care about things that save the little five- or ten-second

interruptions while developing.  Classbrowsers, method completion, and

in-line error detection are the three big wins for me.  I don't do GUIs, but

I integrate with big libraries of existing code written by other people.

 

The question I'm asking, and I apologise in advance for stirring up this

hornets'-nest, is, why would I be looking at switching to Eclipse instead of

IDEA?  The price is one factor, but frankly, $500 is a small price to pay

over the course of months or years of developing code, especially if I can

get someone else to pay it (with a little begging).

 

Thank you very much!

 

-a.

 

 

 

Marc Logemann Newbie 37 posts since
Sep 25, 2002
Currently Being Moderated
Sep 25, 2002 12:39 PM in response to: Scott Sirovy
Re: Eclipse vs IntelliJ IDEA

of code required to set it up.  Check out TableLayout

here:

http://java.sun.com/products/jfc/tsc/articles/tablelay

ut/index.html

 

uhhh, didnt know that, i just looked at the site and was very delighted to see.

 

But in some ways i am angry:

 

1. why didnt they promote it better

2. why didnt they included in 1.4

 

but thx folks for the tip.

Cliff Rowley Newbie 28 posts since
Aug 23, 2002
Currently Being Moderated
Sep 14, 2002 12:26 PM in response to: AK
Re: Eclipse vs IntelliJ IDEA

Please. please NEVER use SWT for IDEA.  I've tried

Eclipse, and the awful SWT

implementation(s) under Linux turned me away

immediately.  Usability-wise,

Eclipse is a Windows-only product until Linux SWT

stops sucking.

 

Complete agreement.  I tried Eclipse on Linux, and I was nearly physically sick.  I tried the Motif version first, which was putrid, and felt like some retro 'used to be cool' IDE - not something recently developed.  Then I tried the GTK+ version .. Hah!  Maybe they might get it to look at least reasonable under Linux if they used Qt/KDE3 instead.

 

It's not particularly responsive under Linux either, and the clunkiness of the UI masks any speed improvement that might have been there anyway.

 

IDEA rocks.  I don't find it that unresponsive - it's probably one of the quickest Java applications I use.  And even if it were slower, the fact that I rarely have to reach for my mouse totally makes up for it.  If it takes half a second for the project view to pop up, that's still quicker than reaching for my mouse to click it to pop it up.

Robert F. Beeger Apprentice 512 posts since
Aug 20, 2002
Currently Being Moderated
Sep 25, 2002 10:10 PM in response to: Guest
Re: Eclipse vs IntelliJ IDEA

I have once used CodeGuide 1.0 in the deep deep past (That will be some 2 or 3 years ago ).

 

They had this on the fly makring of syntax errors. That was an innovation in that time. But CodeGuide was more an editor than an IDE. And version 2 didn't change this.

 

Well, don't know whether 5.0 was improved in that field, but one thing I can say is, that they seem to have a very slow development.

 

Since I have found IDEA, I haven't seen any IDE that was worth the change.

ditty  Newbie 33 posts since
Sep 3, 2002
Currently Being Moderated
Sep 26, 2002 6:16 AM in response to: Robert F. Beeger
Re: Eclipse vs IntelliJ IDEA

I like IDEA very much,but I will bring a point that Eclipse is open source.

So at this point,it's better than IDEA.

Happily,IDEA is expandable.

Robert F. Beeger Apprentice 512 posts since
Aug 20, 2002
Currently Being Moderated
Sep 26, 2002 12:29 PM in response to: ditty
Re: Eclipse vs IntelliJ IDEA

I don't think that being open source is some kind of quality or usability certificate. I have seen much open source crap and many high quality open source projects. The same goes for closed source software.

 

The only real advantage of open source is that you can have a look at the code and try to fix the bugs that annoy you the most.

 

But be serious: Both Eclipse and IDEA are so complicated that you'd need more than only some time to find out what is going on.

 

I don't have the time to get knee deep in some IDE code. So the advantage of having the source code does not mean anything to me in this case.

 

Another advantage of open source is that when a project gets popular, you'll have a big pack of open source developers working on this project and iterations become shorter and features and fixes pop up faster.

 

The first thing that fascinated me about IDEA and the guys behind IDEA - IntelliJ -, was the short development cicles. Back in the middle of 2001 there was barely a week without at least one or 2 builds being released. Well, the development cicles have lengthened a bit, but IntelliJ is still very responsive to problems and feature requests.

 

The community that has developed around IDEA is very exciting and very similar to those that develop around open source projects.

 

So I think that being open source does not make Eclipse any better than IDEA. You'll have to bring in some heavier artillery for that.

Cliff Rowley Newbie 28 posts since
Aug 23, 2002
Currently Being Moderated
Sep 30, 2002 12:58 PM in response to: Robert F. Beeger
Re: Eclipse vs IntelliJ IDEA

I don't think that being open source is some kind of

quality or usability certificate. I have seen much

open source crap and many high quality open source

projects. The same goes for closed source software.

 

Definitely.  Open Source is a choice, not a requirement - and contrary to popular belief, it's not 'bad karma' to be closed source.

 

The only real advantage of open source is that you

can have a look at the code and try to fix the bugs

that annoy you the most.

 

I'm not sure I agree with that being the only real advantage - there are many advantages for all the stakeholders in an Open Source projec, but yes it's a definite advantage.  As soon as you use an Open Source project, you become a stakeholder - and you have the ability to contribute to that which you have a vested interest in.  That's the way I see it, nurturing your investement in the adoption of a project.  This is more prominent in the use of frameworks and libraries that your own projects depend on, where they essentially become a part of your work.  A little less so for an IDE, which is interchangeable - we're not nescessarily tied to a particular IDE (usually).

 

There are lots of reasons for not going open source, but you have to remember that it's the author(s) perogative.

 

So I think that being open source does not make

Eclipse any better than IDEA. You'll have to bring in

some heavier artillery for that.

 

Unfortunately this seems to be the new fashion in attitude.  You can get some free with every boxed Linux set

 

Personally I love IDEA, and I wonder how different it would be were the ideas of the authors 'contaminated' (for want of a better word) by the ideas of the great unwashed

More Like This

  • Retrieving data ...