[rules-users] Some questions

Mark Proctor mproctor at codehaus.org
Fri Dec 5 22:33:13 EST 2008


Mark Proctor wrote:
> Ravi Krishnamurthy wrote:
>> Hello:
>> Could some one give some input for the following questions
>> 1) Can drools read the datas for facts from Excel
> Use a 3rd party library like XLSBeans:
> http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=XLSBeans
oh and didn't realise jexel, which our decision table stuff uses also 
supports this:
http://jxls.sourceforge.net/reference/reader.html
>> 2) is Nested rules is supported in Drools
> There are many ways to achieve the same effect. Use mail-archive and 
> search the user mailing list and you'll read lots about ruleflow, 
> agendagroups, semaphores etc.
>> 3) can rules communicate across .drl files
> rules do not communication, they match data and fire rules.
>> 4) is there support for looping and collection
> Drools has the most advanced LHS syntax than any other engine. with 
> support for both collect and accumulate with accumulate functions - 
> look into those. Any valid Java or MVEL statement can be used for the RHS.
>
> Mark
>>
>> Thanks in advance,
>> Ravi
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>   
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20081206/95510b29/attachment.html 


More information about the rules-users mailing list