Re: [ADVANCED-DOTNET] Rules Engine in .Net

2004-01-20 Thread philip sayers
bject: Re: [ADVANCED-DOTNET] Rules Engine in .Net This is the a good example from MS. You may want to take a look. http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnadvnet/h tml/vbnet12232003.asp The idea is customized rule component/ method implement the unique interface;RuleMa

Re: [ADVANCED-DOTNET] Rules Engine in .Net

2004-01-20 Thread Walter Wu
This is the a good example from MS. You may want to take a look. http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnadvnet/html/vbnet12232003.asp The idea is customized rule component/ method implement the unique interface;RuleManager goes thru the rules collection to do validati

Re: [ADVANCED-DOTNET] Rules Engine in .Net

2004-01-14 Thread Marc Brooks
How about these possibilities (not knowing what you're looking for) Finite State Machines in .Net http://www.codeproject.com/csharp/FSMdotNet.asp?target=State%7Cmachine%7C%2E Net Microsoft Application Block for UI Process http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=c92b

Re: [ADVANCED-DOTNET] Rules Engine in .Net

2004-01-14 Thread Stephen Johnston
The expensive route would be to take a look at BizTakl Server 2004 or a similar product or a product called the Endeavor Configuration Engine by a company called Endeavor (Endeavour) Commerce. Not sure of your need, or budget, but I would take a look at them. I have used the configuration engin

Re: [ADVANCED-DOTNET] Rules Engine in .Net

2004-01-14 Thread Kirk Allen Evans
I have done a bit of work with rules engines and XML. There is a standard called RuleML [1], but as you can see from an example it really does not lend itself well to the core concepts of why you would typically use XML for rule containment (simple configuration typically being a goal). An XML-ba

Re: [ADVANCED-DOTNET] Rules Engine in .Net

2004-01-14 Thread David Vydra
I would look at the STAX implementation at http://staf.sourceforge.net/index.php -d - Original Message - From: "Ali" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 14, 2004 9:38 AM Subject: [ADVANCED-DOTNET] Rules Engine in .Net > Can anyone point me to some good re

Re: [ADVANCED-DOTNET] Rules Engine in .Net

2004-01-14 Thread Booth, Bill
This isn't much but it might get you started. A Design Pattern for a Rule Engine Use XML data, events, and XSLT for a simple rule engine that helps you separate business rules from application code http://www.fawcette.com/javapro/2003_08/online/xml_yboglaev_08_01_03/ -Original Message- F