I'm going through the examples, reading the docs, playing with the demos. I can say this with great confidence:
qooxdoo is the most advanced JavaScript framework ever. It makes others look like they're from 90s. Just take a look at this: http://demo.qooxdoo.org/current/inspector/ This is actually a qooxdoo debugger that loads you stuff in an iframe. While developing, you use the generator scripts that create app skeletons, imports the classes you use in your project, and can 'build' your app in the sense that it will package your application code + dependencies into a single minified JS file for maximum performance. But this beast is just not your usual JS framework. I think You must make a decision about where you want to run your app. Do you build it to run on your server (web2py + most of the JS frameworks), or do you run it inside the clients (qooxdoo + web2py or a simple CGI script even as a mere frontend for the database). With a bit of luck you may successfully build an app entirely in qooxdoo alone, using stuff like DB Relay[1]. [1] http://www.pubbs.net/201007/nginx/41781-db-relay-nginx-based-open-source-project.html On Sun, Dec 5, 2010 at 9:43 AM, Phyo Arkar <[email protected]> wrote: > The syntax of qooxdoo is almost java .. > > On 12/5/10, Phyo Arkar <[email protected]> wrote: >> yes , all your points are good. >> >> But jq+jqueryui allows to build something really cool stuff like >> jqgrid which is superb.I had check and qooxdoo's table is not even >> half of jqgrid capabilities. >> >> I just wish it would be really nice if qooxdoo will support jq's >> themeroller.. and it will be more than perfect! >> >> I am testing qooxdoo and going to put jqGrid and autocomplete plugins >> in it to see how it fits :) I like both of them. >> >> On 12/5/10, Branko Vukelic <[email protected]> wrote: >>> It's a framework. It's got its own packaging system, build system, you >>> name it. Very powerful stuff. Plus you get an endless collection of >>> 'stuff' to build your apps with. Amazing. >>> >>> On Sun, Dec 5, 2010 at 5:35 AM, Phyo Arkar <[email protected]> >>> wrote: >>>> I just check qooxdoo , it seems very powerful.. What jslib it based >>>> on? jq? mootoo? or nothing at all? >>>> >>>> On 12/5/10, Phyo Arkar <[email protected]> wrote: >>>>> Why nobody uses JQUI ? >>>>> http://jqueryui.com >>>>> >>>>> yes extJS and other UI frameworks have already build UIs , but if you >>>>> want to build something from scratch jqui provide you all the stuff >>>>> you need. It have very powerful CSS Framework. >>>>> I found it very easy/productive to use, and themeroller rocks! >>>>> >>>>> On 12/5/10, Branko Vukelic <[email protected]> wrote: >>>>>> OMG! I'm definitely using this for admin2! I've just started the Hello >>>>>> World tutorial. I can't believe the attention it's been given... /me >>>>>> drops jaw >>>>>> >>>>>> On Sun, Dec 5, 2010 at 12:07 AM, Branko Vukelic <[email protected]> >>>>>> wrote: >>>>>>> Awesome feature set. >>>>>>> >>>>>>> On Sat, Dec 4, 2010 at 11:31 PM, Mengu <[email protected]> wrote: >>>>>>>> instead of extjs i can happily recommend you using qooxdoo. >>>>>>>> >>>>>>>> see: http://qooxdoo.org >>>>>>>> >>>>>>>> On Dec 3, 11:10 pm, Branko Vukelic <[email protected]> wrote: >>>>>>>>> On Fri, Dec 3, 2010 at 7:04 PM, ron_m <[email protected]> wrote: >>>>>>>>> > I would be careful on the licensing of Ext JS, wasn't this the >>>>>>>>> > one >>>>>>>>> > that caused some concerns a couple of years ago when they >>>>>>>>> > switched >>>>>>>>> > as >>>>>>>>> > they became popular with the GWT users? >>>>>>>>> >>>>>>>>> They require you to release your _application_ code if you want to >>>>>>>>> use >>>>>>>>> Ext.JS with open-source license. It's kind of like GPL on steroids. >>>>>>>>> :) >>>>>>>>> >>>>>>>>> Btw, I've been using Mootools for a while. Very pythonic. I >>>>>>>>> absolutely >>>>>>>>> love it. >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Branko Vukelić >>>>>>>>> >>>>>>>>> [email protected] >>>>>>>>> [email protected] >>>>>>>>> >>>>>>>>> Check out my blog:http://www.brankovukelic.com/ >>>>>>>>> Check out my portfolio:http://www.flickr.com/photos/foxbunny/ >>>>>>>>> Registered Linux user #438078 (http://counter.li.org/) >>>>>>>>> I hang out on identi.ca:http://identi.ca/foxbunny >>>>>>>>> >>>>>>>>> Gimp Brushmakers Guildhttp://bit.ly/gbg-group >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Branko Vukelić >>>>>>> >>>>>>> [email protected] >>>>>>> [email protected] >>>>>>> >>>>>>> Check out my blog: http://www.brankovukelic.com/ >>>>>>> Check out my portfolio: http://www.flickr.com/photos/foxbunny/ >>>>>>> Registered Linux user #438078 (http://counter.li.org/) >>>>>>> I hang out on identi.ca: http://identi.ca/foxbunny >>>>>>> >>>>>>> Gimp Brushmakers Guild >>>>>>> http://bit.ly/gbg-group >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Branko Vukelić >>>>>> >>>>>> [email protected] >>>>>> [email protected] >>>>>> >>>>>> Check out my blog: http://www.brankovukelic.com/ >>>>>> Check out my portfolio: http://www.flickr.com/photos/foxbunny/ >>>>>> Registered Linux user #438078 (http://counter.li.org/) >>>>>> I hang out on identi.ca: http://identi.ca/foxbunny >>>>>> >>>>>> Gimp Brushmakers Guild >>>>>> http://bit.ly/gbg-group >>>>>> >>>>> >>>> >>> >>> >>> >>> -- >>> Branko Vukelić >>> >>> [email protected] >>> [email protected] >>> >>> Check out my blog: http://www.brankovukelic.com/ >>> Check out my portfolio: http://www.flickr.com/photos/foxbunny/ >>> Registered Linux user #438078 (http://counter.li.org/) >>> I hang out on identi.ca: http://identi.ca/foxbunny >>> >>> Gimp Brushmakers Guild >>> http://bit.ly/gbg-group >>> >> > -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group

