Slashdot Mirror


Eclipse Reaches Version 3.0

Tarantolato writes "The Eclipse Foundation has released version 3.0 of its open-source Java-based IDE. Eclipse backers like IBM say the program offers not only increased productivity and ease of use, but also a plugin-based architecture for creating 'rich client' applications with the networking capabilities of web-based apps and the persistence and native widgets of desktop applications. The Lotus Workplace platform is already Eclipse-based. Some in the Java community, however, are concerned with Eclipse's use of SWT rather than the standard Swing widget set, and some analysts think that project is part of a 'broader challenge to Microsoft's entire .Net development framework' from IBM. Meanwhile, Eclipse executives are attempting to woo Microsoft into joining the foundation."

4 of 70 comments (clear)

  1. Eclipse + Python by timothv · · Score: 5, Informative

    If anyone's interested in Python support in Eclipse, I use and recommend pydev. It's certainly incomplete, but it has syntax highlighting, a class/method browser, realtime syntax checking, and there's a debugger which I couldn't get working.

  2. Re:BitTorrent? by darkpurpleblob · · Score: 5, Informative
    The final release is not yet available. From the press release:
    Availability

    Distributions of Eclipse 3.0 will be available by June 30 for download from http://www.eclipse.org.

    See the project plan for more about the release details.
  3. Re:Why not SWT? by caseih · · Score: 5, Informative

    The SwingWT project gives you the best of both worlds for developing your Java GUIs. It's an in-progress implementation of the Swing and AWT apis using SWT to draw the widgets. Looks much, much better than Swing, but still lets you use the nice API that many developers like. And for platforms where SWT isn't running, you can go back to the normal Swing classes. Java 1.5's Swing is supposed to be much more themeable and support anti-aliased fonts, so that will mitigate a lot of Swing's ugliness.

  4. Re:Great, if you program Java... by tcopeland · · Score: 5, Informative

    There's a Ruby-Eclipse project... last release was in May of this year, so perhaps it's pretty active...