<p dir="ltr">Great stuff Alexandre,</p>
<p dir="ltr">Could you please add the same brief text to the User Guide when you get a moment. </p>
<p dir="ltr">Thanks</p>
<p dir="ltr">Sent on the move</p>
<div class="gmail_quote">On 3 Mar 2014 20:50, "Alexandre Porcelli" <<a href="mailto:porcelli@redhat.com">porcelli@redhat.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For those interested on embedding workbench editors/perspectives into your own applications, here is the doc related to it that I just pushed to our docs github repository:<br>
<br>
Embedding Workbench In Your Application<br>
<br>
As we already know, Workbench provides a set of editors to author assets in different formats. According to asset’s format a specialized editor is used.<br>
<br>
One additional feature provided by Workbench is the ability to embed it in your own (Web) Applications thru it'sstandalone mode. So, if you want to edit rules, processes, decision tables, etc... in your own applications without switch to Workbench, you can.<br>
<br>
In order to embed Workbench in your application all you'll need is the Workbench application deployed and running in a web/application server and, from within your own web applications, an iframe with proper HTTP query parameters as described in the following table.<br>
<br>
Table HTTP query parameters for standalone mode<br>
<br>
Parameter Name Explanation Allow multiple values Example<br>
standalone With just the presence of this parameter workbench will switch to standalone mode. no (none)<br>
path Path to the asset to be edited. Note that asset should already exists. no git://master@uf-playground/<a href="http://todo.md" target="_blank">todo.md</a><br>
perspective Reference to an existing perspective name. no org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspective<br>
header Defines the name of the header that should be displayed (useful for context menu headers). yes ComplementNavArea<br>
<br>
Note<br>
Path and Perspective parameters are mutual exclusive, so can't be used together.<br>
<br>
<br>
Regards,<br>
---<br>
Alexandre Porcelli<br>
Principal Software Engineer<br>
Red Hat Business Systems and Intelligence Group<br>
<br>
<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>