

Java技术
2005: 03 04 05 06 07 08
09 10 11 12
2006: 01 02
Asp.net
2005: 07 08 09 10 11 12
2006: 01 02

a. Installing Struts Console Plugin
Eclipse 3.0m7 and higherWSAD and Eclipse 3.0m6 and earlier
- 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.
b. Using Struts Console inside Eclipse/WSAD
- 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.
c. Turning Off DTD Validation / Configuring Output Options
- 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.
- 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的上下文菜单