Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Spring IDE 2.3.2 plug-in vs. SpringSource Tool Suite 2.3.2

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).

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?

Thanks for your help, I hope you understand that the Eclipse platform can be overwhelming for beginners.

like image 702
Martin Preusse Avatar asked Jun 26 '10 12:06

Martin Preusse


People also ask

What is difference between Spring Tool Suite and Eclipse?

Spring Tool suite has ready to go features specially designed to spring supported projects and cloud environment. And Eclipse is more generic where we've to add the plugins and extensions for our platform setup.

Which version of Eclipse is best for spring development?

You should definitely use SpringSource Tool Suite, an Eclipse-based IDE created by SpringSource themselves.

Does Spring Tool Suite include Eclipse?

In case you prefer to use a ready-to-use distribution, you can go to https://spring.io/tools and download the Spring Tool Suite distribution, which is a full Eclipse distribution (based on the latest Eclipse release) with Spring Tools pre-installed.

Why should we use Spring Tool Suite?

Spring Tool Suite (STS) is a java IDE tailored for developing Spring-based enterprise applications. It is easier, faster, and more convenient. And most importantly it is based on Eclipse IDE. STS is free, open-source, and powered by VMware.


1 Answers

SpringSource ToolSuite is Eclipse + Spring IDE + others. The others are things like support for Roo, dmServer, tcServer, Grails, etc.

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.

I quite like the pre-bundled STS versions, though, it's one less thing to worry about.

like image 54
skaffman Avatar answered Sep 27 '22 23:09

skaffman