热门文章 | 热门软件| 热门源码 | 热门电影 | 知识库 | 联系我们
软件 源码 教程 影视 健康 招聘
  HTML | JavaScript | ASP | PHP | JSP | NET | VB | VC | VF | Windows | Linux | Mysql | Mssql | Oracle | Struts 
当前位置: 创世纪计算机资源网 -> 文章频道 ->struts 
站内搜索:
struts console的使用
作者:大灰狼 来源:创世纪计算机资源网 整理日期:2007-3-7
下载地址:http://www.jamesholmes.com/struts/console/download.html

就大致翻译一下:

首先们关闭eclipse,然后们将下载的文件解压,下面有个com.jamesholmes.console.struts目录,们将其拷贝至eclipse的plugins目录下,然后将其下面的plugin.xml重命名为plugin.xml.bak,将plugin-3.0.xml重命名为plugin.xml,重动eclipse,OK了~,但值得注意的是,在struts项目中只有struts-config.xml,tiles.xml,tiles-defs.xml,validation.xml四个文件才有Struts Console菜单,们在上面单击右键,然后选择open with(用..什么),然后选择struts console即可!

Using Struts Console with Eclipse and IBM WebSphere Application Developer

The Struts Console software integrates with Eclipse/WSAD as a Plugin for seamless development of Struts applications in one development tool. Once the Struts Console Plugin for Eclipse/WSAD has been installed, you can manage Struts config files by simply right clicking on them and selecting "Open With" and then selecting "Struts Console".


a. Installing Struts Console Plugin

Eclipse 3.0m7 and higher


Shutdown Eclipse if it is currently running.

Navigate to the directory where you have Eclipse installed and then navigate into the "plugins" directory.

In another window navigate to the directory where you installed the Struts Console software.

Copy the "com.jamesholmes.console.struts" directory from the Struts Console installation directory into the Eclipse "plugins" directory.

Navigate into the "com.jamesholmes.console.struts" directory underneath Eclipse "plugins" directory.

Rename "plugin.xml" to "plugin.xml.bak".

Rename "plugin-3.0.xml" to "plugin.xml".

Restart Eclipse.


NOTE: If you are using Eclipse 3 under Linux/Unix, you must run it using JDK 1.5. This is necessary because Faces Console makes uses of a special library (SWT_AWT) for integrating SWT and Swing. The SWT_AWT library requires JDK 1.5 under Linux/Unix.
WSAD and Eclipse 3.0m6 and earlier


Shutdown Eclipse/WSAD if it is currently running.

Navigate to the directory where you have Eclipse/WSAD installed and then navigate into the "plugins" directory.

In another window navigate to the directory where you installed the Struts Console software.

Copy the "com.jamesholmes.console.struts" directory from the Struts Console installation directory into the Eclipse/WSAD "plugins" directory.

Restart Eclipse/WSAD.
b. Using Struts Console inside Eclipse/WSAD


Startup Eclipse/WSAD if it is not already running.

Find your Struts, Tiles or Validator config file in the Navigator or Packages view on the left hand side of the screen.

Right click on the config file and select "Open With" from the menu and then select "Struts Console".


NOTE: Eclipse/WSAD will not recognize your Struts config files if they are not named "struts-config.xml" (Struts files), "tiles.xml", "tiles-defs.xml", (Tiles files) or "validation.xml" (Validator files). If you would like Eclipse to recognize other filenames as being Struts files you can edit the "filenames" attribute in the "plugin.xml" file in the "com.jamesholmes.console.struts" directory underneath your Eclipse/WSAD "plugins" directory.
c. Turning Off DTD Validation / Configuring Output Options


Startup Eclipse/WSAD if it is not already running.

Go to the "Window" menu and then select "Preferences".

Select the "Struts Console" node in the tree on the left.

Set your desired validation / output option preference.
相关文章
暂无