在MyEclipse显示struts2源码和doc文档及自动完成功能

阅读更多

http://gaobusi.iteye.com/blog/551813

 

http://alpha2009.iteye.com/blog/412430

 

http://blog.csdn.net/youlianying/archive/2009/05/05/4151307.aspx

 

http://hi.baidu.com/hash/blog/item/982a7c31f1217e13eac4af0d.html

 

下载反编译工具jad

http://lovechenxue.iteye.com/blog/282845

 

 

做项目经理,对业务提出的需求,项目经理要分析其提出的需求是否合理,如果不合理,则需要拒绝其需求实现,但项目经理要提出不能实现该需求的原因及处理意见,或者换另外一种方式来实现该需求

 

在MyEclipse显示struts2源码和doc文档及自动完成功能

在MyEclipse中显示struts的源码
-------右键点击/webAppName/WebRoot/WEB-INF/lib/struts2-core-2.1.8.1.jar
-------propertes
-------Java Source Attachment
-------External Folder
选择目录:D:/struts-2.1.8.1/src/core/src/main/java


在MyEclipse中显示struts的doc文档
-------右键点击/Struts2_01/WebRoot/WEB-INF/lib/struts2-core-2.1.8.1.jar
-------propertes
-------Javadoc Location
-------Javadoc URL
-------Browser
选择目录:file:/D:/struts-2.1.8.1/docs/struts2-core/apidocs/


Struts.xml文件添加自动完成功能(不过MyEclipse8.0中已经不用再配置这个了,里面自带了struts下的xml标准)

-------先在struts文件夹中的lib包中的 struts2-core-2.1.8.1.jar  解压开,里面有struts-2.0.dtd  文件
-------struts.xml文件中头部有:http://struts.apache.org/dtds/struts-2.0.dtd
-------window
-------preferences
-------搜索catalog
-------add
-------在Location中加入struts-2.0.dtd所在的地址,Key Type 中选择URL,Key中加入http://struts.apache.org/dtds/struts-2.0.dtd

你可能感兴趣的:(Myeclipse,Struts,Blog,Apache,XML)