Eclipse插件集中營

http://www.tusc.com.au/tutorial/html/index.html
利用Eclipse,LOMBOZ plugins,JBoss開發J2EE教學的文章(En)很精彩

1.? lomboz.301.zip 與emf-sdo-runtime-2.0.0.zip(著名的開發J2ee的插件)

下載網址:http://forge.objectweb.org/project/showfiles.php?group_id=97?  

http://www.objectlearn.com/

Lomboz 可以做很多事情,是使用 Eclipse+JBoss 做 J2EE 的首選。

2.MyEclipse,最好的J2EE開發框架

下載Myeclipse userId: ylfly? password: *******
http://www.myeclipseide.com/ContentExpress-display-ceid-47.html
MyEclipse的註冊碼:
for eclispe3.0版的:
IceCraft
VAR7ZL-819-56-54678656108018950
for eclispe2.1版的:
IceCraft
VAR7ZL-719-56-54678657538454123

3.Log4j或者Apache commons Logger最得力的助手就是 Log4e: 
??? 官方網站:http://log4e.jayefem.de/
??? 下載連接:http://log4e.jayefem.de/download/de.jayefem.log4e_0.5.5.zip

4. Easy Struts支持Struts的插件 (0.64版只支持Eclipse2.X)
是開放源代碼組織sourceforge.net上的一個項目,目前最新的版本是0.64,

http://sourceforge.net/project/showfiles.php?group_id=54542&package_id=49230

http://easystruts.sourceforge.net/

5. TomcatPlugin 支持Tomcat插件 
http://www.sysdeo.com/eclipse/tomcatPlugin.html


6.Hibernate Synchronizer
Hibernate Synchronizer is a free Eclipse plugin code generation tool to be used with the Hibernate persistence framework. The plugin will automatically generate java code when your hibernate mapping files are modified. Objects are created with generated code in an abstract base class and a user-modifiable extension class so user code does not get deleted when the generation is performed. 
http://www.binamics.com/hibernatesync/
https://sourceforge.net/project/showfiles.php?group_id=99370
HibernateSynchronizer-2.1.25-Eclipse3M6.zip?? 只支持到M7

7. SWT Designer 使GUI更cool,更in,更happy!
http://www.swt-designer.com/?? 14天

8. XML Editor & XSLT Debugger 編輯XML的插件 
http://www.oxygenxml.com/

8.1支持Eclipse 3.0 的XML插件
http://www.xmlbuddy.com/

8.2XML Viewer 
Version: 1.1.7
http://tabaquismo.freehosting.net/ignacio/eclipse/xmlview/index.html


9.UML Tool for Eclipse 
http://www.visual-paradigm.com/download.php?shortName=sdeec

9.1 UML插件 Omondo的(支持eclipse 3.0 的studio 1.0 只試用20天) 
http://www.omondo.com/ 
useId :ylfly password:*******

9.2EclipseUML2? is Eclipse tools

http://www.eclipse.org/uml2/

10.Eclipse加速插件KeepResident

http://suif.stanford.edu/pub/keepresident/

原理:利用兩個 Windows API - SetProcessWorkingSetSize 與 VirtualLock (適用於 Windows 平臺)。

切換時果然快很多。

官方建議最小值設定在 100 MB,最大值 250 MB 左右。

11.RMI Plugin for Eclipse 1.6.0 for Eclipse 3.0
http://www.genady.net/rmi 

12其它插件

perl插件 http://e-p-i-c.sf.net/updates
C#插件? http://www.improve-technologies.com/alpha/updates/site.xml
C插件??? http://update.eclipse.org/tools/cdt/releases/new
Hex插件 http://ehep.sourceforge.net/update

13.Eclipse插件使用links目錄的用法:
 假設把插件安裝在d:/myplugin目錄中,則myplugin的目錄結構一定要是這樣的:
  d:/myplugin/eclipse/plugins/插件 及 d:/myplugin/eclipse/features/插件
  例如安裝EclipseME插件到d:/myplugin目錄中,則目錄結構

d:/myplugin/eclipse/plugins/eclipseme_0.4.5。
  再假設eclipse安裝在d:/eclipse目錄中,則在eclipse目錄中創建名稱爲links的目錄,在links目

