Re: [rules-users] Application based rule management

2010-02-19 Thread Esteban Aliverti
Did you try with KnowledgeAgent? Used along with Resource Change Notification and Resource Change Scanner you can poll an entire directory: http://downloads.jboss.com/drools/docs/5.0.1.26597.FINAL/drools-expert/html_single/index.html#d0e819

Re: [rules-users] Application based rule management

2010-02-19 Thread H.C.
>From the Guvnor manual: 1.3.1.1. Modules There are 2 modules: drools-repository (back end) and drools-guvnor (front end and rules integration). The drools-guvnor module depends on the drools-repository module... I think drools-repository is the component you are looking for here. Is this link

[rules-users] Application based rule management

2010-02-19 Thread Luiz Eduardo Guida Valmont
Hi all, >From what I could grasp after looking at the Guvnor documentation, it provides no API. Since it would be a (very) bad idea to re-develop such (complex) simple feature, I'm wondering whether there is an API to manage a set of rules, poll it for changes and update it accordingly. I cannot