16-Oct-03 (Created: 16-Oct-03) | More in '00.15-Research'

Developmentor thread on rules engines

You might find this article interesting.

A Design Pattern for a Rule Engine http://www.ftponline.com/javapro/2003_08/online/xml_yboglaev_08_01_03/default.aspx

-----Original Message-----
From: Greg Robinson [mailto:[email protected]]
Sent: Thursday, October 09, 2003 10:50 AM
To: [email protected]
Subject: Re: [DOTNET-WINFORMS] Rules Engine

We are looking at:

http://www.inrule.com/rule_engine.asp

Pros\cons?  Any others out there worth looking at?


-----Original Message-----
From: Discussion forum for developers using Windows Forms to build apps
and controls [mailto:[email protected]]On Behalf Of
Greg Robinson
Sent: Thursday, October 09, 2003 11:28 AM
To: [email protected]
Subject: [DOTNET-WINFORMS] Rules Engine

We are in the design phase forr updates We are thinking about building a rules engine of sorts vs. hard coding business rules into our app. Our ideas are to: 1) store the rules in a sql table or xml file 2) all calls to Save pass a Datatable or DataRow off to the Rules Engine 3) retrieve the rules for that datatable 4) 'run' the rules using the datatable\DataRow 5) keep a collection of warnings\failures 6) return an enum that the caller to check...success, failure, etc 7) retrieve the warnings\failures 8) dialog or use error provider to show the warnings\failures 9) provide a front end for different clients to select what rules they wish to use

The app will be deployed via o touch deploy so I am not sure storing the rules in an xml file will work.

Is there anything built into the framework that we should look at that may handle all of or parts of this for us already? Greg Robinson Custom Data Systems, Inc. www.cds-am.net