Basic HTML version of Foils prepared March 26 1999
Foil 20 WebFlow design
From Use of WebFlow to build Problem Solving Environments CEWES Training on WebFlow at Vicksburg -- March 9 1999. byTom Haupt
Object Oriented, follows JavaBeans model
everything is an object
objects interact through events
Firing event E by object A causes invocation of method M of object B. The association of event E and method M is achieved by an event registration mechanism. An event is also an object and it carries data.