CalculationApple shows an easy Apple example implementation for a Calculator.
It is explicitely designed to show the difference with flowscript by
remembering the 'lookahead' information from the previous path that entered
already the other data.
In other words this shows that Apples are not building a complete tree of
continuations like flowscript is doing. But the initial argument of course was
that some cases simply don't need it.
process(AppleRequest req,
AppleResponse res)
Allows the AppleController implementation to make some business decissions
in a given web application flow.
Allows the AppleController implementation to make some business decissions
in a given web application flow.
Typically those decissions will be based upon what it can find inside the
passed AppleRequest and result into setting specific aspects of the
AppleResponse