web开发者不可或缺的Eclipse插件

来源:互联网 发布:淘宝vip等级没了 编辑:程序博客网 时间:2024/05/03 11:29
web开发者不可或缺的Eclipse插件
Eclipse插件官方网站
http://www.eclipseplugincentral.com/

1.SpringIDE

使用spring,需要一个支持Spring的东东,特别是编辑XML文件的时候。

下载地址:
http://www.namipan.com/downfile/springide_2.0.2_v200712142013.zip/abdb16e3104e9977d4e2f148885782851eb25fede837ef00

SpringIDE
是一组用来辅助Spring开发的eclipse插件,当前它的最新版本为2.0.2下面的方法(摘录原文)将指导如何利用Eclipseupdate manager直接从http://springide.org/updatesite/把这个插件安装到eclipse里。

1.      Open Eclipse. Go to Help -> Software Updates -> Find and Install.

2.      Select "Search for new features to install". Click "Next".

3.      Click "New Remote Site". Enter "Spring IDE updatesite" for the Name and "http://springide.org/updatesite/" for the URL (Screenshot). Click "OK".

4.      You should now see a a new entry name "Spring IDE updatesite" with a mark next to it (Screenshot). Click on that and check "Spring IDE".

5.      Click on the mark next to "Eclipse.org updatesite" and check the version of GEF which is sufficient for your version of Eclipse. Click "Next".

6.      Select the features "Graphical Editing Framework" and the latest version of "Spring IDE" from the list. Click "Next".

7.      Check "I accept..." and click "Next". Select or add the appropriate site to install the features. Click "Finish".

8.      Click Install on the warning dialogs during feature verification (both features are not digitally signed).

9.      After successfully downloading and installing the features click "Yes" on the "Would you like to restart now?" dialog.

Congratulations. You have made it!

然后重启Eclipse打开eclipseabout 对话框


如图所示,看有无黄绿色树叶的Spring,以确认Spring IDE
是否有效安装。还有就是点上图的plugin Details时,会出现下面的图,里边应包含图中的几项Spring插件。

当然也可http://springide.org/http://springide.org/updatesite/把SpringIDE下载到本机上,然后用Eclipseupdate manager把这个插件安装到eclipse里。方法同上,只是在step3中将   Click "New Remote Site". 改为点“New Local Site”,然后在弹出窗口里找到下载到本地的springide包里的eclipse文件夹,再点“OK”,其它的类同,勿需多言了。


2.JBoss Tools
用它来支持Hibernate
下载地址:
http://downloads.sourceforge.net/jboss/HibernateTools-3.2.0.GA.zip?modtime=1197411886&big_mirror=1


3.JSEclipse
作为一个web开发者,需要写很多javascript代码,主要使用JQuery。JSEclipse可以从adobe获得,是免费软件。
http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/?&error=1

JSEclipse 1.5.3直接下载地址:
http://www.namipan.com/downfile/jseclipse_plugin_040207.zip/6e555f5469adb6415d5387368589993de3bfbeafeaff4100

4.Mylyn
和JIRA集成任务管理器,要干的活就清清楚楚了。
Mylyn 2.0,第 1 部分: 集成的任务管理
Mylyn 2.0,第 2 部分: 自动上下文管理

5.Checkstyle和FindBugs

Checkstyle:java代码规范检查工具。FindBugs 是一个静态分析工具,它检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题。这两个插件可让代码变得干净。
Checkstyle官方网站:http://checkstyle.sourceforge.net/
下载页面:http://sourceforge.net/project/showfiles.php?group_id=29721
checkstyle-src-4.4.zip直接下载请点击:http://downloads.sourceforge.net/checkstyle/checkstyle-src-4.4.zip?modtime=1197881667&big_mirror=0