Related questions
Pros and cons of Java rules engines
What are the pros and cons to adopting the Java rules engines JESS and Drools? Are there any other players?
I understand that Drools is Open Source and JESS is not, but how do they compare in other areas like …
Why should i use Drools?
I am no Drools expert. I have some familiarity with it though, by experimenting with it.
I am unable to appreciate, why would i need it.
My Typical Applications are Business Web Applications. Yes they do have some amount of …
Drools - Ability to define rules at runtime?
It is possible to define rules dynamically completely at runtime ?
Also change the ruleset at runtime.
For example,
at time = t_1 the ruleset is { R1, R2, R3 }
at time = t_2 the ruleset is { R1, R3, R4 }
.....
R1, R2 are rules …