QueWeb Developer Guidelines


Introduction
~~~~~~~~~~~~
This document specifies the guidelines all QueWeb developers should follow.
It applies to qwcore and all custom qwapp projects.


Coding Standards
~~~~~~~~~~~~~~~~
All Java source code should be written according to the following code conventions:
    1. Code Conventions for the Java Programming Language:
        http://java.sun.com/docs/codeconv/
    2. QueWeb Coding Standards:
        coding.txt in the same directory where this document is located
Note that items with greater indexes take precedence over items with less indexes
in the list above.


Database Development
~~~~~~~~~~~~~~~~~~~~
See misc/sql/readme.txt file in QueWeb application directory and in QueWeb core
directory.
