Hi This is Ashok
I what to use Drools Rule Engine in my Project.
My Context is Like this.
I have some Rules stored in DB(Oracle) in this Format
Rule: if ( ((a+b)<c) and ((a+d)<c) ) (Rules r generated by USER by using Some UI)
Related table
then i should add that rule into Drooles engine and workout that with all the rows of above table and i should handil related output in my SPRING envirnment as as Session object.
can u Plz help me for that.
Thanks & regaurds
Ashok