struts console的使用

类别:Java 点击:0 评论:0 推荐:
JamesHolmes.com 是它的网站

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.

只有名字为struts-config.xml,tiles.xml,tiles-defs.xml,validation.xml之一的时候,Eclipse才有 open with->struts console的上下文菜单

本文地址:http://com.8s8s.com/it/it11840.htm