Java IDEs?
Billy the Mountain asks: "In the startup company I'm in, we just got a new president and she asked us about ways of increasing developer productivity. We develop Java applications, servlets and JSP. I don't use an IDE. I use an enhanced text editor, EditPlus, because I like its color coding of keywords. I guess what I'm asking is what Java IDEs do you use and what features do you like best?" If you were to build a Java IDE from the ground up, what features would you include?
Note to self. Ignore development opinions of people who don't use debuggers.
Thats like saying I would like a car with no exhaust pipe.
In case some people don't know it exists, there is a free (as in speech) Java IDE over at www.freebuilder.org
.
IDE (Integrated Development Environment), n., Computer Science: An application for programming in a specific language, that includes tools such as source/version control, syntax highlighting, and easy access to compile/debug tools from one place.
Miss anything?