i read the documentation saying drools 4.x supports pluggable dialects, but i can't find anything else that explains what it is. i think by default i am using java dialect. and there is a MVEL dialect. is that it? <br><br>i am trying to see if there is a way to not use java beans as fact objects.<br><br>i have been looking to the MVEL website where they have a sample like this:<br><pre class="code-java">Map vars = <span class="code-keyword">new</span> HashMap();<br>vars.put(<span class="code-quote">"x"</span>, <span class="code-keyword">new</span> <span class="code-object">Integer</span>(5));<br>vars.put(<span class="code-quote">"y"</span>, <span class="code-keyword">new</span> <span class="code-object">Integer</span>(10));<br><br><span class="code-object">Integer</span> result = (<span class="code-object">Integer</span>) MVEL.eval(<span class="code-quote">"x * y"</span>, vars);</pre>my question is if i use MVEL dialect, can i pass in a Map similar to the above for fact
objects? Thanks.<br><br>jack.<br><p> 
<hr size=1>Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping">
Find them fast with Yahoo! Search.</a>