且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如果我只想在其中使用Java,Eclipse和Netbeans有什么区别?

更新时间:2023-12-04 15:07:47

可口可乐和百事可乐有什么区别?



好的,这不是真的类似的,但很多差异都是定性的。说到Netbeans 6.1和6.5:




  • Netbeans具有非常不同的UI和
    工作流程。没有观点,
    但是工具栏,这样会根据需要自动
    出现/隐藏(即
    调试)。构建过程是
    不同。管理项目是
    不同。


  • Netbeans专注于平滑的
    综合体验,有时以
    为特征。
    Profiler完全集成到
    的编辑器中(上下文菜单让你
    快速操纵分析器),
    ,但缺少一些
    Eclipse剖析器的功能。 p>


  • Netbeans具有紧密集成的
    JSP / Servlet / JSF开发
    环境。整个工作流
    从开发连接起来,
    调试,部署。这是比其他任何东西更多的
    的感觉。


  • Netbeans编辑器缺少几个
    Eclipse功能。拼写检查是
    一个突出的。快速完成
    (Ctrl-K,Ctrl-J)是一个未充分利用的
    Netbeans功能。代码段是
    另一个(虽然他们有一个
    自动完成模板,填充
    不同,但类似的利基)。


  • 少选择如果你不喜欢一个
    的包含的工具,那么不太可能
    你会发现一个很好的替代方案
    插件。


  • 马蒂斯。 Eclipse GUI编辑器已经有
    开始追赶,但是它们是
    根本与Matisse没有任何比较。
    表面上,他们似乎是
    的等价物。


  • < sarcasm> 你的朋友们将会为你带来
    的乐趣。< / / sarcasm>



I recently got a Dell XPS 64-bit Vista for myself. Eclipse doesn't have their 64-bit version, but I've read on forums that they download Eclipse and work with Java 1.5 on the Vista with only some problems. I have Java 1.6 and Netbeans was easily downloadable.

What's the basic/big difference that I'll notice if I shift to Netbeans from Eclipse now?

What is the difference between Coke and Pepsi?

Ok, it's not really that similar, but a lot of the differences are in qualitative ways. Speaking of Netbeans 6.1 and 6.5:

  • Netbeans has a very different UI and workflow. There are no perspectives, but toolbars and such will auto appear/hide as needed (i.e. debugging). Build process is different. Managing projects is different.

  • Netbeans focuses on a smooth, integrated experience sometimes at the expense of features. The Profiler is fully integrated into the editor (context menu's let you quickly manipulate the profiler), but is lacking some featuers of Eclipse profilers.

  • Netbeans has a tightly integrated JSP/Servlet/JSF development environment. The whole workflow connects together from development, debugging, deployment. This is more of a "feel" than anything else.

  • Netbeans editor is missing several Eclipse features. Spell check being one prominent one. Quick complete (Ctrl-K, Ctrl-J) is an underused Netbeans feature. Snippets being another (though they have an auto-complete template which fills a different, but similar niche).

  • Less choice. If you don't like one of the included tools, it's unlikely you will find a good alternative plug-in.

  • Matisse. Eclipse GUI editors have started to catch up, but they are simply no comparison to Matisse. Superficially, they seem equivalent...

  • <sarcasm>Your friends will make fun of you.</sarcasm>