You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

WebWork comes with a utility called WebFlow. WebFlow is used to generate graphical diagrams representing the flow of your web application. It does this by parsing your configuration files, action classes, and view (JSP and Velocity) files.

You can use WebFlow with the following command:

java -cp ... -jar webflow.jar -config CONFIG_DIR -views VIEWS_DIRS -output OUTPUT

  • No labels