Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.54 KB

contents.md

File metadata and controls

44 lines (29 loc) · 1.54 KB

Qooxdoo Manual (v\\${Qooxdoo.version})

This is an overview of Qooxdoo's comprehensive feature-set and the extensive documentation that comes with it. The sidebar contains a more detailed table of contents.

Qooxdoo Core

A dedicated class system with custom class properties, data binding and a runtime environment.

Qooxdoo Desktop

The UI layer of Qooxdoo, providing a rich set of widgets which can be used to create professional web-based applications.

Communication

Qooxdoo provides three different communication APIs with a rich feature set: HTTP Request APIs, a REST Interface which support databinding, and a JSONRPC Client.

Qooxdoo on the Server

If you like to use the same development paradigm for the client and the server, Qooxdoo has you covered - Use Qooxdoo's class system and tooling with NodeJS.

Development Tools & Topics

Qooxdoo comes with a sophisticated tool chain including a compiler which transforms your code into highly optimized source bundles that are loaded by the browser, a package system which allows to share and reuse code, and a unit testing framework. Plus a whole suite of
useful applications.

Qooxdoo for Mobile

Mobile is Qooxdoo's mobile framework. It provides specific UI classes for touch devices, handling of mobile events like swiping, and specific styling.

Tutorials

Our tutorials on how to create a Desktop App and a Mobile App.