Top "Business-rules" questions

A business rule is a statement that describes a business policy or procedure.

Business logic in MVC

I have 2 questions: Q1. Where exactly does "business logic" lie in the MVC pattern? I am confused between Model and …

design-patterns model-view-controller business-logic business-rules
creating a simple rule engine in java

I am exploring different ways to create a simple business rule engine in Java. I need to present the client …

java rule-engine business-rules
how to learn Drools or another rule engine fast

We're embarking on a module which will generate some recommendations based on some criteria. The criteria will be in the …

java drools business-rules
Open Source based Rules Engines in Java or Python

Am seeking a Rules Engine, written in Java or Python, which supports the following features: Decision Tables Easy creation of …

java python rule-engine business-rules
What is a good Business Rule Engine(BRE) for .Net?

Do you know of a good business rule engine for .Net? I know Drools.Net is one but it seems …

c# .net business-rules
Storing Business Logic in Database

We want to write some business logic rules that work on top of certain data to build reports. Not sure …

mysql database business-logic business-rules segment
Drools vs JBPM ? differences, pros and cons

I'm looking for a good rule engine. I've seen it exists two good projects : JBPM and Drools. I don't really …

drools jbpm business-rules
Drools rule "not exists"

I'm using JBoss Drools to write some business rules. I got a problem on the "not exists" rule.Here is …

drools business-rules
drools drl how to do not conditions

I am trying to write a rule in drools drl language where I am want to do something like !(A &…

drools business-rules
Drools JBOSS rule Nested IF's

I am a newbie with Jboss Rule. I have gone through the documentation but I fail to find the approach …

drools business-rules