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 you benefit from the high-quality widgets of qooxdoo.
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(); } }
The qooxdoo Web Toolkit has been created and is maintained by Michael Hartmeier (mlhartme AT users DOT sourceforge DOT net) in close cooperation with the qooxdoo core developers. It is still at an early stage and not recommended yet for production.
All interested people are invited to be part of this exciting open source project. Any of your feedback and contribution is highly appreciated. Please use the regular qooxdoo mailing list for feedback and discussion.
