Slashdot Mirror


Eclipse 2.1 Released

insomnia writes "Eclipse 2.1 has been unleashed to the world today. Eclipse is an open-source Java IDE environnement and I highly recommend it; developing under your favorite text editor feels like comparing Eclipse to the dinosaur age - I can't live without refactoring now. You can see what's new in this release here."

4 of 298 comments (clear)

  1. Java by wordisms · · Score: 0, Troll

    Is java really worth developing for? I think it is great for its ease of programming and library support, but it's requirement of running on virtual machines leads to huge memory requirements for the simplest programs, and GC while nice, can lead to slow apps.

    Why would anyone want to write a serious "enterprise" application in Java vs. say C++??

    1. Re:Java by MillionthMonkey · · Score: 3, Troll

      Is java really worth developing for? I think it is great for its ease of programming and library support, but it's requirement of running on virtual machines leads to huge memory requirements for the simplest programs, and GC while nice, can lead to slow apps.

      I would not recommend Java for small programs. But my company sells a scientific application that is written in Java. It handles large amounts of data and applies clustering algorithms that are computationally intensive. Compared with the sheer amounts of work that our own code is doing, the VM overhead is hardly noticeable. Our customer base is evenly split between academia and the pharmaceutical industry. Almost a third of our installs are on the Mac, and there's a few percent who are using Linux. The rest are running Windows.

      Our leading competitor sells a Windows-only product. We have three times as much market share.

      Why would anyone want to write a serious "enterprise" application in Java vs. say C++??

      Because C++ sucks.

  2. Eclipse? Nah, not worth it. by malachid69 · · Score: 0, Troll

    I tried Eclipse a month ago, and was severly disappointed. First off, I had to read the tutorial to figure out how to build HelloWorld with their system. Not intuitive. Also, the SWT library is a complete joke -- it doesn't look like the host OS, and requires native code. No java program using SWT is cross-platform, so what's the point?

    Malachi

    --
    http://www.google.com/profiles/malachid
  3. Ironical by vivek7006 · · Score: 0, Troll

    Open source IDE for a closed source language ...