This section is maintained by the qooxdoo community. Here is how you can contribute.

Management Console

You can inspect the state of your application with Java's management console jconsole.

To start jconsole

  1. if you're using Java 5: define an environment variable MAVEN_OPTS=-Dcom.sun.management.jmxremote
  2. start your application: mvn qx:run
  3. run jconsole pid as printed by qx:run

Use the management console to switch between normal JavaScript and minimized JavaScript:

  1. start your application
  2. start jconsole
  3. go to the MBeans tab and select the attributes of QWT's Client MBean
  4. set the Minimize attribute to true (resp. false)
  5. reload your application