应该为 EE 开发人员安装 Eclipse IDE 还是为 Java 开发人员安装普通 IDE?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5619177/
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
Should install Eclipse IDE for EE Developers OR plain IDE for Java Developers?
提问by enterprize
I am new to Java EE. I want to start from servlet development using Eclipse. Do I need to install Eclipse EE version OR plain Eclipse version for Java to start Java E for web development?
我是 Java EE 的新手。我想从使用 Eclipse 的 servlet 开发开始。我是否需要为 Java 安装 Eclipse EE 版本或普通 Eclipse 版本才能启动 Java E 进行 Web 开发?
EDIT
编辑
Actually bec java ee is so vast & I want to start with minimum i.e. web development.I also don't want to use huge eclipse Java EE version if plain Java version would do for web development.
实际上,bec java ee 是如此庞大,我想从最小的 ie web 开发开始。如果纯 Java 版本可以用于 web 开发,我也不想使用巨大的 eclipse Java EE 版本。
采纳答案by duffymo
I think Eclipse has different flavors, so pick the one that works for you. Java EE includes the servlet/JSP piece you need. I'd go with that.
我认为 Eclipse 有不同的风格,所以选择适合你的那一种。Java EE 包括您需要的 servlet/JSP 部分。我愿意。
回答by Buhake Sindi
Install Eclipse IDE for Java EE Developers. This flavour of Eclipse is bundled with everythingto start building Java EE applications. Download the Latest Release (Eclipse Helios) here.
为 Java EE 开发人员安装Eclipse IDE。这种风格的 Eclipse 与开始构建 Java EE 应用程序的一切捆绑在一起。在此处下载最新版本 (Eclipse Helios) 。
回答by Imran
Its better to install Eclipse J2EE, because it pre configured WTP support, which you need to develop JSP/Servlet also has support for J2EE container like tomcat, jrun etc, and many more thing.....
安装Eclipse J2EE更好,因为它预先配置了WTP支持,你需要开发JSP/Servlet也有对J2EE容器的支持,比如tomcat,jrun等等,等等......