From FMS: Forces Modeling and Simulation Laboratory JSU HPC Summer Institute for Undergraduates, Jackson MS -- June 15 1998. byWojtek Furmanski, Subhash Nair, Tom Pulikal
We present first a few typical WebFlow demos for image processing
Next, we show how to write a WebFlow module in Java
It's easy: each Java class can become a module after it implements webflow.Module interface with methods: init, run, destroy.