-
Thanks very much, that does seem much more suited to my needs! (Though perhaps you shouldn't make a habit of steering people towards a competitor ;-) )
2009-05-29 00:39:28 UTC in NxBRE
-
Hi Dave,
Thanks for the quick reply!
Do you know of any engine that supports the 'firing-rules-on-data-changes' natively? I've been Googling, but can't see the wood through the trees...
Thanks,
Frances.
2009-05-29 00:17:13 UTC in NxBRE
-
Hi all,
For the application we're building at my company I'm looking into rules engines. The app will have lots of rules, and since they'll change often we want to keep them separate from the codebase. So far, very basic. Only, most of our rules don't look like this:
IF (x > y)
THEN z = 5
ELSE z = 10
But like this:
z = x + y
They're mostly calculations, not if-else statements.
2009-05-28 23:04:30 UTC in NxBRE