Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>My experience with Backbone.js is some what limited, but it is well suited for creating data heavy web applications. Being able to sit any UI on top of it makes it extremely flexible. As for code maintenance, code organization of Backbone really depends on the developer. Using other libraries (require.js) definitely aid in the organization, but still a lot of effort and up front planning is required.</p> <p>Qooxdoo on the other hand is a completely different beast. With its own type system at its core, Qooxdoo really elevates itself to a classical language sitting on top of javascript, which demands good code organization. That's not saying you can't write disorganized code with it, but it just makes it easier to organize large projects.</p> <p>Because qooxdoo is more of a language than a framework [sans, of course, its rich UI and data components, which are very good] you can literally do anything with it, re-creating all the benefits of Backbone while easily adding in nice features - strongly defined classes (of all types, models, controllers, views, et al) - AND generate [excellent] documentation from those classes to boot!</p> <p>The ability to define interfaces, classes, mixins, inheritence, properties, access modifiers(!) etc(...) in a classical sense (ala Java/C#/...) while staying inside a very well defined namespaced file/class structure, really lifts qooxdoo above everything else out there. Its type system is so nice in fact, that they have even separated it from its UI components to be used standalone in browser apps, or on the server with node.js/rhino apps. It is stellar.</p> <p>Anyway, I am highly biased toward qooxdoo, so take my opinion with a grain of salt. :)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload