我应该下载哪个 Eclipse 版本?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1972910/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 14:15:39  来源:igfitidea点击:

Which Eclipse version should I download?

javaeclipseide

提问by mrblah

I am on a Windows machine. Want to practise Java for the web using: Tomcat, Java, JSP's, Spring Framework, and Hibernate.

我在 Windows 机器上。想练习 Java 的 web 使用:Tomcat、Java、JSP's、Spring FrameworkHibernate

http://www.eclipse.org/downloads/

http://www.eclipse.org/downloads/

(Silly question, but I am a newbie and don't want to get the wrong IDE version.)

(愚蠢的问题,但我是新手,不想得到错误的 IDE 版本。)

回答by Prasoon Saurav

You want to practise java for the web using: tomcat, java, jsp's, spring framework, etc. then you should download the Enterprised version.

您想使用:tomcat、java、jsp、spring 框架等为 web 练习 java,那么您应该下载Enterprised 版本。

Personally I would prefer NetBeans. I use it frequently and I find it better(simpler rather) than Eclipse.

我个人更喜欢NetBeans。我经常使用它,我发现它比 Eclipse 更好(更简单)。

回答by duffymo

Who says you need Eclipse? NetBeans and IntelliJ are both good choices as well.

谁说你需要Eclipse?NetBeans 和 IntelliJ 也是不错的选择。

If you're a newbie to Java, I'd recommend staying away from Tomcat and JSP until you can write the core language comfortably. Likewise, stay away from Hibernate until you've mastered JDBC. Spring is very complex tool that should come last in your development.

如果您是 Java 的新手,我建议您远离 Tomcat 和 JSP,直到您可以轻松地编写核心语言。同样,在您掌握 JDBC 之前,请远离 Hibernate。Spring 是非常复杂的工具,应该在您的开发中放在最后。

My recommended order would be:

我推荐的顺序是:

  1. Base Java, including JDBC.
  2. Tomcat, servlets, and JSPs using JSTL (allowing CRUD-based web apps)
  3. Spring
  1. 基础 Java,包括 JDBC。
  2. 使用 JSTL 的 Tomcat、servlet 和 JSP(允许基于 CRUD 的 Web 应用程序)
  3. 春天

UPDATE: It's great that you're already familiar with relational databases, ORM, objects, and DI. But I'd still recommend that you learn the language basics first. If you're really good at C#, it won't take you too long. There's an idiom to every language that you'll want to know to write well. Take the time to try and find it.

更新:很高兴您已经熟悉关系数据库、ORM、对象和 DI。但我仍然建议您先学习语言基础知识。如果你真的很擅长 C#,它不会花你太长时间。每一种语言都有一个习语,你想知道写得好。花点时间尝试并找到它。

回答by Ritwik Bose

I'd recommend either the classic or IDE for java developers first, and then as you get familiar install the other plugins that you'd want/need. That way you'll learn the structure better. That being said, use Netbeans instead.

我会首先为 Java 开发人员推荐经典或 IDE,然后当您熟悉时安装您想要/需要的其他插件。这样你会更好地学习结构。话虽如此,请改用 Netbeans。

回答by Sri

You should go for Eclipse Java EEbut AFAIK it won't come with app servers bundled in. So you'll need to install those in addition to Eclipse and configure it.

您应该选择Eclipse Java EE,但 AFAIK 它不会附带应用程序服务器。因此,除了 Eclipse 之外,您还需要安装这些服务器并对其进行配置。

However, you can go with Netbeans and it all comes pre bundled and pre configured and you can simply get started with writing code.

但是,您可以使用 Netbeans,并且所有这些都是预先捆绑和预先配置的,您可以简单地开始编写代码。

回答by gmhk

As a learner Eclipse would be a better. You can follow this URL to download it: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-java-galileo-SR1-win32.zip.

作为学习者,Eclipse 会更好。你可以按照这个 URL 下载它:http: //www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ galileo/SR1/eclipse-java-galileo-SR1-win32。邮编

Once you are comfortable with the basic functionality with Java, you can start with any web Server or an application server. Then you can implement the Framework.

一旦您熟悉了 Java 的基本功能,您就可以从任何 Web 服务器或应用程序服务器开始。然后就可以实现框架了。

Personally Eclipse is very friendly in use.

个人认为Eclipse在使用上非常友好。

回答by Yogi Yang 007

Don't go for any of these.

不要去任何这些。

As you are working on windows platform I would suggest you to first try out JBuilder. Checkit out! It is better in all ways compared to Eclipse and Net Beans but to gather, because it gives a Visual way to build your GUIs!

当您在 windows 平台上工作时,我建议您首先尝试使用JBuilder。一探究竟!与 Eclipse 和 Net Beans 相比,它在所有方面都更好,但要收集,因为它提供了一种构建 GUI 的可视化方式!

回答by Wim Deblauwe

I am a long time IntelliJ IDEA fan, but if I need to do AspectJ work, I turn to STS. I found it real easy to get started with Eclipse because it seems to contain the plugins I need already.

我是 IntelliJ IDEA 的忠实粉丝,但如果我需要做 AspectJ 工作,我会求助于STS。我发现开始使用 Eclipse 真的很容易,因为它似乎已经包含了我需要的插件。