Top "Business-rules" questions

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

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) 2. Business logic (Services ) 3. Application layer (MVC …

c# asp.net-mvc architecture business-rules
Where are the Business Rules in MVC

Now that everyone is talking about MVC, I notice that the business rules are not being addressed. In the old …

asp.net-mvc model-view-controller business-rules
Criteria to Evaluate Business Rules Engines

We are shopping for Business Rules Engines. We want to make our core application customizable to different customers with slightly …

java enterprise rule-engine business-rules
how to express one object is null when I use drools rule engine

I want to know how can I express one object is null on the left hand side when I use …

drools business-rules
Difference between Constraints and Rules in SQL

What is the difference between using constraints and rules in SQL, preferably SQL server 2008 R2. Can anyone explain and demonstrate …

sql sql-server constraints business-rules
Business rule validators and command handler in CQRS

I am new to CQRS and I am tying to make sense of business rule validation within the write side (…

validation command nservicebus cqrs business-rules
setup drools Kie execution server credentials

I'm trying to setup the kie execution service (kie-server-services-6.2.0) for being provisioned by the kie-drools-wb-webapp-6.2.0, when I try to get …

drools business-rules kie-wb
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 …

c# asp.net rules business-rules rule-engine
Drools rule error "Unexpected global"

I have business rules implemented in Drools, while executing I get java RuntimeException Unexpected global [myService] org.drools.common.AbstractWorkingMemory.…

jboss7.x drools business-rules
Working Memory & objects insertion behavior in Drools

A am new in Drools and have read some docs and tutorials, sure, my question has a trivial solution. I …

java drools business-rules