MMBase VPRO Wizards
This toolkit provides an easy way to create task-oriented editors
like the editwizards. The big difference is that editors are
created with jsp's using tag file libraries, and 'action' java
beans for performing tasks. Action beans are provided for the
common mmbase editing tasks, like creating, deleting and updating
nods and relations, as well as sorting lists of related nodes. It
is easy to extend the system your own custom actions.
API doc
Maven dependency
<dependency>
<groupId>org.mmbase</groupid>
<artifactId>mmbase-vpro-wizards</artifactId>
<version>2.0-SNAPSHOT</version>
<type>war</type>
</dependency>