business-rules
What are the top five challenges when implementing an Enterprise level Rule Engine? [closed]
As it currently stands, this question is not a good fit f开发者_运维技巧or our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-04-04 05:04 分类:问答Dynamic Business Rules
I am creating an interface where users can build their own business rules out of domain specific objects at runtime, have those rules persisted 开发者_运维知识库in the database and then used by the ap[详细]
2023-03-25 08:51 分类:问答How to decouple process in business layer
I am facing a problem that, for some business processes the sequence of invoking business objects and methods may change frequently. So I came up with something similar to the below:(Sorry somehow I c[详细]
2023-03-25 02:41 分类:问答How to handle complex and changing business rules
I have to come up with an idea on how to transparently create invoices. Customers are diverse and usually government type institutions. As such, they have strict rules for creating invoices and what g[详细]
2023-03-19 11:41 分类:问答Is using Rule Engine to implement chain of rules [complex business logic] overkill?
Recently, I am reading about the rule engines in JBOSS Drools Manual [ref - 2.2.5. Strong and Loose Coupling]. Below is the excerpt from it \'If your rules are all strongly coupled, the chances are th[详细]
2023-03-16 09:21 分类:问答Business rules that are valid for specific time span – how to manage in an orderly manner
I just started working for a government agency and I have come across an interesting problem: business rules depend on legislature and as such they have to respect the exact time periods that legislat[详细]
2023-03-16 07:40 分类:问答Rule Engine - How to store rules to avoid parsing on edit?
My .NET application evaluates user defined rules at runtime. These rules are entered to system via GUI menus by user. I generate a logical statement that corresponds to it and store it in database.[详细]
2023-03-14 22:17 分类:问答Application design - modifiable business rules
Am looking for some advice on the design of an application. As I\'v signed an NDA I can\'t reveal too much about the actual business but will try to explain the requirement.[详细]
2023-03-14 03:56 分类:问答What is better way to validate business rules in ASP.NET MVC application with 3 layer architecture?
I\'m developing a ASP.NET MVC application with 3 layer classic architecture 1. data access (Repositories)[详细]
2023-03-10 08:05 分类:问答rules engine design & examples in c#
I am currently writing a .net application with c# and want to check a number of rules and based on passing or failing the rules, perform an action. So I am looking to implement a generic solution that[详细]
2023-03-06 01:30 分类:问答