Questions tagged [business-rules]

A business rule is a statement that describes a business policy or procedure. Business logic describes the sequence of operations that is associated with data in a database to carry out the rule.

A business rules engine works by separating execution code for business rules from the rest of the business process management system. This allows the end user to change business rules without having to ask a programmer for help. When a change is made, the engine will evaluate the change's effect on other rules in the system and flag the user if there is a conflict. Business Rules Model

497 questions
-3
votes
1 answer

Stored Procedure testing

I am in a healthcare project, where majority of the business written in stored procedures. How can i test the stored procedures to check the data is flowing per business or not? Is it through any testing tool i should use to achieve this? If Yes,…
-5
votes
2 answers

I need compare objects of the same class

I need compare two objects of the same class in one rule drools. But, how I can know that one atribute belongs to object created in main class? I need help! public class CheckerMain { public static void main(String[] args) { try { …
Jean Zahn
  • 1
  • 1
1 2 3
33
34