I know how to create DRL files inside KIE workbench by using all the methods. But what my problem is without using the KIE workbench, can we create the .drl fil
Decesion tables have worked for me alternatively you could try using the new Drools workbench.
I have used the DrlDescr dump method but it is Not updating the drl file, Does anybody have any idea why?
Code:- pkg1.addRule(rules); System.out.println(dDump.dump(pkg1));