NxBRE offers two different rules engine flavors: the Inference Engine, which is a forward-chaining (data driven) deduction engine and that supports concepts like Facts, Queries and Implications (as defined in RuleML Naf Datalog sub-language) and like Rule Priority, Mutual Exclusion and ...
9
votes
8answers
2k views
What would you use for a business validation layer?
In my project I need to create a business object validation layer that will take my object and run it against a set of rules and return either pass or fail and it's list of failure reasons. I know ...
2
votes
1answer
313 views
Is there any Comparison between .NET Workflow RuleEngine and others e.g. NxBRE?
In our project, we need a rule engine component, after a short time research i found that that .NET Workflow also has it's rule engine. is there any complete comparison list between .NET Workflow Rule ...
1
vote
6answers
923 views
How well does Rule Engines performs?
I've been having a look at WF Rules Engine and NxBRE and it seems interesting but I'm unsure of how well it will perform in real life scenarios.
The one I have in mind is something like a fact base ...
0
votes
1answer
1k views
Good article/blog/tutorial for using open source rules engine (nxBRE) in the application development
Can anyone please point me to any Good article/blog/tutorial/screen cast for using open source rules engine (nxBRE) in the application development?
Thanks & Regards,
Ajay