w i z a r d 4 j

Engine

The wizard4j engine can create one or more wizard4j sessions. Each session takes care of a single flowchart execution. After being started the session will generate a sequence of user interactions, until the flowchart has reached its end.

The engine has a number of configuration options which are illustrated in the tuning section. The engine can be run in a stateful (state kept in server) and stateless (state exchanged in the user interaction) way.

Besides the java api which uses the FlowchartRequest and FlowchartResponse objects, the wizard4j project provides wrappers around the basic engine:

Detailed information can be found in the javadoc.