Drools is a slim Business Rules Management System (BRMS) solution with different integrations and tools available. In the following short snippet I’d like to demonstrate how to integrate a simple rule engine into an application using this library. Dependencies Using Gradle here we only need to add one dependency for drools-compiler to our project’s build.gradle. [...]
↧