The Spring POJO Semantic Module ...
Creating Rules
Rules are implemented as spring-beans (ie, POJOs) with condition and consequence methods. Since any class can be a rule, we need a way to determine the drools rule related information, such as the rule name, its salience, condition and consqence methods.
which methods are the conditions and consequences. This is the responsiblity of the rule factory-bean. A rule factory-bean uses
There are two rule factory-bean's, BasicRuleFactoryBean and BeanRuleMetadataRuleFactoryBean. BasicRule


