Lexaden Web Flow Panel: Lexaden Web Flow Panel provides a declarative xml flow definition language for authoring flows on a higher level of abstraction.
It can be used to implement:
- Questionnaires
- Complex form flows
- Wizards
- Shopping Carts
- Exam Questions
and so on…
Full Blown Showcase
login: demo
password: demo
For maven2 add the following in the pom.xml:
<dependencies>
...
<dependency>
<groupId>com.lexaden.webflowpanel</groupId>
<artifactId>webflowpanel</artifactId>
<version>1.0.1</version>
</dependency>
...
</dependencies>
<repositories>
...
<repository>
<id>lexaden</id>
<name>Lexaden Repository</name>
<url>http://www.lexaden.com/maven2/repo</url>
</repository>
...
</repositories>