[rules-users] drools design question

Swindells, Thomas TSwindells at nds.com
Thu Mar 17 05:23:52 EDT 2011


I'd definitely suggest this approach. Compiling DRL files into a knowledge base is very expensive and something  you want to avoid doing as much as possible and probably wouldn't come anywhere close to meeting your performance requirements!

Thomas

From: rules-users-bounces at lists.jboss.org [mailto:rules-users-bounces at lists.jboss.org] On Behalf Of Michael Anstis
Sent: 17 March 2011 07:52
To: Rules Users List
Subject: Re: [rules-users] drools design question

You could hold them all in a single KnowledgeBase with "State", "FactorY" and "FactorX" as Facts themselves checked in the Rules' RHS.

You could still have multiple DRL files (to aid authoring and maintenance) but load them all at once. The RETE network shares nodes for patterns shared across multiple rules. If your DRLs therefore share RHS patterns (e.g. simplistically State XX premium for criteria A = 100, State YY premium for criteria A = 110) the "criteria" patterns will be shared.

With kind regards,

Mike
2011/3/17 Esteban Aliverti <esteban.aliverti at gmail.com<mailto:esteban.aliverti at gmail.com>>

You could also use drools (maybe a decision table) to select the different drl files.

Best regards,
El mar 16, 2011 8:24 p.m., "marunam" <sutavis at gmail.com<mailto:sutavis at gmail.com>> escribió:


Hi,

We are developing an insurance application and we have decided to use drool
rules for our business rules
Now, we could have global business rules(applies to all states), specific to
state, specific to factor X, specific to factor Y etc. This way we are
expecting many drl files.

Now, when the application runs, we would know the values for state, factor
X, factor Y etc. and using these values we would determine(using database)
which drl files to load dynamically and just run the rules in those drls.

Is this approach recommended? Do you have any suggestions?

Thanks

--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/drools-design-question-tp2691182p2691182.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users at lists.jboss.org<mailto:rules-users at lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/rules-users

_______________________________________________
rules-users mailing list
rules-users at lists.jboss.org<mailto:rules-users at lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/rules-users


________________________________

**************************************************************************************
This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster at nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.

NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00
**************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110317/5cca53ec/attachment.html 


More information about the rules-users mailing list