-->

Tuesday, February 20, 2018

Domain object model redirects here; not to be confused with Document Object Model.

In software engineering, a domain model is a conceptual model of the domain that incorporates both behavior and data. In ontology engineering, a domain model is a formal representation of a knowledge domain with concepts, roles, datatypes, individuals, and rules, typically grounded in a description logic and implemented in OWL.

Overview




Domain Model - Part A - Explains what a Domain model is and its importance.

A domain model is a system of abstractions that describes selected aspects of a sphere of knowledge, influence or activity (a domain). The model can then be used to solve problems related to that domain. The domain model is a representation of meaningful real-world concepts pertinent to the domain that need to be modeled in software. The concepts include the data involved in the business and rules the business uses in relation to that data.

A domain model generally uses the vocabulary of the domain so that a representation of the model can be used to communicate with non-technical stakeholders.

Usage


Object Thinking Domain Model Example | Infragistics Blog
Object Thinking Domain Model Example | Infragistics Blog. Source : www.infragistics.com

A domain model is generally implemented as an object model within a layer that uses a lower-level layer for persistence and "publishes" an API to a higher-level layer to gain access to the data and behavior of the model.

In the Unified Modeling Language (UML), a class diagram is used to represent the domain model.

See also


Domain Model ( Class Diagram (UML)) | Creately
Domain Model ( Class Diagram (UML)) | Creately. Source : creately.com

  • Domain-driven design
  • Domain layer
  • Feature-driven development
  • Logical data model
  • Problem domain
  • Domain driven development

Notes


class diagram - UML Domain Model of Web Shop - Stack Overflow
class diagram - UML Domain Model of Web Shop - Stack Overflow. Source : stackoverflow.com

References


Developing a DSL Abstract Syntax with Eclipse : Page 5
Developing a DSL Abstract Syntax with Eclipse : Page 5. Source : www.devx.com

External links


Domain modeling | IT-Dinosaurus Blog | Page 2
Domain modeling | IT-Dinosaurus Blog | Page 2. Source : jukkatamminen.wordpress.com

  • Domain Modelling article

HowTo build a webapp: Document the domain model
HowTo build a webapp: Document the domain model. Source : nils-blum-oeste.net

 
Sponsored Links