Well..it's finally here... Today we start developing our new system :) I very excited to work with CSLA on a daily basis instead of rushing home after work to work more on my own project LOL!
Anyways, here's what I'm hoping some of the more experience developers can help me with.
One of the requirments for a our content management system is that the users using our design tools we are building be able to create there own validation and business rules.
Here is a use case that someone setting up their site would want to set up in the admin section before moving the site to a production enviroment.
When a user enters code CD001 they get 15% off a specific product.
I was thinking that we could inherit the CSLA rules stuff into a custom rules object which would connect to the database and pull the rules for the site that it needs and maybe put it self into a cache so it doesn't need to hit the db everytime a rule needs to be checked.
Any thoughts on a DB driven rules engine. We host tons of seperate websites that will be built with this custom content management system so coding business rules for each site is not feasible.
Here are some options, I'm certain there are others:
Copyright (c) Marimer LLC