java開發之eclipse插件配置

 

myeclipse是好東西啦,可惜要錢的,插件很多,啓動又慢,還是用用免費的eclipse,秉着開源的思想,自己配一次插件,學習學習。

Abator(ibatis):

http://ibatis.apache.org/tools/ibator

spring ide:

http://springide.org/updatesite

hibernate:

http://download.jboss.org/jbosstools/updates/stable

subversion(根據版本號選擇):

Subclipse 1.4.x includes and requires Subversion 1.5.x client features and working copy format.

Subclipse 1.6.x includes and requires Subversion 1.6.x client features and working copy format.

http://subclipse.tigris.org/update_1.4.x

http://subclipse.tigris.org/update_1.6.x

easyexplorer(資源管理器):

http://easystruts.sourceforge.net/eclipse/updates/

更新的最新版本爲1.0.1

目前似乎更新會失敗,我直接從http://sourceforge.net/projects/easystruts/files/下載1.0.4放在plugin目錄下

國際化工具(propedit):

http://propedit.sourceforge.jp/eclipse/updates/

veloeclipse(velocity插件):

http://propsorter.sourceforge.net/veloeclipse     ----害死人了,這個版本只到2.0.6,只能用於eclipse3.3

http://veloeclipse.googlecode.com/svn/trunk/update/ -----這個版本可以用於eclipse 3.4 版本爲2.0.8

log4e(log4j插件):

http://log4e.jayefem.de/update

Implementors(在右鍵加一個菜單,可以使用快捷鍵alt+f3來定位到實現類):

http://eclipse-tools.sourceforge.net/updates/

struts2(1使用strutsIDE或者easystruts):

http://mvcwebproject.sourceforge.net/update/        ------用了下,個人覺得非常不好用,還不如自己寫清晰

testng(比junit好用的單元測試工具)

http://beust.com/eclipse

JSEclipse(javascript編輯器,html部分不太好用。。)

http://download.macromedia.com/pub/labs/jseclipse/autoinstall/

spket(另一個JavaScript編輯器,比上面的好)

http://www.spket.com/update

html editor:
英文首頁:http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi
下載完放在ECLIPSE_HOME/dropins目錄中
http://iij.dl.sourceforge.jp/amateras/32793/tk.eclipse.plugin.htmleditor_2.0.6.1.jar

m2eclipse(maven2):

http://m2eclipse.sonatype.org/update/

code folder(代碼摺疊):

http://eclipse.realjenius.com/update-site

Web Tools Platform (WTP):

http://download.eclipse.org/webtools/updates/

sql explorer(直接下載比較快)

http://eclipsesql.sourceforge.net/

findbugs:

http://findbugs.cs.umd.edu/eclipse

 

xfire插件:

http://dist.codehaus.org/xfire/update/

啓動最新的eclipse(eclipse-jee-ganymede),選擇HelpSoftware Updates,打開Available Software選項卡,然後單擊Add Sites分別輸入以上在線安裝地址,安裝即可

注意:spring和hibernate插件的安裝似乎有順序問題,先spring,後hibernate,否則有問題

 

發佈了9 篇原創文章 · 獲贊 2 · 訪問量 7萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章