请教Eclipse插件开发学习资源
各位高人,小弟刚刚开始接触Eclipse插件开发,属于入门之前的级别,希望大家能帮我介绍些此方面的资源(书籍,网址都可以),非常感谢。
[解决办法]
1.myeclipse j2ee开发插件,支持servlet/jsp/ejb/数据库操纵等
www.myeclipseide.com
2.properties editor 编辑java的属性文件,并可以自动存盘为unicode格式
http://propedit.sourceforge.jp/index_en.html
3.colorer take 为上百种类型的文件按语法着色
http://colorer.sourceforge.net/
4.xmlbuddy 编辑xml文件
www.xmlbuddy.com
5.code folding 加入多种代码折叠功能(比eclipse自带的更多)
http://www.coffee-bytes.com/servlet/platformsupport
6.easy explorer 从eclipse中访问选定文件、目录所在的文件夹
http://easystruts.sourceforge.net/
7.fat jar 打包插件,可以方便的完成各种打包任务,可以包含外部的包等
http://fjep.sourceforge.net/
8.regex test 测试正则表达式
http://brosinski.com/stephan/archives/000028.php
9.jasperassistant 报表插件(强,要钱的)
http://www.jasperassistant.com/
10.jigloo gui builder java的gui编辑插件
http://cloudgarden.com/jigloo/
11.profiler 性能跟踪、测量工具,能跟踪、测量bs程序
http://sourceforge.net/projects/eclipsecolorer/
12.advanqas 提供对if/else等条件语句的提示和快捷帮助(自动更改结构等)
http://eclipsecolorer.sourceforge.net/advanqas/index.html
13.log4e log4j插件,提供各种和log4j相关的任务,如为方法、类添加一个logger等
http://log4e.jayefem.de/index.php/main_page
14.vssplugin vss插件
http://sourceforge.net/projects/vssplugin
15.implementors 提供跳转到一个方法的实现类,而不是接中的功能ㄊ涤?)
http://eclipse-tools.sourceforge.net/implementors/
16.call hierarchy 显示一个方法的调用层次(被哪些方法调,调了哪些方法)
http://eclipse-tools.sourceforge.net/call-hierarchy/index.html
17.eclipsetidy 检查和格式化html/xml文件
http://eclipsetidy.sourceforge.net/
18.checkclipse 检查代码的风格、写法是否符合规范
http://www.mvmsoft.de/content/plugins/checkclipse/checkclipse.htm
19.hibernate synchronizer hibernate插件,自动映射等
http://www.binamics.com/hibernatesync/
20.veloeclipse velocity插件
http://propsorter.sourceforge.net/
21.editorlist 方便的列出所有打开的editor
http://editorlist.sourceforge.net/
22.memorymanager 内存占用率的监视
http://cloudgarden.com/memorymanager/