实施规则引擎的指南
实施自己的规则引擎而不是使用现有的商业/开源规则引擎的原因可能是什么?实施规则引擎有什么具体指南吗?
What could be the reasons to implement your own rule engine instead of using an existing commercial/open source one? Any specific guidelines for implementing rule engines?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅这篇文章,了解实现您自己的方法的论据:
规则引擎 - 优点和缺点
主要是问题集中在贫乏的数据模型反模式上。如下所述:
http://martinfowler.com/bliki/AnemicDomainModel.html
您应该如何做实现很大程度上取决于需求,但通常在设计自己的包含时需要考虑重要的要点。
See this post for argument for implementing your own:
Rules Engine - pros and cons
mainly the problem centers around the anemic data model anti-pattern. as described here:
http://martinfowler.com/bliki/AnemicDomainModel.html
How you should implement depends very much on the requirements but generally important points to consider when designing your own include.