Hi,
I am using Drools 3.0 in our business logic. I need help in the below situation
I will take the records from the database on daily basis and each record is fact in the rule engine
I will check the fact against some constant value; if it satisfies the condition then I need to update one field in the database.
I am using Ibatis as DAO framework.
How I can connect to database in “.drl” file?
Please help me.
Thanks & Regards
Shilpa