NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
OpenThought View for Catalyst? (Score:1)
It would be very interesting to see the Catalyst view you have created (?) for the OpenThought. I've planned to implement some bindings (to Catalyst) that would make modifying the DOM on users' browsers from server code as transparent and easy as possible, and I guess this Catalyst view (for OT) would be quite close to this idea.
However, transparent integration of server code and browser DOM could be even more general (than allowed by OT). Maybe even mirror/sync the whole DOM to the server and expose it as a model (basically with some XML->OO mapping or just a parsed document tree) to your code..? Changes would be automatically synced to the browser "instance" of the DOM. May involve some concurrency issues with JavaScript.
Reply to This