This web application illustrates a very simple wizard-style user interface based upon the Workflow package that is currently in the sandbox of the Jakarta Commons project. The actual steps of the activity being executed are in the /WEB-INF/wizard.xml definition file within the web application.

The demo simply populates properties of a JavaBean, spread across multiple input pages. Navigation controls on each page of the wizard allow the user to proceed to the previous page, the next page, or to finish the wizard (in the usual style for this interface design pattern.