I have been playing around with JBoss Drools(Version 4.0.7) – the open source rules engine. JBoss supports business rules implementation using three techniques:
- Decision Tables
- Writing DRL file
- Defining business flow using rules flow rf file
This post is going to cover the first technique for business rules definition using Drools Decision table.