Fénix Manual - Coding Standards



3. Code Conventions for Programming the Fénix Application
3.1 Filenames & File Organization

Todo

3.2 Code Syntax

Todo. Until then consult this link: http://fenix-ashes.ist.utl.pt/forum/forum.php?thread_id=42&forum_id=3

3.3 Programming Practices

3.3.1 Defining the Business Domain

The creation of a business domain object is done in three steps. The first step is to define a table that will store that classes information in the database. Step two is to create a class for the business object. Finally, step three is to define the object-table mapping.

Todo

3.3.2 Programming the Persistent Tier

Todo

3.3.3 Defining Views

Todo

3.3.4 Programming the Business Tier

Todo

3.3.5 Programming the Presentation Tier

Todo

3.3.6 Writing Tests

Todo