In one of our systems we actually use 2 models: one is internal which is all completed and mature, another is used in services like contract between our system and external parties. we created auto generated mappers and fillers. This gave us possibility to change our internal representation and structure of the object model without breaking external system's data contract.
发布评论
评论(1)
在我们的一个系统中,我们实际上使用了两种模型:一种是内部的,已全部完成且成熟,另一种用于我们的系统与外部各方之间的合同等服务。我们创建了自动生成的映射器和填充器。这使我们可以在不破坏外部系统数据契约的情况下更改对象模型的内部表示和结构。
In one of our systems we actually use 2 models: one is internal which is all completed and mature, another is used in services like contract between our system and external parties. we created auto generated mappers and fillers. This gave us possibility to change our internal representation and structure of the object model without breaking external system's data contract.