Note that there are some explanatory texts on larger screens.

plurals
  1. POEditing Drools within a Web Service using Guvnor
    primarykey
    data
    text
    <p>We have just started work on with Drools exposed as a RESTful web service (starting with the example in the Drools Integration download available at <a href="http://www.jboss.org/drools/downloads.html" rel="nofollow">http://www.jboss.org/drools/downloads.html</a>, our project looks similar to this <a href="http://docs.jboss.org/drools/release/5.4.0.CR1/droolsjbpm-integration-docs/html/ch03.html#" rel="nofollow">http://docs.jboss.org/drools/release/5.4.0.CR1/droolsjbpm-integration-docs/html/ch03.html#</a>). This results in a .wadl which looks like this:</p> <pre><code>&lt;application xmlns="http://wadl.dev.java.net/2009/02" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt; &lt;grammars/&gt; &lt;resources base="http://localhost:8080/msci-poc-drools-server/kservice/rest"&gt; &lt;resource path="/"&gt; &lt;resource path="execute"&gt; &lt;method name="POST"&gt; &lt;request&gt; &lt;representation mediaType="text/plain"/&gt; &lt;/request&gt; &lt;response&gt; &lt;representation mediaType="text/plain"/&gt; &lt;/response&gt; &lt;/method&gt; &lt;/resource&gt; &lt;/resource&gt; &lt;/resources&gt; &lt;/application&gt; </code></pre> <p>What we would like to do is allow editing of the rules in Drools via the Guvnor application. I'm not sure whether this is possible (Guvnor seems to wrap it's own instance of a Drools knowledge base as far I can tell) although. Is this possible? How easy is it to do?</p> <p><b>I suppose my question is really this, how do I have a Drools which is exposed as a web service which I can also edit using Guvnor if I want to?</b></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload