Notes and Development Standards

OAF
 
- create View Objects for different purposes even if they have one common Entity Object. See VOs as representation of individual SQLs. This stems from the fact that VOs with overly dynamic SQL are harder to maintain.

notes:
- when a View Object is configured to Expert Mode, you need to manually call ViewObject.executeQuery() method.