一:Eclipse及其插件介紹和下載
0.Eclipse下載
EMF,GEF - Graphical Editor Framework,UML2,VE - Visual Editor都在這里下載
http://www.eclipse.org/downloads/index.php
?
0.5.lomboz J2EE插件,開發JSP,EJB
http://forge.objectweb.org/projects/lomboz
1.MyEclipse J2EE開發插件,支持SERVLET/JSP/EJB/數據庫操縱等
http://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文件
http://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/
?
23.swt-designer java的GUI插件
http://www.swt-designer.com/
?
24.TomcatPlugin 支持Tomcat插件
http://www.sysdeo.com/eclipse/tomcatPlugin.html
?
25.XML Viewer
http://tabaquismo.freehosting.net/ignacio/eclipse/xmlview/index.html
?
26.quantum 數據庫插件
http://quantum.sourceforge.net/
?
27.Dbedit 數據庫插件
http://sourceforge.net/projects/dbedit
?
28.clay.core 可視化的數據庫插件
http://www.azzurri.jp/en/software/index.jsp
http://www.azzurri.jp/eclipse/plugins
?
29.hiberclipse hibernate插件
http://hiberclipse.sourceforge.net
http://www.binamics.com/hibernatesync
?
30.struts-console Struts插件
http://www.jamesholmes.com/struts/console/
?
31.easystruts Struts插件
http://easystruts.sourceforge.net
?
32.veloedit Velocity插件
http://veloedit.sourceforge.net/
?
33.jalopy 代碼整理插件
http://jalopy.sourceforge.net/
?
34.JDepend 包關系分析
http://andrei.gmxhome.de/jdepend4eclipse/links.html
?
35.Spring IDE Spring插件
http://springide-eclip.sourceforge.net/updatesite/
?
36.doclipse 可以產生xdoclet 的代碼提示
http://beust.com/doclipse/
0.Eclipse下載
EMF,GEF - Graphical Editor Framework,UML2,VE - Visual Editor都在這里下載
http://www.eclipse.org/downloads/index.php
?
0.5.lomboz J2EE插件,開發JSP,EJB
http://forge.objectweb.org/projects/lomboz
1.MyEclipse J2EE開發插件,支持SERVLET/JSP/EJB/數據庫操縱等
http://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文件
http://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/
?
23.swt-designer java的GUI插件
http://www.swt-designer.com/
?
24.TomcatPlugin 支持Tomcat插件
http://www.sysdeo.com/eclipse/tomcatPlugin.html
?
25.XML Viewer
http://tabaquismo.freehosting.net/ignacio/eclipse/xmlview/index.html
?
26.quantum 數據庫插件
http://quantum.sourceforge.net/
?
27.Dbedit 數據庫插件
http://sourceforge.net/projects/dbedit
?
28.clay.core 可視化的數據庫插件
http://www.azzurri.jp/en/software/index.jsp
http://www.azzurri.jp/eclipse/plugins
?
29.hiberclipse hibernate插件
http://hiberclipse.sourceforge.net
http://www.binamics.com/hibernatesync
?
30.struts-console Struts插件
http://www.jamesholmes.com/struts/console/
?
31.easystruts Struts插件
http://easystruts.sourceforge.net
?
32.veloedit Velocity插件
http://veloedit.sourceforge.net/
?
33.jalopy 代碼整理插件
http://jalopy.sourceforge.net/
?
34.JDepend 包關系分析
http://andrei.gmxhome.de/jdepend4eclipse/links.html
?
35.Spring IDE Spring插件
http://springide-eclip.sourceforge.net/updatesite/
?
36.doclipse 可以產生xdoclet 的代碼提示
http://beust.com/doclipse/
二:
After installing Eclipse 3 and Tomcat Plugin,the plugin is not loaded!
Lanching Eclipse 3 with "-clean" option can fix this problem.
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=540513