Document Information

Last modified:
2011/06/28 15:04 by ecker

QWT

The qooxdoo Web Toolkit is like “qooxdoo for Java”: Write your qooxdoo application in Java, and QWT will translate the client part to JavaScript. QWT is quite similar to Google Web Toolkit, but has the qooxdoo widget set.

The typical "Hello World" application looks like this:

import qx.application.Gui;
import qx.ui.basic.Label;
 
public class Application extends Gui {
    public void main() {
        super.main();
        new Label("Hello, world!").addToDocument();
    }
}

Information

Last modified:
2011/06/28 15:04 by ecker

Account

 
 
A book on qooxdoo RIAs, authored  by community members
JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript
 

Bad Behavior has blocked 0 potential spam attempts in the last 7 days.