什么是适合 .Net 的优秀业务规则引擎 (BRE)?
您知道适用于 .Net 的优秀业务规则引擎吗?我知道 Drools.Net 就是其中之一,但在我看来它并不活跃。还有 NXBRE,但在我看来,它不够坚固。这里有人有好的身体吗?请建议。
更新1,
我根据以下建议做了一项研究。在我看来,Windows Workflow Foundation 足以满足我的要求。因为我使用的是 WCF,所以它会是一个很好的匹配。但我还没有决定。
此致,
Do you know of a good business rule engine for .Net? I know Drools.Net is one but it seems to me that its inactive. There is also NXBRE but seems to me that it is not solid enough. Does any body here have a good one? Please suggest.
Update 1,
I did a research based on the suggestions below. Seems to me that Windows Workflow Foundation is enough to what I wanted to do. Since I'm using WCF it would be a good match. But I'm still haven't decided yet.
Best regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以使用 Windows Workflow Foundation 中的规则引擎。
等。
You can use the rules engine that is part of the Windows Workflow Foundation.
etc.
我免费使用过 CSLA.net,但他写了一本书,可能会帮助您了解正在发生的事情
http:// www.lhotka.net/cslanet/
I have used CSLA.net its free, but he writes a book that might help you understand whats going on
http://www.lhotka.net/cslanet/
查看 Biztalk 的 BRE。如果您愿意在解决方案上投入少量资金,那么 Biztalk 是一个选择。
http://www.microsoft.com/biztalk/en/us /业务规则框架.aspx
Check out Biztalk's BRE. If your willing to invest a small amount of money into the solution then Biztalk is an option.
http://www.microsoft.com/biztalk/en/us/business-rule-framework.aspx
IBM ILOG Jrules 使用 Rete 算法,并且也支持 .net。
IBM ILOG Jrules uses Rete Algorithm and it has .net support too.
查看常识@对象连接。我使用了 Delphi SDK,但他们也有 .NET SDK。可视化编辑器非常好。其中一个问题是缺乏自动完成功能,但他们刚刚在推特上表示即将添加该功能。
Check out Common Knowledge @ Object Connections. I have used the Delphi SDK but they also have a .NET SDK. The visual editor is very good. One issue is a lack of autocompletion but they have just tweeted that it is about to be added.