Drools - 集中规则而不集中领域模型
我们建立了一个 SOA,其中包含一些通用框架 pojo 和许多特定于服务的 pojo。我现在想设置 drools brm,最好是与 guvnor 一起。 我们无法重构模型以获得一个中心域模型(而且我们真的不想这样做,因为我们试图将服务间的依赖关系保持在最低限度)。
由于我可以直接在流口水中对事实结构进行建模,我开始思考通用模型是否有必要……您的意见/经验是什么?
We have set up a SOA with a few common framework pojos and a lot of service-specific pojos. I now want to set up drools brm, preferably with guvnor.
We cannot refactor the models to get one central domain model (and we dont really want to, since we try to keep inter-service-dependencies minimal).
Since I can model Fact-structures in drools directly, I started thinking if the common model is necessary at all ... what is your opinion/experience?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为所有域对象的每个子集创建一个资产(=规则)的管理包(=模块)是否有效?每个包(=模块)都有自己的部署生命周期。
Would creating a guvnor package (=module) of assets (=rules) per subset of all domain objects work? Each package (=module) has it's own deployment lifecycle.