+1 on NetBeans although I've not used Eclipse. I tend to stop looking when I find something that works.

However, I find that 90% of the time it's quicker for me to just use vi and Ant. I use NetBeans for debugging though. And if I'm forced to use Windows for my development I'll immediately install NetBeans.

Greg

Mick Wever wrote:
Looks like another IDE war coming on :-)

You need to check out them out yourself.
As you will no doubt soon see, each of us have different likes and requirements.


NetBeans is known for its outstanding GUI (Form) editor and JSP editing.
It also has excellent support for CVS and Ant integration.
While Eclipse is very good at refactoring.


I prefer to use NetBeans as it suits more for the power user.
You can change just about anything under its hood from within the IDE.
At my new job they were all using JDeveloper, a commercial product, and
it only took me 3 weeks to convert all of them to NetBeans.
NetBeans now has some nice features in it's suggestion module
that will automatically fix code for you, examples are:
- missing javadoc tags,
- missing import statements,
- missing object castings,
- and more...
I find it just heaven when an IDE fixes your code for you before you have
even compiled it.
I don't like Eclipse because it is not all written in java. It is
written in a mixture of languages and therefore cannot run on all
platforms. You also cannot use the different Look&Feels that are out there
for java.


Eclipse is also very short on features compared to NetBeans.
This abundance of features can (naturally) slow it down, make sure to turn
off all the features you won't be using after you have given them a test
run.

Again, find out your requirements, and try them all out :)
Mick.



DISCLAIMER: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message and attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to