[rules-users] Running drools 4 code using drools 5 jars

2009-09-09 Thread Nikhil D. Deshpande
Hi, I have written some code using drools 4 jars. Now as drools 5 is launched, I want to migrate my existing 'RuleBase' (drools 4) to 'KnowledgeBase'(drools 5). 1. Can I/Should I use RuleBase, PackageBuilder, ExternalSpreadSheetCompiler using drools 5 jars?? I can use these classes as

Re: [rules-users] Running drools 4 code using drools 5 jars

2009-09-09 Thread Macon Pegram
It is my understanding that the Rule apis are being discouraged in favor of the Knowledge APIs. They do still work in Drools 5 however, so you should be ok just using that Jar file. In my own project it was actually quite easy to make the switch since most of the APIs are basic renamings. I

Re: [rules-users] Running drools 4 code using drools 5 jars

2009-09-09 Thread Michael Neale
Indeed - consider them pre-deprecated ;) but AFAIK should work fine. 2009/9/9 Macon Pegram mpegram...@gmail.com It is my understanding that the Rule apis are being discouraged in favor of the Knowledge APIs. They do still work in Drools 5 however, so you should be ok just using that Jar