Top "Rule-engine" questions

Rule engines are software components that allow application developers to externalize business rules and manage their lifecycle independently from the application code.

Multiple boolean conditions in a rule in drools?

I have created a rule whose "when" condition is as follows :- when $map: Map(this["key1"].equals("value1")) and …

java drools rule-engine
Rule Engine in JavaScript

Is there any Rule engine in JavaScript? The question is in this context: Consider a web application having a form …

javascript drools rule-engine jrules
Rules Engine in C or Python

I am looking for a rules engine in C or Python, but if you know a rules engine that is …

java python c rule-engine
What can Rules Engines accomplish?

What goals can be accomplished using a Rules Engine?

rule-engine
Criteria to Evaluate Business Rules Engines

We are shopping for Business Rules Engines. We want to make our core application customizable to different customers with slightly …

java enterprise rule-engine business-rules
Passing parameters in drools

How can I pass a parameter to set the comparing value of age(18 should be dynamic) in the below drools …

java parameters jboss drools rule-engine
Drools disable a rule at runtime

I'm starting a project whith Drools and Drools Guvnor. My rules are deployed in drools guvnor. My rule engine instance …

drools rule-engine
What is an appropriate data structure and database schema to store logic rules?

Preface: I don't have experience with rules engines, building rules, modeling rules, implementing data structures for rules, or whatnot. Therefore, …

database boolean-logic rule-engine
Is there any Rules Engine/Inference Engine for Go

We want to implement our business logic using Go, but we cannot find any good implementation of rules engine/inference …

go rule-engine
Most flexibilities rule engine for .NET

My upcoming project is relate to sales system, so one of the main requirement is "user can modify promotion by …

c# .net rule-engine