view source
Use of Eclipse IDE for Java EE Developers
Up until now we have been using Eclipse Classic to compile servlets and we copied the *.class files manually into the folder /WEB-INF/classes. So that the changes are updated we restart the Tomcat server manually. In this tutorial, we will see how to simplify this process using Eclipse para java EE. This version also includes, html and jsp editors, which make the job with this type of files, easier.
Advertisement