model |
UserPreferences |
The PEAK Developers' Center | FrontPage | RecentChanges | TitleIndex | WordIndex | SiteNavigation | HelpContents |
The peak.model subsystem provides a framework for developing rich "domain models", the set of classes which represent the various entities in the problem domain of a given application. In PatternsOfEnterpriseApplicationArchitecture Martin Fowler describes the use of domain models as the most powerful of three core architectural design patterns. The pattern is also the most complex, but the flexibility and reusability gained are crucial for medium to large size applications.