What exactly does the word domain mean in DDD? I keep reading the definition… and although i see things like the domain model and understand what model is – what does domain model mean?
What does domain actually mean?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Domain refers to the topic your application addresses.
For example, if you are writing an online store, the Domain is online retailing, and the Domain Model is that part of the application that deals with the business logic of online retailing – as opposed to rendering UI, accessing databases, etc.