简体   繁体   English

Eclipse与Spring IDE插件和Spring Tool Suite之间有什么区别?

[英]What is the difference between Eclipse with Spring IDE plugin and Spring Tool Suite alone?

What's the difference between these 这些之间有什么区别

I ask because STS says it's built on top of Eclipse, and I wonder what differences it has over simply using a plugin that adds similar functionality to "vanilla" Eclipse. 我问,因为STS说它是建立在Eclipse之上的,我想知道它与简单地使用一个为“vanilla”Eclipse添加类似功能的插件有什么不同。

It's true, STS is built on top of Eclipse. 确实,STS是建立在Eclipse之上的。 The difference is only related to another products support from the STS installation, like Roo, Pivotal tc Server, Cloud Foundry and getting started guides, but you could also include this features in your Eclipse installation. 差异仅与STS安装的其他产品支持有关,例如Roo,Pivotal tc Server,Cloud Foundry和入门指南,但您也可以在Eclipse安装中包含此功能。

So STS gives a complete solution around Spring features and simplifies the developer environment install, that's the key difference. 因此,STS提供了围绕Spring功能的完整解决方案,并简化了开发人员环境安装,这是关键的区别。

As Martin Lippert explains in the forums: 正如Martin Lippert在论坛中解释的那样:

"So you can end-up having the same features in STS and your existing Eclipse installation after installing the STS features into it." “因此,在将STS功能安装到STS功能之后,您最终可以在STS和现有的Eclipse安装中获得相同的功能。”

You could find more details on the Spring forums . 您可以在Spring论坛上找到更多详细信息。

Details on features: STS features and Spring IDE plugin features . 功能详情: STS功能Spring IDE插件功能

Spring Tool suite has ready to go features specially designed to spring supported projects and cloud environment. Spring Tool套件已准备好专门为弹簧支持的项目和云环境设计的功能。 And Eclipse is more generic where we've to add the plugins and extensions for our platform setup. 在我们为平台设置添加插件和扩展时,Eclipse更通用。

There is already an article about this in DZone Spring IDE and the Spring Tool Suite - Using Spring in Eclipse . 在DZone Spring IDE和Spring Tool Suite中已经有一篇关于这个的文章- 在Eclipse中使用Spring

While the Spring IDE project provides a set of plugins for the Eclipse IDE, the Spring Tool Suite comes as a ready-to-use distribution of the latest Eclipse releases with the Spring IDE components pre-installed. 虽然Spring IDE项目为Eclipse IDE提供了一组插件,但Spring Tool Suite是预先安装的Spring IDE组件的最新Eclipse版本的即用型发行版。 This includes the tc Server integration for Eclipse (another IDE extension that is provided by Pivotal as an open-source project) and various other additions to Eclipse that turn the pure Eclipse IDE into a ready-to-use, best-of-breed environment for enterprise Spring application development. 这包括Eclipse的tc Server集成(Pivotal提供的另一个IDE扩展作为开源项目)以及Eclipse的各种其他附加功能,它们将纯Eclipse IDE转变为即用型,最佳的环境用于企业Spring应用程序开发。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM