0% found this document useful (0 votes)
806 views

Drools Dot Net Rule Engine

This document provides an overview of Drools, an open source rule engine. It discusses the advantages of using a rule engine, including declarative programming, separating logic and data, and centralizing knowledge. The document also describes a demo of Drools that includes an activity diagram, rule specification in C# files, and the results.

Uploaded by

vipulctyagi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
806 views

Drools Dot Net Rule Engine

This document provides an overview of Drools, an open source rule engine. It discusses the advantages of using a rule engine, including declarative programming, separating logic and data, and centralizing knowledge. The document also describes a demo of Drools that includes an activity diagram, rule specification in C# files, and the results.

Uploaded by

vipulctyagi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Albert Guo junyuo@gmail.

com

Introduction
Rule engine Overview of Drools Advantages of using rule engine

Demo
Activity diagram Rule specification C sharp files Result

Reference

Rules Engines are the pluggable software components that separate the business rules from the application code

` ` ` ` `

Drools is an open source rule engine Free ! Drools provides .Net and Java version Understandable rules in rule file Fast execution speed

Three main advantages


Declarative programming Logic and data separation Centralization knowledge

Drools is a rule engine advantages above

ackage Name

Rule Name Condition Consequence

10

11

12

13

14

Drools.NET
http://droolsdotnet.codehaus.org/

Drools.Net - 3.0 User and Installation Guide


http://droolsdotnet.codehaus.org/Drools.Net++3.0+User+and+Installation+Guide

Getting Started with Drools.NET


http://www.codeproject.com/KB/cs/Drools_NETPrimer.as px

15

You might also like