What is Java domain model?

前端 未结 6 1441
-上瘾入骨i
-上瘾入骨i 2020-12-02 22:41

I am studying a Spring book and they mention Java domain model.
What is that?

6条回答
  •  抹茶落季
    2020-12-02 23:20

    A Domain model is a conceptual model of the problem domain. By "java domain model" they just mean the java classes representing that model. There's nothing specific to java in the concept.

    See also Domain Driven Design for an approach to focusing your development on the business domain needs.

提交回复
热议问题