Eclipse Plugins
The
Eclipse
integrated development environment (IDE)
is a free tool that supports a variety of plugins which
extend its functionality. We have supported
UML, Java,
and C/C++ (CDT) plugins in the past.
We discovered that the
CDT plugin was not properly configured -- now it is.
In addition, support for TCSS460 was added, which
amounted to adding the
Lomboz
plugin for J2EE (which includes JSP) support and
an XML
editor.
We configured Eclipse and Lomboz such that you
can deploy and undeploy JSPs and servlets to
a remote server, as well as debug servlets on the
remote server. For details, see
Eclipse with Tomcat....