I\'m working on a web app for a magazine that will allow users to log in and renew their subscriptions online. These subscriptions are renewed based on a set of rules, and I\'d like to get some ideas/
I have an application which will require a \"dynamic business rules\" engine. Some of the business rules changes very frequently. Some of then applies for a lim开发者_运维问答ited set of business acco
as we know that 3-tire Architecture consist of Presentation tier , business logic and data base tier the business rules (like : stored procedures , triggers ...) are stored in data base开发者_运维技巧
I was wondering what really is a Key lookup in a database ? And what are the differences between Key Lookup and Busin开发者_高级运维ess Rules?
I am looking at the Lhotka CSLA.NET object library (Lhotka.NET). It seems interesting, but one thing which does not make sense is that the business rules are written in C#. Should these not be c开发者
I have a set of User Stories and I have a set of business rules (primarily laws binding my requirements to be compliant). In Agile SDLC I\'m not sure where these \"rules\" are attached to my user stor
In our Oracle database we have a table called RULES, with a field called SQLQUERY. This field is a varchar with an SQL statement stored. The PK is DM_PROJECT.
I am trying to write a rule in drools drl language where I am want to do something like !(A && B) but it doesnt seem to like the ! operator or the word not. I am struggling to find good docume
I have a table called Book. This table has 3 columns viz id, price and discount. If price is greater than 200 then discount should be 20%. While inserting data in Book table the discount value should
I am looking for a java based workflow engine which is powerful enough to have most of the workflow features but simple to implement.