Drools Rule Engine

Overview Drools Rule Engine is a Business Rules Management System (BRMS) solution. Some people also consider drool as a Business Logic integration Platform (BLiP). It provides the following features. Core Business Rules Engine (BRE), Drools Workbench (A rule authoring web application) Support for Decision Model and Notation (DMN)  Eclipse IDE plugin for core development. Drools has…

Drools Rule Engine for Spring Boot – Tutorial

Lets learn how to integrate Drools Rule Engine with Spring Boot application for business rules management with an Example. Drools is a Business Rule Engine that is based on Java Rules API. It lets you create complex applications where the business logic changes a lot post development. Introduction To Drools For example, you may run…