Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 30th, 2007, 1:00 PM   #1
bigguy
Professional Programmer
 
bigguy's Avatar
 
Join Date: Sep 2005
Location: Arkansas
Posts: 298
Rep Power: 0 bigguy is an unknown quantity at this point
Send a message via AIM to bigguy Send a message via MSN to bigguy Send a message via Yahoo to bigguy
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.
bigguy is offline   Reply With Quote
Old Jul 30th, 2007, 1:45 PM   #2
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 579
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
I say learning java is a waste of time :p
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Jul 30th, 2007, 1:58 PM   #3
bigguy
Professional Programmer
 
bigguy's Avatar
 
Join Date: Sep 2005
Location: Arkansas
Posts: 298
Rep Power: 0 bigguy is an unknown quantity at this point
Send a message via AIM to bigguy Send a message via MSN to bigguy Send a message via Yahoo to bigguy
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.
bigguy is offline   Reply With Quote
Old Jul 30th, 2007, 2:27 PM   #4
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
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!
ReggaetonKing is offline   Reply With Quote
Old Jul 30th, 2007, 3:33 PM   #5
Ben.Dougall
Programmer
 
Ben.Dougall's Avatar
 
Join Date: Jul 2007
Location: London, Ontario, Canada
Posts: 34
Rep Power: 0 Ben.Dougall is on a distinguished road
Send a message via MSN to Ben.Dougall
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.
Ben.Dougall is offline   Reply With Quote
Old Jul 30th, 2007, 3:54 PM   #6
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
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!
ReggaetonKing is offline   Reply With Quote
Old Jul 30th, 2007, 6:13 PM   #7
Mjordan2nd
The Supreme Ruler
 
Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6 Mjordan2nd is on a distinguished road
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
Mjordan2nd is offline   Reply With Quote
Old Jul 31st, 2007, 12:53 AM   #8
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 579
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Quote:
Originally Posted by bigguy View Post
Do you have a suggestion or answer to my question?
yes i do, if your just starting out, and learning the basics of java, then try BlueJ
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Jul 31st, 2007, 3:03 AM   #9
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 332
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
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
mrynit is offline   Reply With Quote
Old Aug 11th, 2007, 7:14 PM   #10
alcdotcom
Programmer
 
Join Date: Jan 2006
Location: Dallas, TX
Posts: 49
Rep Power: 0 alcdotcom is on a distinguished road
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
alcdotcom is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:27 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC