http://cvs.codehaus.org/viewrep/drools/drools/drools-jsr94/src/test/org/drools/jsr94/benchmark/drools/DroolsBenchmarkTestCase.java?r=1.8is an example. You will probably need to understand the JSR-94 api a bit, its not a 1 to 1 replacement and it a lot more verbose then what you would have been using.
Michael. On 3/20/06, fanory <[EMAIL PROTECTED]> wrote: > > Michael Neale <michael.neale <at> gmail.com> writes: > > > > > not quite sure what you mean, but yes JSR-94 should work for that. > > > > JSR-94 does have its limitations, the spec explains that there are times > > when you have to use the native APIs to get rule engine specific > features - > > its really just meant to be a common superset of features. > > > > > > Ok, and for the example, which object i have to use in place of RuleBase, > RuleBaseLoader ... > Thanks in advance. > > >
