<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mark Proctor wrote:
<blockquote cite="mid:4939EF6F.1050503@codehaus.org" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
Ravi Krishnamurthy wrote:
  <blockquote cite="mid:49398AA9.3090001@savvion.com" type="cite"><font
 face="Courier New, Courier, monospace">Hello:<br>
Could some one give some input for the following questions<br>
1) Can drools read the datas for facts from Excel<br>
    </font></blockquote>
Use a 3rd party library like XLSBeans:<br>
  <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=XLSBeans">http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=XLSBeans</a><br>
</blockquote>
oh and didn't realise jexel, which our decision table stuff uses also
supports this:<br>
<a class="moz-txt-link-freetext" href="http://jxls.sourceforge.net/reference/reader.html">http://jxls.sourceforge.net/reference/reader.html</a><br>
<blockquote cite="mid:4939EF6F.1050503@codehaus.org" type="cite">
  <blockquote cite="mid:49398AA9.3090001@savvion.com" type="cite"><font
 face="Courier New, Courier, monospace">2) is Nested rules is supported
in Drools<br>
    </font></blockquote>
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.<br>
  <blockquote cite="mid:49398AA9.3090001@savvion.com" type="cite"><font
 face="Courier New, Courier, monospace">3) can rules communicate across
.drl files<br>
    </font></blockquote>
rules do not communication, they match data and fire rules. <br>
  <blockquote cite="mid:49398AA9.3090001@savvion.com" type="cite"><font
 face="Courier New, Courier, monospace">4) is there support for looping
and collection<br>
    </font></blockquote>
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.<br>
  <br>
Mark<br>
  <blockquote cite="mid:49398AA9.3090001@savvion.com" type="cite"><font
 face="Courier New, Courier, monospace"><br>
Thanks in advance,<br>
Ravi<br>
    </font>
    <pre wrap=""><hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
  </blockquote>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>