Hello, I have an existing spring application running in a jdk1.4/websphere environment and we are looking at using drools to externalize much of the business rule code that is currently embedded in the application. I have been looking at the drools-spring examples and trying to figure out (unsuccessfully) how to use pojo rules without jdk1.5 annotations. I suspect that it comes down to what I pass to the setRules() method of the RulesFactoryBean in the spring configuration but beyond that I'm a bit lost and would really appreciate a very short overview of the steps I need to follow. I'm very familiar with the spring framework, but new to drools. More specifically, are the rules set up in the spring configuration file or do I need to write pojos that implement a specific interface (Rule?). Thanks in advance for any assistance. --jeff
