I don't have much experience with qooxdoo, but I've used it to build a web app that adds phonetic transcription to English texts www.phonetizer.com
I use web2py on the back end and qooxdoo on the front end. I use a simple json-rpc web service to communicate between web2py and qooxdoo. I also have a port of pyjamas todo tutorial. The result is viewable at http://www.vocabilis.net/ You need to register at the site to see the qooxdoo app. I use json-rpc for all communication in that app too. If you are interested, I'll try and get you the source code for the todo app. On Sun, Sep 11, 2011 at 2:42 PM, Phyo Arkar <[email protected]>wrote: > Anyone have a working tutorial for web2py MVC and Qooxdoo ? > > I am wondering how to use Web2py's response.view template code inside > JS files coz Qooxdoo's class definations are in JS file . Somthing i > haven't tried. > -- Alexei Vinidiktov

