business-rules
Building the Business Rule Engine using SQL SERVER
I have a requirement to build a Business Rule Engine. I use the SQL SERVER 2005. The business rules are massive, like 2000 pages long.[详细]
2023-01-07 10:55 分类:问答What classes should I map against with NHibernate?
Currently, we use NHibernate to map business objects to database tables.Said business objects enforce business rules: The set accessors will throw an exception on the spot if the contract for that pro[详细]
2023-01-02 14:34 分类:问答how to learn Drools or another rule engine fast [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be 开发者_Python百科supported by facts, references,or expertise, but this question will likely[详细]
2022-12-26 00:16 分类:问答Suitable 'business rules' tool / engine for my web application [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-22 19:58 分类:问答How to retrieve fact objects from decision tables in Drools 4.x
Our team is using Drools ruleflows for evaluations. Now we are planning to migrate to decision tables instead.[详细]
2022-12-20 17:30 分类:问答BizTalk Business Rules Engine - Repeating Elements
I\'m trying to create what I think should be a relatively simple business rule to operate over repeating elements in an XML schema.[详细]
2022-12-19 14:53 分类:问答Code improvements for implementing business logic
I had asked this question previously on SO. This is related to it. We have code base similar to this:[详细]
2022-12-18 14:36 分类:问答What pattern/patterns work best for developing rule/decision engine [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-17 04:03 分类:问答Business logic/rules - processing in the database or in memory
because of my over abundance of hubris, I am working on a program that would process some of the data better than the current system we are currently using. My question is when the implementing busine[详细]
2022-12-10 07:57 分类:问答Can we use Extension Methods for building business rule engines?
I am looking to do something like this public class ProductBiz: BizBase<Product> { public List<String> BrokenRules {get;set;}[详细]
2022-12-08 09:28 分类:问答