12

I'm trying to locate an open source business rules engine that has a decent interface for building the rules.

OR at least one that works well on the .Net platform and has been updated sometime in the past 12 months.

Thanks,

4

4 回答 4

8

NxBRE is one option.

http://sourceforge.net/projects/nxbre/#item3rd-5

于 2008-08-22T05:18:12.397 回答
1

.NET Application Block for Validation and Business Rules

于 2009-02-12T11:01:56.143 回答
1

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

于 2010-01-05T22:00:30.693 回答
0

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.

于 2011-03-05T00:08:57.990 回答