1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

what's your favorite java editor?

Discussion in 'BBS Hangout' started by Achebe, Jan 31, 2001.

Tags:
  1. Achebe

    Achebe Member

    Joined:
    Oct 26, 1999
    Messages:
    6,237
    Likes Received:
    3
    I've been using visual j++ for a few years now, but now I want to access some of the benefits in the jdbc 2.0 api that I can't get too.

    If I can't point visual j to sun's jdk, I may as well learn a new editor (my textpad editor is getting old. :) besides I like intellisense).

    What do you guys use?

    ------------------
    I keep plugging away, but I just can't get a 3 way to work on realwife.com
     
  2. jamcracker

    jamcracker Member

    Joined:
    Oct 10, 2000
    Messages:
    936
    Likes Received:
    0
    I stick with emacs and javac.

    Everybody else here uses IBM Visual Age. They seem to be addicted to it.

    I have one big complaint about Visual Age: Instead of storing your .java files on the filesystem, Visual Age stores them all in its own binary repository. Really bugs me.
     
  3. Achebe

    Achebe Member

    Joined:
    Oct 26, 1999
    Messages:
    6,237
    Likes Received:
    3
    I guess one benefit to that is that it acts as a sourcecontrol per method. Are there other reasons why it does that? That would definitely be annoying... sounds pretty proprietary and counterproductive.

    I just downloaded forte community edition. It will take a while to get used to the solaris interface. It's going to take me a while to pick up all of the keyboard shortcuts, etc. in a new ide. But... ms has to be silly and live up to like jdk 1.1.1

    ------------------
    I keep plugging away, but I just can't get a 3 way to work on realwife.com
     
  4. jamcracker

    jamcracker Member

    Joined:
    Oct 10, 2000
    Messages:
    936
    Likes Received:
    0
    I had to ask one of the addicts to figure out the advantages to the repository.

    Really strong versioning - by the project, by the class, and by the method. Easy to revert all your class files to "release X", easy to revert to an earlier version of a particular method.

    The Visual Age intellisense (hate that word) rocks. Works better than any other I've used.

    People also seem to love the incremental compiling - eg you get instant auto-compiles when switching between different methods.

    Also seem to love easy navigation between projects, classes, methods.

    Of course, most of this stuff could be done w/o a binary repository, so I'm guessing IBM needed the efficiency boost provided by storing all the code in one binary lump.

    The repository is worthless to us for source control, though, since we've always got multiple programmers working with the same files, and so have to put all our code in a central Source Safe repository. You also lose ALL you code if ONE file (the repository) gets munged.
     
  5. DarkHorse

    DarkHorse Member

    Joined:
    Oct 9, 1999
    Messages:
    6,756
    Likes Received:
    1,303
    I use JPad Pro.

    ------------------
    "There are three kinds of lies:
    Lies, Damned Lies, and STATISTICS..."
    - Mark Twain -
     

Share This Page