[rules-users] Drools Spring module

2010-11-20 Thread ahmed fayed
Hi, Are the new Spring Module support creating POJO Rules? I could't find the rule, condition, and consequence annotations classes in the new JARs in 5.1, any idea if it's still supported and in which JAR? Thanks in advance. ___ rules-users mailing list

Re: [rules-users] Drools Spring module

2010-11-16 Thread ahmed fayed
I mean a rule like this, @Rule @Service(value="broker.authorization") public class BrokerAuthorization { @Condition public boolean isInvalidAuthorization(SampleProcessDTO spDTO) { return true; } @Consequence public void consequence(SampleProcessDTO spDTO) { } } The package org.drools.sprin

Re: [rules-users] Drools Spring module

2010-11-16 Thread Mark Proctor
On 16/11/2010 14:45, ahmed fayed wrote: Hi, Are the new Spring Module support creating POJO Rules? I could't find the rule, condition, and consequence annotations classes in the new JARs in 5.1, any idea if it's still supported and in which JAR? what's a pojo rule? The spring stuff allows for