java Eclipse Spring IDE 2.3.2 插件 vs. SpringSource Tool Suite 2.3.2
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3123811/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse Spring IDE 2.3.2 plug-in vs. SpringSource Tool Suite 2.3.2
提问by Martin Preusse
I'd like to play around with Spring for an upcoming Java EE project. Is there any difference between the Eclipse Spring IDE 2.3.2 plug-in (in the new Eclipse Marketplace) and the SpringSource Tool Suite (available at SpringSource).
我想在即将到来的 Java EE 项目中使用 Spring。Eclipse Spring IDE 2.3.2 插件(在新的Eclipse Marketplace 中)和 SpringSource Tool Suite(在 SpringSource 中可用)之间有什么区别。
More precisely: In my understanding, the Tool Suite is basically Eclipse 3.5 with a set of plug-ins. So the question is, are the plug-ins provided by the Eclipse Spring IDE 2.3.2 the same or is there any difference in functionality?
更准确地说:在我的理解中,工具套件基本上是带有一组插件的 Eclipse 3.5。那么问题来了,Eclipse Spring IDE 2.3.2提供的插件是一样的还是功能上有区别?
Thanks for your help, I hope you understand that the Eclipse platform can be overwhelming for beginners.
感谢您的帮助,我希望您明白 Eclipse 平台对于初学者来说可能会让人不知所措。
采纳答案by skaffman
SpringSource ToolSuite is Eclipse + Spring IDE + others. The others are things like support for Roo, dmServer, tcServer, Grails, etc.
SpringSource ToolSuite 是 Eclipse + Spring IDE + 其他。其他的是对 Roo、dmServer、tcServer、Grails 等的支持。
If all you need is the Spring IDE plugin (which gives support for Spring Framework development), then vanilla Eclipse + Spring IDE is going to be enough.
如果您只需要 Spring IDE 插件(它支持 Spring Framework 开发),那么 vanilla Eclipse + Spring IDE 就足够了。
I quite like the pre-bundled STS versions, though, it's one less thing to worry about.
不过,我非常喜欢预先捆绑的 STS 版本,但不必担心这一点。
回答by Kris
Feature Comparison: http://download.springsource.com/release/STS/doc/STS-feature_comparison.pdf
功能对比:http: //download.springsource.com/release/STS/doc/STS-feature_comparison.pdf
With the Eclipse Marketplace Client build in newer Eclipse versions (AFAIK starting with Helios) it is also possible to install Spring Tool Suite into an existing Eclipse. I have just done that.
通过在较新的 Eclipse 版本中构建的 Eclipse Marketplace Client(AFAIK 从 Helios 开始),还可以将 Spring Tool Suite 安装到现有的 Eclipse 中。我刚刚做到了。
回答by Eugene Ryzhikov
Even though you can use just Eclipse + Spring IDE plugin, I would suggest going for SpringSource Tool Suite simply because it is stable set of very useful plugins. Since we switched to STS we never looked back :)
即使您可以只使用 Eclipse + Spring IDE 插件,我还是建议您使用 SpringSource Tool Suite,因为它是一组非常有用的稳定插件。自从我们切换到 STS 后,我们再也没有回头:)
回答by Raihan
If you are already using Eclipse, you are likely using other plugins for your existing projects. Also you are like to use tool supports other than Spring for your future projects.
如果您已经在使用 Eclipse,那么您可能正在为现有项目使用其他插件。此外,您还喜欢在未来的项目中使用 Spring 以外的工具支持。
Spring IDE plugin with your existing Eclipse makes more sense if Spring is not your only requirement.
如果 Spring 不是您的唯一要求,那么带有现有 Eclipse 的 Spring IDE 插件会更有意义。

