Top "Drools-guvnor" questions

Drools Guvnor is a centralised repository for Drools Knowledge Bases, with rich web based GUIs, editors, and tools to aid in the management of large numbers of rules.

Loading Drools/KIE Workbench artifacts directly from the repository

We try to switch to Drools 6 with the all new KIE workbench (formerly known as Guvnor) and the new maven-based …

java maven drools drools-guvnor kie
Compare dates in drools

My rule file as below, import com.springapp.mvc.model.Person; dialect "java" rule "4" when $person:Person(((date > "20-Jan-2015") &…

java jboss drools drools-guvnor drools-fusion
why does loading Drools 6 KIE JAR into code fail?

I'm using JBoss AS 7.1.1.Final with KIE Workbench/Drools 6.0.1., Java and Eclipse (Kepler). I need KIE Workbench (formerly Drools Guvnor) …

java jar drools drools-guvnor kie
Is there any API in drools to create the drl files dynamically by just passing values?

I know how to create DRL files inside KIE workbench by using all the methods. But what my problem is …

java drools drools-guvnor kie