From: Reinhard P�tz > [A] The "Cocoon Advanced Control Flow" provides a controller that is > linked into the sitemap (as **child element** of <map:sitemap > .../>: > > <map:flow type="[yourEngine]"> > [configuration] > </map:flow> > > This reflects that the flow is not a *usual* sitemap > resource but > something else. > > > [B] The controller is called by: > > <map:call flow="[yourFlow]"> > <map:parameter name="x" value="y"/> > </map:call> > > > [C] A state of the controller is called by: > > <map:call state=""> > <map:parameter name="x" value="y"/> > </map:call> > > > [D] All flow interpreters[3] are Avalon components and declared > in the cocoon.xonf: > > <flow-engine default="[yourController]" logger="[yourLogger]"> > ... > </flow-engine> > > > [E] Changes in the current Javascript implementation: > - rename "Interpreter" to "FlowEngine", > - rename "WebContinuation" to "FlowState", and accordingly > "WebContinuationManager" to "FlowStateManager". > > > Please cast your votes!
I'm +0 on all items. Cheers, Reinhard
