<div dir="ltr">Thats a good point rjr201. Even I was looking to explore spreadsheet option a little further. But the question then is how are spreadsheets compiled/parsed into rules? Do they act as DSLs? As I want to keep it as a code-free option for users, do I need to insert a parser to generate a DRL file from spreadsheet? <br>
<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 21, 2014 at 5:06 PM, rjr201 <span dir="ltr">&lt;<a href="mailto:rich.j.riley@gmail.com" target="_blank">rich.j.riley@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">DSL&#39;s are ok up to a point. However I&#39;ve found it&#39;s sometimes easier to<br>
create very simple java classes and teach users the basics of the drools<br>
language.<br>
<br>
It&#39;s really down to the problem you are trying to solve.<br>
<br>
Have you looked into using spreadsheets? If you can fit your<br>
problem/solution into the spreadsheet format then I would strongly recommend<br>
you use that approach. Business users understand spreadsheets, and it<br>
reduces the risk of users making syntax/logic errors (spreadsheets<br>
essentially provide a template in which the user fills in parameters).<br>
<br>
<br>
<br>
</div>--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/How-to-allow-non-programmers-non-Drools-programmers-to-define-rules-tp4028875p4028880.html" target="_blank">http://drools.46999.n3.nabble.com/How-to-allow-non-programmers-non-Drools-programmers-to-define-rules-tp4028875p4028880.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>