DDD:领域驱动设计。 DDD 中的域是什么意思?
DDD 中的“域”一词究竟意味着什么?我继续阅读定义......虽然我看到了领域模型之类的东西并了解模型是什么 - 领域模型意味着什么?
域的实际含义是什么?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
域是指您的应用程序所涉及的主题。
例如,如果您正在编写在线商店,则域是在线零售,域模型是应用程序中处理在线零售业务逻辑的部分- 与渲染 UI、访问数据库等相反。
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.