Document Information

Last modified:
2009/10/02 18:45 by thron7

Code Structure

This is how a single source file should look like:

  • UTF-8 encoding:
    All source files should be encoded in UTF-8.
  • optional Header:
    A comment holding author, copyrights, etc.
  • optional Compiler Hints:
    Can be any number of the following (Note: Those compiler hints have to start in the first column!):
    • #use(classpattern) – other class that has to be added to the application
    • #require(classpattern) – other class that has to be added to the application before this class
    • #asset(resourcepattern) – resources that are used by this class (required if the class uses resources)
  • a single Definition:
    One call to a define() method, such as qx.(Class|Theme|Interface|Mixin|...).define().

Example:

/* ************************************************************************
 
   Copyright:
 
   License:
 
   Authors:
 
************************************************************************ */
 
/* ************************************************************************
 
#require(qx.core.Assert)
#use(qx.log.Logger)
#asset(custom/*)
 
************************************************************************ */
 
qx.Class.define("custom.Application",
{
  ...
});
 

Information

Last modified:
2009/10/02 18:45 by thron7

Account

Not logged in

 
 

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.