eclipse 3.7 中惯用的插件

eclipse 3.7 中常用的插件
今天下载了eclipse indigo(3.7) 使用,安装了一些插件,backup一下
   plugins:

   edu.umd.cs.findbugs.plugin.eclipse_1.3.5.20080913
   jp.gr.java_conf.ussiy.app.propedit_4.8.2
   org.adarsh.jutils_3.1.0
   org.easyexplore_1.0.1
   com.sysdeo.eclipse.tomcat_3.2.1


最后不要忘了在eclipse.ini里加上 -clean参数  (cmd  eclipse.exe -clean)?

插件集合:

1 eclipse 添加插件PropertiesEditor

help -- > software updates -- > Available Software -->Add Site
url: http://propedit.sourceforge.jp/eclipse/updates/
选择PropertiesEditor进行安装
Install... 时间很长,要安一依赖的包, 以前的低版本的安装很快. 成文时是5.0版本.

  安装完之后可以选中属性名称 直接跳转到名称的属性文件中

2 eclipse 添加 打开工程系统目录插件

org.sf.easyexplore_1.0.4.jar   放置plugins目录即可


URL:http://sourceforge.net/projects/easystruts/


安装完之后右键文件 Easy Explore

3 svn配置 以及eclipse中的使用
安装subclipse, SVN 插件 (site-1.6.5.zip:
下载地址:http://subclipse.tigris.org/files/documents/906/46495/site-1.6.5.zip


Eclipse 的 SVN 有两种插件 —— Subclipse 与 Subversive ,

Subclipse 主页位于 http://subclipse.tigris.org/ ,与SVN(http://subversion.tigris.org/)联系紧密,我们可以称之为 SVN 官方的 eclipse 插件。而Subversive 则是 eclipse 官方的 SVN 插件,主页位于 http://www.eclipse.org/subversive/ 。


下面是Subclipse 的安装


在线安装的地址:http://subclipse.tigris.org/update_1.6.x




4 eclipse 添加struts2插件:

官方地址:http://mvcwebproject.sourceforge.net

一:安装
启动eclipse3.6 在help---->install new features---->New remote site----->输入http://mvcwebproject.sourceforge.net

安装教程地址:http://mvcwebproject.sourceforge.net/install.html

二:使用
使用手把手教程地址:http://mvcwebproject.sourceforge.net/tutorial.html

三 在项目中使用struts 新建other 输入Alveole 会自动生成配置文件 struts2所需的jar包




5 eclipse 添加TomcatPlugin插件 



tomcatPlugin插件下载和安装方法

下载安装Sysdeo Tomcat插件,用来管理Tomcat服务器,提供断点调试功能,并且能自动建立Tomcat环境,修改其配置文件,是一个不错的Tomcat开发插件。

下载网址 http://www.eclipsetotale.com/tomcatPlugin.html
安装方法:

(1).解压tomcatPluginV33.zip

(2).将解压目录下文件夹com.sysdeo.eclipse.tomcat_3.3.0复制到eclipse安装目录中的plugins目录中,即E:\eclipse\plugins

(3).启动Eclipse,启动后你将看到你的菜单上多了一个下拉项Tomcat,点击 窗口->首选项,在左边树中点击tomcat,设置tomcat version为version 6.x,设置tomcat根目录为E:\tomcat,在左边树中点击tomcat->JVM setting,设置JRE为j2sdk1.5.0.2。


6 eclipse 添加Lomboz插件

下载jsp开发补丁,语法高亮和自动提示支持。下载的文件是

org.objectweb.lomboz-all-in-one-R-3.3-200710290621-win32.zip

URL:http://lomboz.ow2.org/downloads.php

安装方法:

(1).解压org.objectweb.lomboz-all-in-one-R-3.3-200710290621-win32.zip

(2).将解压目录下文件夹lomboz.301\plugins复制到eclipse安装目录中的plugins目录中,即E:\eclipse\plugins


7 implementors  插件



右键接口方法名称Open Implementaion 追踪方法实现类



在线安装 url:http://eclipse-tools.sourceforge.net/updates/



下载安装 url:http://sourceforge.net/projects/eclipse-tools/files/