[rules-users] "Rule Engine Development with JBoss Drools" Training in Phoenix, Feb 22-23

2011-05-14 Thread Brian Sam-Bodden
small groups based on complexity. Each day includes 2 to 3 follow along exercises and 4 to 5 Labs. Your Instructor Brian Sam-Bodden<http://www.nofluffjuststuff.com/conference/speaker/brian_sam-bodden>is a developer, author, trainer and well-known speaker that has spent over fifteen

Re: [rules-users] Newbie API Question

2008-11-04 Thread Brian Sam-Bodden
You could use a query On Tue, Nov 4, 2008 at 9:14 AM, Bhamidi Krishna <[EMAIL PROTECTED]>wrote: > Hi, > > how can one access the logical inserts from my java code? > > In my rules, I have a couple of logicalInserts. How can I access the > logical inserts from my calling class after the ruleset e

Re: [rules-users] Drools Workbench on Eclipse 3.4?

2008-10-28 Thread Brian Sam-Bodden
'm assuming that were a bunch of plug-ins for 3.3) On Tue, Oct 28, 2008 at 2:30 AM, Michal Bali <[EMAIL PROTECTED]> wrote: > As far as I know Drools Flow Eclipse editor works only in Eclipse 3.3.Also > the RETE tree sometimes doesn't show. > > On Tue, Oct 28, 200

[rules-users] Drools Workbench on Eclipse 3.4?

2008-10-27 Thread Brian Sam-Bodden
Has anybody gotten the Drools Workbench working on Ganymede. I'm trying to install on a fresh Ganymede install and getting all kinds of dependency issues. I see the 5.0 version supports 3.4 but will it work with Drools 4.0.7? ___ rules-users mailing list

Re: [rules-users] Re: Independent rule evaluations

2007-08-13 Thread Brian Sam-Bodden
On 8/13/07, Yuri <[EMAIL PROTECTED]> wrote: > Brian Sam-Bodden integrallis.com> writes: > > You can use Agenda Filters or Agenda Groups I believe. > > Hi Brian, > > afaik, agenda-groups just layers the rule activations so that it becomes > easier > to manage th

Re: [rules-users] Independent rule evaluations

2007-08-13 Thread Brian Sam-Bodden
You can use Agenda Filters or Agenda Groups I believe. On 8/13/07, Yuri <[EMAIL PROTECTED]> wrote: > Considering that I have a set of rules that can be time consuming to assert is > there a way to separate them from other rules without having to resort to > multiple working memories? > > I basical

Re: [rules-users] Entreprise using Drools with success

2007-07-18 Thread Brian Sam-Bodden
We deployed a Drools based solution to a client in the pharmaceutical distribution world (Fortune 100 company :-). We used Drools to power the decisions an interactive voice ordering system. A small number of rules initially but growing constantly based on user metrics. System has been running for

Re: [rules-users] Word Salience in .drl files

2007-04-13 Thread Brian Sam-Bodden
You can think of Salience as a relative priority for a rule. If two rules conflict, Salience is a way to resolve the conflict. On 4/13/07, Zully Yineth Romero Albarracin <[EMAIL PROTECTED]> wrote: Hi again. What does "Salience X" mean? Where X is a number. Thanks _