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, Mal

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

2009-06-19 Thread Andreas Kohn
On Wed, 2009-06-17 at 09:36 -0700, Malay Shah wrote: > 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

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

2009-06-17 Thread Mark Proctor
t into a rule base. 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 Sent: Jun 17, 2009 12:36 PM To: rules-users@lists.jboss.org Subject: [rules-users] Creating drools rules

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

2009-06-17 Thread Malay Shah
alay Shah >>Sent: Jun 17, 2009 12:36 PM >>To: rules-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 AP

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

2009-06-17 Thread Dave Cracauer
kages and built into a rule base. 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 >Sent: Jun 17, 2009 12:36 PM >To: rules-users@lists.jboss.org >Subject: [rule

[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 files,