Support for the BRL editor in Eclipse was dropped as from 5.2.0, so I assume you are not using the Eclipse Plugin for 5.2 - in which case backward compatibility cannot be guaranteed. See the release notes for details.<br><br>
The WebDav interface in Eclipse is probably most suitable for your needs. You can author DRL files in Eclipse and push these to Guvnor through WebDav. <br><br>They should then be able to be built into a package in Guvnor and either downloaded manually or via the use of KnowledgeAgent.<br>
<br>As you say you are new to Drools I feel most of this is way too complicated for what you describe. I would recommend authoring your rules in DRL and using KnowledgeBuilder, as in the examples.<br><br>Once you understand more how this process works and you want to scale your mini-project into an enterprise application you can start to look at other mechanisms available.<br>
<br>Only my 2 cents worth.<br><br>With kind regards,<br><br>Mike<br><br><div class="gmail_quote">2011/9/16 AZZAZ mohamed <span dir="ltr">&lt;<a href="mailto:azzazm@gmail.com">azzazm@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;background-color:rgb(245, 245, 245)"><span>My</span> <span>mini</span> <span>project</span><br>
<span>I try to express</span> <span>business rules</span> <span>using</span> <span>the resources of</span> <span>java</span> <span>object</span>.<br>
<span>that&#39;s why</span> <span>I</span> <span>encode</span> <span>two</span> <span>classex</span> <span>Car and</span> <span>Driver and</span> <span>I</span> <span>apply a</span> <span>business rule</span> <span>to see if it</span> <span>can be</span><span>secured</span> <span>like this (</span>example): <span>if the</span> <span>driver&#39;s</span> <span>age</span>&gt; <span>25 and the</span> <span>make of car</span>! <span>=</span> <span>BMW</span> <span>then</span> <span>will not be provided</span><br>

  <span>I use</span> <span>to express</span> <span>this rule</span> <span>guided</span> <span>rule</span> <span>integrated</span> <span>to eclipse</span> <span>it</span> <span>generates</span> <span>me</span> <span>this rule</span> <span>in a.</span></span><span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;background-color:rgb(245, 245, 245)"><span>brl</span><br>

<span>Then</span> <span>I want to</span> <span>deploy</span> <span>this information</span> </span><span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;background-color:rgb(245, 245, 245)"><span>guvnor</span></span><div>

<font color="#333333" face="arial, sans-serif"><span style="background-color:rgb(245, 245, 245)"><span>what is</span> <span>the correct</span> <span>jar</span> <span>that</span> <span>I use</span> <span>and how</span> <span>I make</span> <span>the link between</span> <span>Eclipse</span> <span>and</span> <span>Guvnor</span><br>

<span>so I can</span> <span>test my</span> <span>code</span></span><br></font><div><div></div><div><span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;font-size:16px;background-color:rgb(245, 245, 245)"><span><br>

</span></span></div></div><div><span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;font-size:16px;background-color:rgb(245, 245, 245)"><span><br></span></span></div>
<div><span style="color:rgb(51, 51, 51);font-family:arial, sans-serif;font-size:16px;background-color:rgb(245, 245, 245)"><span><br></span></span></div></div>
<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>
<br></blockquote></div><br>