If this is the reason that Eclipse is so slow on OS X...

I have mentioned before that I am not too impressed by the speed of the Eclipse IDE. However I have always thought that it was because of my slower processor. Today, I came across this article by Charles Ditzel. Ditzel works for Sun so it is unlikely that his article might be a little bias. But it does contain some truth to it. And for a more serious comparison between SWT and Swing, Ditzel has also written a nice introduction here.

SWT has been toted as a better subset of Swing. It does not have all the capabilities of Swing but what it has is supposed to be simpler and cleaner. Personally, I have not developed anything using SWT yet since doing so does not benefit me much. To me SWT and Swing just look plain ugly. When I use them, I do so because they are "portable". If I am going to do any serious GUI application, I need to use the default toolkit for the OS. Any Java application written in Swing or SWT just does not look as sleek as a native Cocoa application. I believe that Windows user feel the same way about Swing applications.

Furthermore, there is no way that Swing will ever come to the speed of the native GUI toolkit. So, if I were to consider developing serious GUI stuff, it mandates using the native OS toolkit. Also, using the native toolkit makes it look identical to what other GUI applications look like on the OS. I have yet to see a really successful commercial product for the normal end user that is written in Swing or SWT. Some might claim that Azureus comes close to that. Frankly, I disagree. Azureus looks plain ugly. The only advantage for using a platform-independent GUI toolkit is to make developing applications easier for open-source projects.

For the time being, I have not tried apple's bindings for using its GUI with Java. I am not sure how complicated it is going to be. But I am digressing...

So anyway, the reason that I am not so satisfied is because Ditzel claims that SWT is optimized for Windows and runs sluggish on the Mac and Linux. That is just plain horrendous.

If time permits, I might take a look at Eclipse's other competitors:

But of course, I will not ditch Eclipse just because it is running SWT. It was just nice to know SWT is probably the cause of its sluggishness and not my machine. And Eclipse has some nice features not found in other IDEs:

As a side note, my class mate, Kyle, pointed out to me that the name Eclipse was chosen because it was supposed to "eclipse" out the Sun and thus block all other competition. A handy fact to know.


comments powered by Disqus