Framework Structure
When exploring the framework source, the following overview will give you an idea about the file structure of the qooxdoo:
application- sample applications (for end users)
component- helper applications (used internally)
skeleton- blue print for custom applications (forcreate-application.py)
framework- main frontend part of the framework
sourceclass- JavaScript classesresourceqx- resources need to be namespaced, here it isqxdecoration- images for the decorations,ModernandClassicicon- icon themes that come with qooxdoo,OxygenandTangostatic- other common resources likeblank.gif
source- contains original resources
translation- language-specific data aspofiles
tool- tool chain of the framework
bin- various scripts are located here, most importantlygenerator.pydata- lots of data to be used by different tools, e.g. for localization, migration, etc.pylib- Python modules used by the platform-independent tool chain
