[13:16]<hannesw> rewrote continuation support again in helma ng. [13:16]<hannesw> I like the demo a lot now: [13:16]<hannesw> http://dev.helma.org/trac/helma/browser/helma-ng/trunk/apps/demo/actions.js#L44 [13:17]<hannesw> and it runs on google app engine, albeit with a huge hack to work around session serialization... [13:17]<hannesw> http://helma-ng.appspot.com/continuation [13:33]<simono> aha looks a lot nicer. so i give it a list of subskins and it renders them step by step... hm.. in the action i don't undersstand at which point it "yields" .. right after the session.step().render-call? [13:35]<simono> that's always my problem with continuation: i don't know where execution continues. unless there is a "-------- STEP 2" comment :) [13:44]<hannesw> the render() call yields. [13:44]<hannesw> and returns the next request. [13:45]<hannesw> actually, I'm not sure this can be implemented as easily without continuations, storing just the data in the session [13:45]<hannesw> with something like SessionSupport to help choose the steps and render the correct subskins... [13:46]<hannesw> anyway, here it is now, finally looking usable :-)