Drools with Decision Table

In previous post we implemented a drools project for a mobile shop to give discount according to the type of mobile model. The rules for this discount calculations we had written in a drl file. In this…

Drools with DRL

Consider a Mobile shop which needs to maintain business logic of calculating discount based on the type of mobile model. This can be done in our Java Code. But such rules may change daily and…

Overview of Drools

Software programmers are used to a procedural approach when it comes implementing Business requirements. The consequence is that the business rule implementation solely depends on the competence and understanding the software developer has of the…