Re: Is that Jbuilder the most convenient java writing s/w?
Posted By:
Taneli_Waltari
Posted On:
Wednesday, October 16, 2002 01:50 AM
My favorite IDE for Java is currently Eclipse (www.eclipse.org). And ofcourse there is always Emacs; I'm using JDE java mode on XEmacs.
Re: Is that Jbuilder the most convenient java writing s/w?
Posted By:
Simon_Ablett
Posted On:
Wednesday, October 9, 2002 04:11 AM
Personally I favour TextPad and Ant under Windows. Whilst under Unix I tend to use Vi and Ant. Note the common denominator (i.e. ant).
I also tend to use Describe or TogetherJ during the requirements and design phases. However for development I tend to prefer to use a simple editor / build tool combination. This means I can build the same code on different OSes with no changes to my build files. I also don't like the latency involved in bringing up a complex GUI or the time required to learn its interface.
A few of my colleagues use JBuilder but I have found it to be slow and buggy.
Regards.