Slashdot Mirror


User: jpoley

jpoley's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:netbeans.org on First Thoughts on the Eclipse IDE? · · Score: 1

    Netbeans
    + has UI builder
    + works on all platforms
    - no more object browser (this is very bad)

    Eclipse
    + has refactoring
    + has real time compiling
    + shows class or method usage (very useful)
    + works with C++
    - no UI builder
    - slow on linux
    - no mac support

    Both have
    + Code completion
    + ant integration
    + modules

    in the end.. eclipse is much better at this point.
    (unless you need UI)...