Todo
3.2 Code SyntaxTodo. 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 DomainThe 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 TierTodo
3.3.3 Defining ViewsTodo
3.3.4 Programming the Business TierTodo
3.3.5 Programming the Presentation TierTodo
3.3.6 Writing TestsTodo