錄中建立一個link文件,比如myplugin.link,該文件內容爲path=d:/myplugin。
  啓動eclipse,插件即安裝上了,如果想暫時不啓動插件,只需把myplugin.link文件刪除即可。
補充說明:
 1. 插件可以分別安裝在多個自定義的目錄中。
 2. 一個自定義目錄可以安裝多個插件。
 3. link文件的文件名及擴展名可以取任意名稱,比如myplugin.txt,goodplugin都可以。
 4. link文件可以有多行path=插件目錄,對應多個自定義插件目錄,每一行的path參數都將生效。
 5. 在links目錄也可以有多個link文件,每個link文件中的path參數都將生效。
 6. 插件目錄可以使用相對路徑,如果我們把myplugin目錄創建在eclipse安裝目錄中,如上例中的

d:/eclipse目錄中,則只需設置path=myplugin即可。

14.Eclipse tools

1).ALL SDK bundle (includes Source, Runtime and Docs for EMF, XSD, and SDO). 
?
2).The Graphical Editing Framework (GEF) allows developers to take an existing application

model and quickly create a rich graphical editor.

3).UML2 is an EMF-based implementation of the UML 2.0 metamodel for the Eclipse platform.

http://www.eclipse.org/emf/
http://www.eclipse.org/gef/
http://www.eclipse.org/uml2/

15.plug-in網址:

http://www.eclipse-plugins.info/eclipse/index.jsp

http://www.eclipse-workbench.com/jsp/

http://eclipse-plugins.2y.net/eclipse/index.jsp (非常非常著名的插件更新網站)

http://www.crionics.com/products/opensource/eclipse/eclipse.jsp (分類清楚)

http://www.eclipseplugincentral.com/

16.調試JSP時,在tomcat裏改/conf/server.xml

??????? docbase="C:/eclipse/workspace/MyJ2EEProject/myweb"

????????? workDir="C:/eclipse/workspace/MyJ2EEProject/j2src" />

docBase="D:/workspace/myJSP/test"
path="/test" reloadable="true" workDir="D:/workspace/myJSP/j2src"/>

 

j2src不要改動

17.CVS---併發版本系統(中文手冊)v1.12.9
http://cvsdoc-zh.gro.clinux.org/cvsdoc/zh_CN/html/index.html
http://cvsdoc-zh.gro.clinux.org
另一個CVS手冊:
http://www.chedong.com/tech/cvs_card.html

18.Preferences無法顯示新安裝的插件的解決辦法

刪除C:/eclipse/configuration/org.eclipse.update下的platform.xml文件,重新啓動Eclipse


19.評價

當前世界上最新最實用的IDE環境Eclipse。加上分析設計工具eclipseUML、MVC構架的Struts、

對象數據綁定構架OJB,Web系統的自動單元測試工具JUnit和HttpUnit,還有最普及的數據庫MySQL,最

流行的版本管理服務器CVS,和支持Java/JSP/servlet的最佳Web引擎tomcat ,jboss。

20.Eclipse的許可證是怎樣的?
現在Eclipse相關的許可證是大多數基於Common Public License (CPL),CPL是一個爲Open Source

Initiative (OSI)所認可的許可證。由於Eclipse Foundation的建立,Eclipse的許可證將逐漸趨向於使

用Eclipse Public License (EPL),EPL是一個與CPL相類似的許可證,正在進行OSI的認證工作。此外,

Eclipse還涉及到多個開源項目和各類許可證,主要有 Apache Software License、IBM Public License

、Metro Link Public License和Mozilla Public License。個人無需太關心許可證的問題,企業在使用

Eclipse進行開發之前,最好請法律界人士研究一下。

各許可證的網址是:

http://www.eclipse.org/legal/cpl-v10.html

http://www.eclipse.org/legal/epl-v10.html

http://www.apache.org/licenses/LICENSE

http://oss.software.ibm.com/developerworks/opensource/license10.html

http://www.opengroup.org/openmotif/supporters/metrolink/license.html

http://www.mozilla.org/MPL/MPL-1.1.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章