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.
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 kieMy 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-fusionI'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 kieI'm trying to build a simple rule on KIE Workbench/Drools in a new DRL file and I keep getting …
java drools drools-guvnor kie kie-workbenchI know how to create DRL files inside KIE workbench by using all the methods. But what my problem is …
java drools drools-guvnor kie