CSC/ECE 517 Fall 2010/ch6 6h mf

From Expertiza_Wiki
Revision as of 17:33, 17 November 2010 by Mafashin (talk | contribs)
Jump to navigation Jump to search

Domain Model

The domain model is an object model that encapsulates the rules, logic, and data associated with the problem domain. The purpose of domain modeling is to separate the concern of problem solving from other concerns like the user interface and persistent storage. For example, consider the Spring framework PetClinic sample application.