Re: Creating simple expert system with Biztalk 2009

Home Page Forums BizTalk 2004 – BizTalk 2010 Creating simple expert system with Biztalk 2009 Re: Creating simple expert system with Biztalk 2009

#24011

Hi,

 

   There are two things to consider:

 

1) You can use BRE without BizTalk, implement rules and policies that you can invoke from a .NET application (web or windows).

 

2) BRE is a natural fit for BizTalk, as it allows business users to compose/change rules and policies (without the involvement of developers) as the business evolves, and these rules/policies act upon the messages passing through the BizTalk engine.

 

   Here are a few links you might want to check out:

 

https://blogs.msdn.com/bizrules/default.aspx

http://www.codeproject.com/KB/biztalk/BRE.aspx

http://blogs.msdn.com/rgarg/archive/2009/04/23/using-biztalk-business-rules-engine-bre-with-database.aspx

http://www.code-magazine.com/article.aspx?quickid=0811071&page=1

http://seroter.wordpress.com/2009/11/11/validating-incoming-data-using-the-biztalk-business-rules-engine/

 

   Daniel.