• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Netbeans v Eclipse

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Robert & Ryan,

Good luck with the book.

Why choose Netbeans over Eclipse?
Is it just for the certification or do you believe Netbeans is better than Eclipse?

Thnaks,
Brian
 
Ranch Hand
Posts: 485
Eclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's a matter of taste, Try both IDE tools and use which one you feel comfortable. But eclipse have lot of plug-ins and it most widely used IDE. Google Trends Eclipse vs Netbeans
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please take a lok at this link for additional information on this topic https://coderanch.com/t/567680/vc/Eclipse-preferred-professionally-Netbeans

Regards,
Deepa
 
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To answer your question on why NetBeans:
- Excellent built-in profiler
- Excellent support for JavaFX.
- Excellent support for Java EE 6 and 7 (including CDI).
- Tight integration with JBoss/GlassFish/WebLogic - no need to download and configure additional plugins.
- Version control is built-in (not a separate plug-in)
- First class Maven integration
- Swing GUI designer
- Hudson integration
(none of these require plug-ins!)

In order to use all of the technologies I just listed for Eclipse, you will have to download and install additional plug-ins. For Java EE, you really need JBoss Tools if you are going to be working with CDI and Java EE 6.

Oracle has been investing heavily in NetBeans with cross pollination with JDeveloper. Basically it is being positioned as the IDE with the latest language features and tooling support for Java EE and Java FX. Checkout NetBeans 7.3 betas for the HTML5 support which is very impressive (watch the video from JavaOne 2012).

IDEs aren't static, NetBeans has been making great improvements the for several years now - it isn't the same old IDE!


 
Bartender
Posts: 2662
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mohana Rao Sv wrote:It's a matter of taste, Try both IDE tools and use which one you feel comfortable. But eclipse have lot of plug-ins and it most widely used IDE. Google Trends Eclipse vs Netbeans



I'd like to challenge the figures .

Since 'eclipse' is also an existing word for other things (a solar eclipse, a Twilight Saga movie, a spectacular aircraft) it will get hits from non-IDE searchers.
Not that it matters, but I like to muse a bit about stats and numbers ;)
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic