| Article: |
A Look at the Eclipse IDE | |
| Subject: | Fascinating article | |
| Date: | 2003-11-15 14:33:07 | |
| From: | anonymous2 | |
|
Response to: Fascinating article
|
||
| Eclipse is too slow, working with other people on a team using various platforms and eclipse causes some headaches when we use Junit, no GUI tools, did I mention slow? I prefer IDEA, JBuilder X, JDeveloper, and/or emacs. | ||
Showing messages 1 through 1 of 1.




I don't think this reflects most people's perspective. I think if I read between the lines her e you're most likely using some form of Linux and perhaps one of the non-mainstream releases at that which could be your issue.
Eclipse has made me so productive that I view Java as a scripting language these days.
It has built in support of ant and junit, so I'm not sure what compliant of junit was.
Also now there's the Rich Client Project as a subproject of 3.0, which will make it easier for you to write GUI apps in SWT. Yeah, Swing is better than it was, but it's still way too hard to write good performing applications in it. Thus SWT kicks Swing's ass in that area -- I'm not sure if it's that much easier to write in, but it's a heck of a lot easier to get nicer applications with it. Without SWT, .NET wins hands-down.
Finally you can get a nice J2EE dev enivornment for VERY cheap -- www.myeclipseide.com (only $30 US).
So I think most of the complaining on Eclipse is pedantic and not really constructive.
I use to use Vim (well I still do -- even on Windows), but Eclipse doubles/triples my productivity. Enough said.
Mark