business-rules
Using BPEL for a deployment process
I\'m working on a system that is kind of a Business Rules Engine. Rules are authored in a devleopment environment, executed (SQL code gets generated) and tested in DEV, then they are deployed into pro[详细]
2023-02-28 18:08 分类:问答Need assignment or problem to solve for understanding Rule Engines
I want to understand rule engines better by actually making use of it. Can somebody suggest me some kind of assignment or a proble开发者_如何学JAVAm statement which should be difficult to solve withou[详细]
2023-02-19 11:52 分类:问答Business rule validators and command handler in CQRS
I am new to C开发者_高级运维QRS and I am tying to make sense of business rule validation within the write side (domain). I know that client side validation should be done in terms of valid date (requi[详细]
2023-02-18 21:33 分类:问答How can developers let business users define application logic?
I\'m working on a new application at work, and a manager is really pushing the concept of a business rules management system (BRMS) and a workflow management system, and I\'m trying to figure out the[详细]
2023-02-04 12:16 分类:问答Can a custom class be used in the Conditions of a rule / policies?
I am getting started with Biztalk 2010 for the first time. I looked at this article (http://www.codeproject.com/KB/biztalk/开发者_Python百科BRE.aspx) for making a custom action to fire against a con[详细]
2023-02-01 18:35 分类:问答How to implement business rules in Rails?
I have a set of business rules that I need to enforce, such as: If current_user is not \"admin\" then don\'t allow and give message \"restricted access\"[详细]
2023-02-01 14:12 分类:问答Business logic in MVC [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_Python百科 Want to improve this question? Update the question so it can be answered with facts and cita[详细]
2023-01-29 20:08 分类:问答With an MVC application should my business rule validation be replicated in the view model and/or controller?
My MVC application has a well defined domain Model with each Model performing its own business rule checks.[详细]
2023-01-29 01:09 分类:问答Should business rules be enforced in both the application tier and the database tier, or just one of the two?
I have been enforcing business rules in both my application tier (models) and my database tier (stored procedures who raise errors).[详细]
2023-01-25 23:38 分类:问答Maps and strings in Drools rules
I have following Drools rule to which I send map filled with element , but when it gets executed I have element . Why do I get null when it should be \"Y\" for the value? When I put breakpoint in ACDe[详细]
2023-01-24 23:51 分类:问答