My experiments with technology

Entries from March 2009

JBoss Drools – Decision Tables

March 28, 2009 · 6 Comments

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:

  1. Decision Tables
  2. Writing DRL file
  3. 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.

(more…)

Categories: JBoss Drools