Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this questionI 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?
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.
Install Eclipse IDE for Java EE Developers. This flavour of Eclipse is bundled with everything to start building Java EE applications. Download the Latest Release (Eclipse Helios) here.
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.
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.....
精彩评论