Document Information

Last modified:
2009/03/21 21:32 by mlhartme

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:
2009/03/21 21:32 by mlhartme

Account

Not logged in

 
 

Support qooxdoo! Vote for it!

Rich Ajax Platform (RAP)

RAP uses qooxdoo, Java and the Eclipse development model to build rich web applications. Read more...

qooxdoo Web Toolkit (QWT)

Similar to GWT this framework allows to create impressive qooxdoo applications just using Java. Read more...

Pustefix

Pustefix is a MVC-based web application framework using Java and XML/XSLT. Read more...

 
SourceForge.net Logo

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