In this example we will show how to use activity diagrams to connect some HTML pages and simulate a simple screenflow. The content of the HTML pages is added as HTML to the modelelement documentation which we use to generate some visual content.
Here is a complete list of files of this example:
| Directory | File | Comment |
|---|---|---|
| ./ | activity.iqp | Project file for this example |
| ./ | build.xml | Ant Script for Generation |
| model | activity.xmi | Model XMI file |
| model | activity.zargo | ArgoUML model file |
| templates | main.jsp | Model element to template mapping |
| templates | form.jsp | Creates a HTML form |
| templates | index.jsp | Creates a HTML index site |