views:

87

answers:

2

I'd like to play around with Spring for an upcoming JEE 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.

+5  A: 

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.

skaffman
Thanks, makes sense for me. The reason why I was asking is that I use Eclipse for Java projects and also a lot of Python with PyDev. I need to use some stuff from my Java projects and it's good to know that I can simply add Spring support to Eclipse.
emempe
A: 

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

eugener