SpringIDE是一组用来辅助Spring开发的eclipse插件,当前它的最新版本为
1. Open Eclipse. Go to Help -> Software Updates -> Find and Install.
2. Select "Search for new features to install". Click "Next".
3. Click "New Remote Site". Enter "Spring IDE updatesite" for the Name and "http://springide.org/updatesite/" for the URL (Screenshot). Click "OK".
4. You should now see a a new entry name "Spring IDE updatesite" with a mark next to it (Screenshot). Click on that and check "Spring IDE".
5. Click on the mark next to "Eclipse.org updatesite" and check the version of GEF which is sufficient for your version of Eclipse. Click "Next".
6. Select the features "Graphical Editing Framework" and the latest version of "Spring IDE" from the list. Click "Next".
7. Check "I accept..." and click "Next". Select or add the appropriate site to install the features. Click "Finish".
8. Click Install on the warning dialogs during feature verification (both features are not digitally signed).
9. After successfully downloading and installing the features click "Yes" on the "Would you like to restart now?" dialog.
Congratulations. You have made it!
然后重启Eclipse,打开eclipse的about 对话框,

如图所示,看有无黄绿色树叶的Spring,以确认Spring IDE
是否有效安装。还有就是点上图的plugin Details时,会出现下面的图,里边应包含图中的几项Spring插件。
当然也可从http://springide.org/或http://springide.org/updatesite/把SpringIDE下载到本机上,然后用Eclipse的update manager把这个插件安装到eclipse里。方法同上,只是在step3中将 Click "New Remote Site". 改为点“New Local Site”,然后在弹出窗口里找到下载到本地的springide包里的eclipse文件夹,再点“OK”,其它的类同,勿需多言了。