I know of the following (but not used) which might help point you in the right direction.<br><br>There is org.drools.guvnor.server.GuvnorAPIServlet (drools-guvnor) which provides a narrow API for dealing with repository artifacts. There is also a narrow REST-ful API in org.drools.repository.remoteapi.RestAPI (drools-repository, which is the backend to which you refer). Class org.drools.guvnor.server.RepositoryServiceServlet is the &quot;meat&quot; of Guvnors actions but it is tightly coupled to GWT and hence less useful as a generic external service. Unfortunately I doubt any will be entirely useful for your use-case without extensive enhancement. If you do end up creating a generic web-service exposing RepositoryService please consider giving back to the community.<br>
<br><br><div class="gmail_quote">On 18 October 2010 18:00, Wolfgang Laun <span dir="ltr">&lt;<a href="mailto:wolfgang.laun@gmail.com">wolfgang.laun@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
[I&#39;m re-posting this as a new thread with an apt subject on behalf of Patricia]<br>
<br>
This is the scenario that I am looking for:<br>
I am using Drools Guvnor as the central rule repository. I also have<br>
an external application, that has a custom rule editor in place, and<br>
users can create rules. This custom rule editor will take care of<br>
Conditional Elements and Consequence actions. I would like to be able<br>
to save the rule back in Guvnor, as that is the rule repository.<br>
<br>
In the docs, there says that Guvnor has 2 parts: front-end and<br>
backend. The backend includes the repository access as well. My<br>
question is if the Guvnor backend exposes the repository functionality<br>
as web service, or if it can be easily exposed.<br>
<br>
Thanks,<br>
Patricia<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>
</blockquote></div><br>