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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -