Re: [rules-users] Query about Drools

2010-11-01 Thread Michael Anstis
Hi, 1) Outside of Guvnor rules are normally defined in DRL (text files) or spreadsheets (Decision Tables). There is an API to load these into KnowledgeBases at runtime. Behind the covers Guvnor does much the same - generating DRL from its internal structures that are compiled into KnowledgeBases t

[rules-users] Query about Drools

2010-11-01 Thread sameer.bogawat
I have a project where I am allowing users to create rules from the application UI. Currently all the rules related info is stored in a database and the rules matching code is in Java. However this slows down the application considerably and hence we are looking at using a third party rules engine