|
Home > Archive > BizTalk Server General > December 2004 > Rule Engine Deployment on Non-Biztalk System
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Rule Engine Deployment on Non-Biztalk System
|
|
| Neal Walters 2004-12-20, 8:46 pm |
| Someone asked an interesting question today.
What if we want to call the business rule engine from an existing ASP.NET
application (without using Biztalk and without using orchestrations)?
What needs to be installed/deployed to the ASP.NET system? Does the Rule
Engine Update service have to be installed? I'm guess so, so that the Rule
Engine knows which SQL to access (where the policies are deployed). Or, by
chance, can you just install the Microsoft.RuleEngine.dll on that machine?
Can you run without deployed policies? I think the SDK example builds the
rules on the fly and deletes them? But does it need the Rule Engine
UpdateService to do that? Do you have to have a centralized Rule Engine
database - or you could you load a policy in memory without having to have a
database? Rules can be stored in an XML file instead of a database, right?
I hope that expresses my question.
Thanks,
Neal Walters
http://Biztalk-Training.com - Free Biztalk Demos - SQL Adapter coming soon!
| |
| Matt Milner 2004-12-21, 2:50 am |
| Licensing aside, you can use a file rule store, or no rule store as you
pointed out. So you don't need SQL You need the rule engine library and
you can use file stores, but you need to install BizTalk to get those
components from an install and licensing perspective.
matt
"Neal Walters" <NealWalters@discussions.microsoft.com> wrote in message
news:D5D9FFE4-48F8-4BA4-8F11-A79C46B97799@microsoft.com...
> Someone asked an interesting question today.
>
> What if we want to call the business rule engine from an existing ASP.NET
> application (without using Biztalk and without using orchestrations)?
>
> What needs to be installed/deployed to the ASP.NET system? Does the Rule
> Engine Update service have to be installed? I'm guess so, so that the
> Rule
> Engine knows which SQL to access (where the policies are deployed). Or,
> by
> chance, can you just install the Microsoft.RuleEngine.dll on that machine?
>
> Can you run without deployed policies? I think the SDK example builds the
> rules on the fly and deletes them? But does it need the Rule Engine
> UpdateService to do that? Do you have to have a centralized Rule Engine
> database - or you could you load a policy in memory without having to have
> a
> database? Rules can be stored in an XML file instead of a database,
> right?
>
> I hope that expresses my question.
>
> Thanks,
> Neal Walters
> http://Biztalk-Training.com - Free Biztalk Demos - SQL Adapter coming
> soon!
>
>
| |
| Neal Walters 2004-12-21, 5:51 pm |
| Thanks, but now let's not leave licensing aside. What would be the cost to
just use the rule engine only? Maybe just a standard edition.
Neal
"Matt Milner" wrote:
> Licensing aside, you can use a file rule store, or no rule store as you
> pointed out. So you don't need SQL You need the rule engine library and
> you can use file stores, but you need to install BizTalk to get those
> components from an install and licensing perspective.
>
> matt
>
>
> "Neal Walters" <NealWalters@discussions.microsoft.com> wrote in message
> news:D5D9FFE4-48F8-4BA4-8F11-A79C46B97799@microsoft.com...
>
>
>
| |
| Matt Milner 2004-12-23, 2:46 am |
| The cheapest you can get without using developer. I think it is partner
edition at around $1000, limited to a single machine with a single proc.
Matt
"Neal Walters" <NealWalters@discussions.microsoft.com> wrote in message
news:2942BB0B-DBC2-4933-A3F3-C9AAB36BD8E9@microsoft.com...[vbcol=seagreen]
> Thanks, but now let's not leave licensing aside. What would be the cost
> to
> just use the rule engine only? Maybe just a standard edition.
>
> Neal
>
>
>
>
> "Matt Milner" wrote:
>
|
|
|
|
|