For the implementation of the Dao's there has been always followed one of the folloging structures:
Inheritance Approach
This approach is only used once for one Dao: ClassificationSchemeDao for all entities which are extending ClassificationScheme of the coreisometadata.
Package Approach
This is the most often used approach. A Dao is used as the accessor to one or more logically grouped packages. The packages may be subpackages of a certain package.
Last modified
16 years ago
Last modified on 01/20/09 04:53:58
Attachments (4)
- packageApproach.2.jpg (12.7 KB ) - added by 16 years ago.
- inheritanceApproach.2.jpg (10.8 KB ) - added by 16 years ago.
- inheritanceApproach.jpg (10.8 KB ) - added by 16 years ago.
- packageApproach.jpg (12.7 KB ) - added by 16 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.