I have been using MyEclipse for a number of years. I am coming to the conclusion that I would rather ditch MyEclipse and revert to plain old Eclipse, except for one detail: MyEclipse's Tomcat integration. Does anyone know of an Eclipse plugin that would provide such integration?
Here's what my current MyEclipse setup does, which I would like to preserve:
- Integrates with my own external copy of Tomcat (the version I choose).
- Start and stop that external server from within the IDE.
- Takes care of Tomcat's buildpath, according to project's buildpath.
- Deploys the project to that external copy (classes, libraries, resources and all).
- Hot update of modified JSPs and classes.
In effect, I can sidestep Ant for most purposes, as long as I play inside the IDE.
With Eclipse, I know I can achieve 1. and 2. What about the other steps?
Note: Just in case this gets asked, why wanting to ditch MyEclipse?
- Avoid renewing the license.
- MyEclipse conflicts with SpringIDE.
- MyEclipse's JSP and CSS editors are a pain...