We are proud to announce that the fourth milestone of Spring IDE 2.0 has been released. Read the announcement in the Spring Framework support forum.
The milestone is available immediately from our developer update site at http://springide.org/updatesite_dev. Please take some time for testing and provide feedback on any errors, bugs or problems you might find. Many thanks to all that already provided feedback and bug reports. The feedback is really valuable for us.
M4 will be the last milestone before we go RC1 around end of May and - hopefully - final close to SpringOne. The release candidate 1 will have support for Spring JavaConfig and a preliminary integration with the Mylar Eclipse plug-in.
Stay tuned …


Hi, The site.xml file within the update site was not updated with M4 information.
I just loaded the
site.xmlin my web browser and I can see the M4 entry. Furthermore we have already hundreds of M4 installations out there. Could it be that you are sitting behind a caching proxy?Nice tools!
It would be nice if you could split the feature into smaller one. I’m including Spring IDE in our internal Eclipse distribution but I don’t want to include AJDT and the AOP stuff which depends on AJDT and the Web Flow plug-ins.
We thought about this but our automatic build doesn’t support this (we are leveraging PDE’s build environment here).
If no AJDT or Web Flow OSGi bundles are available then the depending plugins within Spring IDE will be silently disabled. So this shouldn’t be an issue.
Really? AFAIK PDE Build builds whatever it gets. :)
Yes, but then the plug-ins should be marked optional in the feature. Otherwise, if the plug-ins aren’t loaded the feature is marked with errors and the Update Manager wants to resolve those which causes some grief to end users not familiar with the UM issues. ;)
Hi, I’m just curious who else misses a great functionality from 1.3 in the 2.0 releases (or is there perhaps another way?):
Spring IDE 1.3 used to have a “filter” on top of the Beans Explorer. Using that filter, it was extremely easy to find beans by name, and compare different find “sets” just by typing into the filter field. Couldn’t you re-enable that filter (make it optional if you must :) - searching just isn’t as fast and intuitive!
PS: Thanks for increasing the plug-in’s stability - since downloading M4 (18.5.), everything has been running stable!
This might be a dumb question, but I could not find an answer elsewhere.
Is Spring IDE 2.0 expected to function on Eclipse 3.2.2? Or will it only work on Eclipse 3.3?
We put on hold rolling out our internal Eclipse 3.2.2 until Spring IDE 2.0 is released for GA since we are already using Spring 2.0 as our standard. It would be dumb of us if we were waiting for an incompatible version.
Thanks.
There are no dumb questions, only bad documentation …
Spring IDE will certainly work with Eclipse 3.2.2. It is very likely that will work on Eclipse 3.3 as well (currently it does and we are constantly working to keep it compatible).
Please note that you need Java SE 5 to run Spring IDE.
This filter is very expensive for complex models because it eagerly fetches the whole model prior applying the filter. This was the reason why this filter is only available for certain tree viewers in Eclipse 3.2.
Additionally after migrating Spring IDE’s beans view to Eclipse 3.2’s Common Navigator Framework using the FilteredTree widget instead of the plain Tree widget wasn’t an option anymore. The CommonNavigator viewer has to be used as-is.
Maybe with Eclipse 3.3 we will see some support of the FilteredTree widget in the Common Navigator Framework.
Spring IDE 2.0 final will be split into several features in order to overcome any dependency problems. E.g. the AOP, Web Flow and Mylar support will be available as optional features.
Where can I download Spring IDE?
Where can I download Spring IDE?
I have just struggled to find the right point from where Spring IDE can be downloaded. There’s a link in the second paragraph that will lead you to the update site (http://springide.org/uddatesite_dev). Download this onto your workstation and then unzip.
We will add the corresponding links to the blog site.
Don’t do this!!! Please follow the instructions given here or here in the project’s wiki.
From the infos of the above mentioned update site:
If you have any issues regarding the installation or usage of Spring IDE please use the corresponding support forum.