我已经使用MyEclipse多年了。我得出的结论是,我宁愿放弃MyEclipse,回到普通的Eclipse,但是只有一个细节:MyEclipse的Tomcat集成。是否有人知道是否有Eclipse插件可以提供这样的集成?
这是我目前的MyEclipse设置,我希望保留:
- 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.
实际上,只要我在IDE内编程,我就可以绕过大部分Ant的限制。
使用Eclipse,我知道可以完成第一步和第二步,其他步骤呢?
注意:以防被问到,为什么想放弃MyEclipse?
- Avoid renewing the license.
- MyEclipse conflicts with SpringIDE.
- MyEclipse s JSP and CSS editors are a pain...