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

2009-06-19 Thread Malay Shah
Thanks Mark and Andreas. I think using the API would be pretty tricky, considering that it does not have documentation and is not very popular. I guess the option of creating drl on the fly would be easier for now. Regards, Malay Andreas Kohn-5 wrote: On Wed, 2009-06-17 at 09:36 -0700,

[rules-users] Creating drools rules porgramatically?

2009-06-17 Thread Malay Shah
Hi, I am looking to create the drools Rule objects programatically, and I believe there is API to do that in 4.0.7. But, the API looks complex and the documentation is not sufficient. Could anyone please point me to some examples of doing this? I basically don't want to write rules in .drl

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

2009-06-17 Thread Dave Cracauer
: [rules-users] Creating drools rules porgramatically? Hi, I am looking to create the drools Rule objects programatically, and I believe there is API to do that in 4.0.7. But, the API looks complex and the documentation is not sufficient. Could anyone please point me to some examples of doing this? I

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

2009-06-17 Thread Malay Shah
-users@lists.jboss.org Subject: [rules-users] Creating drools rules porgramatically? Hi, I am looking to create the drools Rule objects programatically, and I believe there is API to do that in 4.0.7. But, the API looks complex and the documentation is not sufficient. Could anyone please point me

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

2009-06-17 Thread Mark Proctor
. This has worked rather well for us, as it allows us to make updates to logic on the fly by changing the templates. -- Dave -Original Message- From: Malay Shah malay.s...@morganstanley.com Sent: Jun 17, 2009 12:36 PM To: rules-users@lists.jboss.org Subject: [rules-users] Creating drools