One week after release of RC1. We’ve just published RC2 of the Qooxdoo-GWT-Wrapper QxWT. You can fetch the release from our project site.
RC2 holds the following changes:
- Completed Qooxdoo-FX-Support
- 100% of the framework JavaDoc’ed (online)
- Removal of unneeded images to optimize jar-sizes
- Themes extracted into extra-jars to optimize jar-sizes
Because of the modified packaging to make the example from here run on RC2 you need to make the following adjustments:
- Drop the following jars into your lib-directory:
- org.ufacekit.qx.script.minjs-0.8.2-rc2.jar
- org.ufacekit.qx.theme.modern-0.8.2-rc2.jar
- org.ufacekit.qx.wrapper-0.8.2-rc2.jar
and the remove all *-rc1.jars
- Adjust the GWT-Module-XML
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd"> <module rename-to='myfirstqxapp'> <!-- Inherit the core Web Toolkit stuff. --> <inherits name='com.google.gwt.user.User'/> <inherits name="org.ufacekit.qx.wrapper.QxScript" /> <inherits name="org.ufacekit.qx.QxEngine" /> <inherits name="org.ufacekit.qx.theme.modern.QxTheme" />
to include org.ufacekit.qx.theme.modern.QxTheme
The source code of the example is now also available from our SVN-Repository. So you only have the check it out and give it a spin. There’s currently a know problem on Linux which I’ve tracked down to a JS-Error in the Qooxdoo-Sources which will be fixed until the final release.