Just out of curiosity. There are many open standards for data exchange, as well as standards for exchanging code (jsonp, for example).
But are there any standards for exchanging formulas/rules, for them to be executed on different platforms?
6
As suggested by Deer Hunter and Justin, current practices are:
- Use DB language and its interpreter
- Wrap rules using standard data exchange format and then interpret.