On 09/04/2010 17:20, fxleonardo wrote:
Hi Mark,
Is there any plan to support drools integration with Spring?
spring integration is
done in trunk, for building kbases, ksessions and
services, it's just being refined.
I'm interested
in having a pojo like rule defined i.e. using Java to define rule instead of
through drl files.
There is no plan for this, it was tried back in drools 2 times and
doesn't work very well. you simply cannot get the richness of DRL
translated to Java in any meaningful way.
In the past i've seen examples of doing this with spring
integration, based
on tutorial from this URL
http://communitymapbuilder.org/display/DROOLS/Drools+Spring+Tutorial
Please advise if the Spring support is actually supported in Drools 5.1 or
is there any other way to use POJO to define the rules.
There will be spring integration, as mentioned above for 5.1
Mark
thank you!