- checked the qooxdoo sdk and generated a project using
/qooxdoo-1.0.1/tools/bin/create-application.py --name mytest
in the directory where the project should be generated. - this created the template of the demo project but it took some time
- to see the default I used: ./generate.py source-all as suggested in the documentation and this took also along time
- once done I looked at the result in the browser ( without a webserver!)
- I added code for a tree, and reused
./generate.py source-all
(maybe I should have used ./generate.py source
One of the disadvantage of course is the use of python. I have to take a look at what RAP exactly does with the code. It probably does not need to use any python or generation since the application components are already generated. But I should check.