I am a newbie with Drools rules. I just download the examples. I notice in
line19 of NumberGuessExample.java, there are two statement that referring
to ShoppingExample.*class.*
It seems this is different example. Could someone help me out?
Thanks,
Tak
kbuilder.add( ResourceFactory.*newClassPathResource*( "NumberGuess.drl",
ShoppingExample.*class* ),
ResourceType.*DRL* );
kbuilder.add( ResourceFactory.*newClassPathResource*( "NumberGuess.rf",
ShoppingExample.*class* ),
ResourceType.*DRF* );