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.
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
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
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Our team is using Drools ruleflows for evaluations. Now we are planning to migrate to decision tables instead.
I\'m trying to create what I think should be a relatively simple business rule to operate over repeating elements in an XML schema.
I had asked this question previously on SO. This is related to it. We have code base similar to this:
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
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
I am looking to do something like this public class ProductBiz: BizBase<Product> { public List<String> BrokenRules {get;set;}