Hi,
Which is the best Rule Engine (Open Source & Product category)? Or is there any comparison available considering various parameters?
Hi,
Which is the best Rule Engine (Open Source & Product category)? Or is there any comparison available considering various parameters?
I would highly recommend using JBoss Drools. I used decision tables in one of my projects recently. It is flexible. I used excel based decision tables (Busniess user friendly). You can create .drl files also (Programmer friendly). It is super fast as it uses RETE algorithm.
Also, you can choose to use Guvnor for standalone deployments of rules rather than coupling them tightly with your source code.