何以解忧?唯有Java

其实程序员也懂得浪漫!
posts - 90, comments - 637, trackbacks - 0, articles - 2
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

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.


只有注册用户登录后才能发表评论。


网站导航: