I'm evaluating Drools and other RMSs, looking for one that provides the following features:Not quite sure what you mean, this is an addition you want to the rule language itself? Can you provide more details, maybe we can help you work on this.
1) Citation tracking. I need to note what articles or scenarios motivated a rule, and be able to provide a short description of how the rule supports each. This goes beyond commenting because I need to have access to a list of all articles and scenarios used and be able to jump to the rules that hang from them.
Drools is not built on Jess or related to Jess in anyway, other than that we all have our own implementations of the Rete algorithm and have followed many of the features implemented in Clips, which itself was derived from ART. The Drools DRL language itself was designed as a more intuitive and less verbose language, this becomes increasinly important as you start to add more complex syntax which becomes harder to read with a lisp approach. I think most people in here would agree that the Drools DRL approach is an improvement over the lisp approach of clips/jess - apart from the die hard lisp fans.
2) Jess rule language. Our team has a symbolic AI background, and Drools' language is non-intuitive to us. It appears that Drools is built on Jess, and Jess' language would work much better for us. Is there a way to use Jess' language, including intellisense support?
Again not really sure what you are discussing, wouldn't just putting the .drl up at sourceforce achieve this?
3) Export to sourceforge. Our deployments involve exporting the rulebase and associated citation tracking to sourceforge or google code. That is, we want to deploy text rather than binaries. Is there a better way to do this than a simple db export?
I've checked the user manuals and list archives for each of these questions but wasn't able to answer them for myself.
David
_______________________________________________ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users