Re: [rules-users] Challenge! Using javassist and drools presents an issue with drl

2010-04-28 Thread Dave Cracauer
It sounds like the stated goal is to make things easier for non-developers to write rules. What about a dsl? What about using a templating language? I have used velocity in the past for dynamically generating rules based on templates, and I think that there is built in support for templates u

Re: [rules-users] Creating drools rules porgramatically?

2009-06-17 Thread Dave Cracauer
Malay, We've been doing something similar to what you are asking for, but using the rule syntax as an intermediate step. We have a datamodel that users can use to express the rules, and we have a templating engine that turns that into the drools syntax. This then gets compiled into packages and