drools - AngularJS + Rule Engine -
is there way integrate rule engine (or rule engine concept apply business rules) angularjs application?
i have heard drools. there api provided drools can used in angular project?
my requirement input given user should first go match applicable rules, should pass angular-controller. possible?
thanks in advance.!
you need write rest (or other http-based) service wrap drools rules. way client-side javascript framework such angular js can call rest operations.
the following example of angular js client-side application integrating drools on server: https://github.com/gratiartis/qzr
although should warn it's work in progress, please don't complain lack of features or documentation. :)
Comments
Post a Comment