Document Information

Last modified:
2008/09/05 09:37 by wpbasti

Usage

It is very easy to use contributions in your application. For instance, using a widget from qooxdoo-contrib should almost be as easy and transparent as using any other widget that came with the framework itself.

Of course, before actually using the contrib in your code, the build process for your application needs to know where to get this contribution from. The configuration for including such a contribution changed between qooxdoo 0.7 and 0.8, so please consult the appropriate section below:

Including contribs in qooxdoo 0.8

Contributions can be included in a configuration like any other libraries: You add an appropriate entry in the library array of your configuration.

For details please see the documentation on how to include a contribution in qooxdoo 0.8.

Including contribs in qooxdoo 0.7

The Makefile variable APPLICATION_INCLUDES tells the build system where to look for additional qooxdoo code. There are currently two ways to include code from qooxdoo-contrib into your own applications:

Local copy

If you have a local SVN checkout of qooxdoo-contrib or an unzipped version of the downloaded contribution archive, you can point directly to the local directory containing the contribution you want to use. Suppose $(QOOXDOO_CONTRIB_PATH) points to the directory of your local qooxdoo-contrib checkout, then the following line will include version 0.1 of the ProgressBar:

APPLICATION_INCLUDES = $(QOOXDOO_CONTRIB_PATH)/ProgressBar/0.1

Automatic download

If you do not want to checkout qooxdoo-contrib, you may use a special URL scheme for the contribution in order to tell the build system to automatically download the needed contribution:

APPLICATION_INCLUDES = contrib://ProgressBar/0.1

The downloaded contribution will be put into a central cache directory inside the framework directory. Each time make build or make source is called the build system will check if the most recent version of each contribution is installed, and will update them if required.

Information

Last modified:
2008/09/05 09:37 by wpbasti

Account

Not logged in

 
 

Job Offers

To further improve qooxdoo we are seeking javascript developers. Read more...

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.