WebWork 2 : WebFlow
This page last changed on Nov 14, 2004 by plightbo.
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. UsageYou can use WebFlow with the following command: java -cp … -jar webflow.jar -config CONFIG_DIR -views VIEWS_DIRS -output OUTPUT Where:
Using dot filesWebFlow outputs files with the extension "dot". These files are used by the GraphViz tool. Once WebFlow has produced the dot files, you can then use the dot program to render a GIF file that contains the actual diagrams of your site. |
![]() |
Document generated by Confluence on Dec 14, 2004 16:37 |