Great Spring Support in IDE
NetBeans6.1
開發版對Spring 的支持給我留下了非常好的映像,還有其他的就是,你可以從引用 跳轉到類定義或 定義了該方法的 Java類中去中去(Ctrl+鼠標):


但是 最棒的是 它把上下文中所有 已經引用過的類的屬性都顯示在代碼完成提示里(code completion box):

IDE 明白了我對Spring 的哪些特性的喜愛 ,所以如果你想到"com.sun.swingset3.SwingSet3" 類中去的話,(如上面的截圖),你將會發現 方法名叫作“setCurrentDemo”,等等其他的方法。
還有更棒的是,你可以經由一個超鏈接從 引用(reference) 跳轉到Java的類定義里(definition in the Java class)。非常的酷,非常的容易上手。
基本上Spring 的配置文件 所有的引用 都可以經由代碼補全和超鏈接 跳轉到 java代碼中去。
另一個很棒的特性就是,當你在處理XML文件的時候,你可以通過Navigator 看到被完全分解開的Spring配置文件:

最大的增強我認為是 可視化的界面, 很多中的designer 提供給你一個圖形化
操作XML標簽的界面。
原文 URL: http://blogs.sun.com/geertjan/entry/great_spring_support_in_ide
Comments:
For me the great part of Spring support is that it will recognize Spring on the classpath of both Ant and Maven projects and will add the configuration panel to the project customizer for you to work with. That's what I actually call "out-of-the-box". No setup necessary, it just works. However if you need additional tuning to make the IDE experience better, it's right at your fingertips.