Domain Driven Design vs Model Driven Architecture

后端 未结 4 707
一个人的身影
一个人的身影 2021-01-30 03:01

I am curious, what are the differences between Domain Driven Design and Model Driven Architecture? I have the impression they have certain similarities.

Could you enligh

4条回答
  •  伪装坚强ぢ
    2021-01-30 03:47

    DDD is about approaching a software solution from a business perspective with the intent of keeping the design as much close to the real world as possible. This is more of an art than engineering.

    MDA solves different set of problems. More details here: http://xml.coverpages.org/OMG-MDAFAQfinal1.pdf

提交回复
热议问题