php - What is Business rule engine? -


i asked available business rule engine in php. after researching found ruleengine available can used not sure how use this. can explain how ruleengine works

in short , simple, business rule engine, component (a middleware) application communicate , delegates execution of business rules (or other application business logic probably) component. there many ways of communication component. in general there 2 approaches, (1) compiled code references or (2) service based interactions. if in same technology stack component written, can reference component , use it. know how should refer user manual of component. if have service based interaction, then, need know service interface. instance if service provides rest api can use javascript client php application interact business rule service.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -