Top "Business-logic" questions

Business logic is the abstract thought process behind decision making in human transactions.

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
I need a simple rules engine, I think?

I need some advice on the best approach to solving this problem. I've researched DROOLS, Java Rule Engine and a …

java business-logic rules rule-engine
Arguments for/against Business Logic in stored procedures

What are the arguments for and against business logic in stored procedures?

stored-procedures business-logic
ASP.NET MVC Business Logic in Domain Model vs Service Layer

I have been reading about where to put business logic in ASP.NET MVC Project for a while and I …

asp.net-mvc business-logic service-layer domain-model anemic-domain-model
Case-insensitive attribute-value selector with Jquery

I need to get the value of the content attribute of a certain meta tag. var someContent = $("meta[name=someKindOfId]").…

javascript jquery business-logic
Business Logic: Database or Application Layer

The age old question. Where should you put your business logic, in the database as stored procedures ( or packages ), or …

database oracle business-logic
Enabling and Disabling Radio Buttons Depending on User Selection

I'm looking to write jQuery to only enable radio buttons depending on which radio buttons are currently selected in accordance …

javascript jquery radio-button business-logic
Where should business logic (and what is that?) really live and how to do that with Spring?

I was just reading this article: http://www.tutorialized.com/view/tutorial/Spring-MVC-Application-Architecture/11986 which I find great. It explains the …

java spring dependency-injection business-logic business-objects
What is the difference between a validation rule and a business rule?

What is the difference between a validation rule and a business rule ? As per my understanding, 'if the state of …

terminology business-logic
Where to put business logic in DDD

I'm trying to figure out the best way to build an easily maintainable and testable architecture. Having gone through several …

domain-driven-design business-logic service-layer