Open source rules engine with decent interface for writing rules

夙愿已清 提交于 2019-12-02 20:59:10

You can use Reaction RuleML. The Rule Manager from Acumen Business has an adapter for business users to generate a valid RuleML document

I'm going to throw one more piece of software I ran across: ncalc.

It's not exactly a "rules" engine; but it does do dynamic calculations where you can give it the expression to evaluate and all of the variables necessary. This was pretty much exactly all I needed for the app I was working on.

For a simple engine it works just fine. As far as an interface, it wasn't that complicated to build a few pages to let people type in the expressions.

For more complicated things, NxBRE is a better option; as @Kevin Dente answered above.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!