![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
|
Netbeans or Eclipse?
Hey yall. I've decided to start learning another language, so I picked java. Now which is better to develop with NetBeans, or Eclipse. I kind of want to use the GUI Builder, So I guess my question is Matisse or VE? I've both good and bad things about both of them, like one's GUI builder is better then the other but other features within the environment suck. So let me know your opinions, so I can make a decision. Thanks
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain Destruction leads to a very rough road, but it also breeds creation. |
|
|
|
|
|
#2 |
|
Expert Programmer
|
I say learning java is a waste of time :p
__________________
|
|
|
|
|
|
#3 |
|
Professional Programmer
|
Well since I didn't ask what you thought of my plan. Do you have a suggestion or answer to my question?
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain Destruction leads to a very rough road, but it also breeds creation. |
|
|
|
|
|
#4 |
|
Sexy Programmer
|
Eclipse. By far my favorite IDE for creating Java applications. I does have the VE plugin as the Form Designer but I really don't use it at all. Netbean's GUI builder generates unnecessary code, IMHO. I really don't know how to answer your GUI builder question but Eclipse has my favorite as far as a IDE for Java.
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#5 |
|
Programmer
|
I never used Netbeans... but i hear the GUI editor is better in it thamn elcipse ( i only did text based stuff in eclipse )
I coded the UI by hand when i used java within JCreator, but i like eclipse (except for the fact eclipse run somewhat slow ) for general coding. I would suggest try both and see what you detest about each of them, and go from there.
__________________
My site :: http://www.freewebtown.com/dougalbe I'll try to be nicer, if you try being smarter. |
|
|
|
|
|
#6 |
|
Sexy Programmer
|
Yeah, JCreator is pretty good. That is my first IDE for Java. It's quite faster than Eclipse but it's only a Windows app.
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#7 |
|
The Supreme Ruler
![]() Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6
![]() |
My favorite is JCreator, but I would pick Eclipse over NetBeans. It's all a matter of preference, though, I guess.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower |
|
|
|
|
|
#8 |
|
Expert Programmer
|
yes i do, if your just starting out, and learning the basics of java, then try BlueJ
__________________
|
|
|
|
|
|
#9 |
|
Hobbyist Programmer
|
i have used eclipse more than netbeens. eclipes is nice with auto complete and the side navigation that shows your classes,method , etc. netbeans look cleaner. i never used it tho.
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#10 |
|
Programmer
Join Date: Jan 2006
Location: Dallas, TX
Posts: 49
Rep Power: 0
![]() |
Eclipse is hands down the most functional and most used IDE in the professional Java development world. I'm telling you this from years of experience as a professional developer. For a while Netbeans had Eclipse beat for visual GUI editors, but most Swing devs I know do not use visual editors. They tend to generate extraneous and inefficient-to-maintain code. Visual GUI builders are good for prototypes and for creating screen shots for functional specifications. I recently had this dicussion over at another development forum and was compelled to try the new Netbeans 5.5 IDE. I was irritated from the get-go because Neteans does not suport CVS-SServer protocol, so I couldn't import a project from any of my secure repositories to test the IDE. So, I downloaded them and tried dragging and dropping them into a new project, but Netbeans does not allow Drag and drop! Eclipse does. It may seem like a small thing, but something as ubiquitous as drag and drop capability should be included in any modern GUI program worth a damn. I did finally manage to get my files into a Netbeans project, but I saw nothing that really impressed me or would compel me to switch. But, even if none of these reasons would make you want to use Eclipse over Netbeans, consider this. Try doing a job search and see how many hits you get for Eclipse vs. Netbeans. That will tell you which one you want to learn if you want ot be a professional developer.
__________________
Java Blog |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WANTED: Someone who knows how to use Eclipse | glopal | Java | 3 | Mar 4th, 2007 6:02 PM |
| How to exclude files in Eclipse? | niteice | Coder's Corner Lounge | 0 | Sep 16th, 2006 1:14 PM |
| How to generate an executable jar file in ECLIPSE | uzay1983 | Java | 1 | Sep 8th, 2006 6:51 AM |
| Eclipse v. Netbeans | trumpetelf | Java | 1 | May 2nd, 2005 11:06 AM |
| A question on Eclipse and Rational | satimis | Other Programming Languages | 5 | Feb 27th, 2005 10:24 AM |