Questions tagged [rule-engine]

Rule engines are software components that allow application developers to externalize business rules and manage their lifecycle independently from the application code.

Rule engines

Rule engines are software components that allow application developers to externalize business rules and manage their lifecycle independently from the application code. They typically use a higher level declarative language (in contrast to the typical imperative paradigm of languages like Java and C++) and use specific algorithms for scalability and high performance. A good analogy is that Rule Engines do for business rules what databases do for data.

Resources

961 questions
-4
votes
1 answer

matching set of rules in Java

I should design a system which accepts two parameter sender and receiver and this two parameters check against set of rules and return true if they match any. These two parameter can accept wild characters like %% and _ which acts like query in sql…
Vahid Vakily
  • 306
  • 1
  • 7
1 2 3
64
65