<div dir="ltr">hi ,<div>    the jbpm-installer JBPM5 install.html </div><div>  <span style="color:rgb(0,0,0);font-family:Simsun;font-size:medium">You can for example find the latest release </span><a href="http://sourceforge.net/projects/jbpm/files/jBPM%205/" style="font-family:Simsun;font-size:medium">here</a><span style="color:rgb(0,0,0);font-family:Simsun;font-size:medium"> or the latest snapshot release </span><a href="http://hudson.jboss.org/hudson/job/jBPM5/lastSuccessfulBuild/artifact/target" style="font-family:Simsun;font-size:medium">here</a><span style="color:rgb(0,0,0);font-family:Simsun;font-size:medium">.</span></div>
<div><span style="color:rgb(0,0,0);font-family:Simsun;font-size:medium">the first here can not be used.please change .</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/21  <span dir="ltr">&lt;<a href="mailto:jbpm-dev-request@lists.jboss.org" target="_blank">jbpm-dev-request@lists.jboss.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send jbpm-dev mailing list submissions to<br>
        <a href="mailto:jbpm-dev@lists.jboss.org">jbpm-dev@lists.jboss.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.jboss.org/mailman/listinfo/jbpm-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jbpm-dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:jbpm-dev-request@lists.jboss.org">jbpm-dev-request@lists.jboss.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:jbpm-dev-owner@lists.jboss.org">jbpm-dev-owner@lists.jboss.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of jbpm-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Forking/Extending jbpm-designer for VDML and CMMN stencilsets<br>
      (Ampie Barnard)<br>
   2. Re: Forking/Extending jbpm-designer for VDML and CMMN<br>
      stencilsets (Tihomir Surdilovic)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 20 Aug 2013 11:37:18 +0200<br>
From: Ampie Barnard &lt;<a href="mailto:ampieb@gmail.com">ampieb@gmail.com</a>&gt;<br>
Subject: [jbpm-dev] Forking/Extending jbpm-designer for VDML and CMMN<br>
        stencilsets<br>
To: <a href="mailto:jbpm-dev@lists.jboss.org">jbpm-dev@lists.jboss.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAHy73T79HgxpyzihpJoXCte8yUGYWnUH_kYKNYddUYGOgi_-wQ@mail.gmail.com">CAHy73T79HgxpyzihpJoXCte8yUGYWnUH_kYKNYddUYGOgi_-wQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi jBPM devs,<br>
<br>
I need to implement a web based modeling environment, initially just to<br>
illustrate VDML and CMMN to some developers on another open source project.<br>
However, there is a possibility that it may eventually be used and<br>
distributed.<br>
<br>
I am impressed with what you guys have done with the original Oryx<br>
codebase, and would much rather start from jBPM-designer than from the<br>
current (dead) Oryx codebase. However, I am not sure which approach to take<br>
extending jBPM designer and have the following questions:<br>
<br>
1. I noticed the IDiagramProfile interface that makes stencilsets nicely<br>
configurable from the serverside, but is it feasible yet to introduce an<br>
entirely separately deployed (different jar/war)  stencilset? I suspect<br>
that the introduction of additional CDI beans would at least require<br>
packaging inside the existing jBPM-designer war, even if I can deploy the<br>
stencilset itself in a separate war, but I may be wrong.<br>
<br>
2. If I cannot develop my extensions as a separate deployment, I will<br>
probably have to resort to introducing my extensions to jBPM-designer on my<br>
own fork, but does the jBPM-designer&#39;s license allow such re-packaging?<br>
<br>
Kind Regards<br>
<br>
Ampie Barnard<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.jboss.org/pipermail/jbpm-dev/attachments/20130820/52f9842f/attachment-0001.html" target="_blank">http://lists.jboss.org/pipermail/jbpm-dev/attachments/20130820/52f9842f/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 20 Aug 2013 08:02:57 -0400<br>
From: Tihomir Surdilovic &lt;<a href="mailto:tsurdilo@redhat.com">tsurdilo@redhat.com</a>&gt;<br>
Subject: Re: [jbpm-dev] Forking/Extending jbpm-designer for VDML and<br>
        CMMN stencilsets<br>
To: <a href="mailto:jbpm-dev@lists.jboss.org">jbpm-dev@lists.jboss.org</a><br>
Message-ID: &lt;<a href="mailto:52135AF1.7030404@redhat.com">52135AF1.7030404@redhat.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
On 8/20/13 5:37 AM, Ampie Barnard wrote:<br>
&gt; Hi jBPM devs,<br>
&gt;<br>
&gt; I need to implement a web based modeling environment, initially just<br>
&gt; to illustrate VDML and CMMN to some developers on another open source<br>
&gt; project. However, there is a possibility that it may eventually be<br>
&gt; used and distributed.<br>
&gt;<br>
&gt; I am impressed with what you guys have done with the original Oryx<br>
&gt; codebase, and would much rather start from jBPM-designer than from the<br>
&gt; current (dead) Oryx codebase. However, I am not sure which approach to<br>
&gt; take extending jBPM designer and have the following questions:<br>
&gt;<br>
&gt; 1. I noticed the IDiagramProfile interface that makes stencilsets<br>
&gt; nicely configurable from the serverside, but is it feasible yet to<br>
&gt; introduce an entirely separately deployed (different jar/war)<br>
&gt; stencilset? I suspect that the introduction of additional CDI beans<br>
&gt; would at least require packaging inside the existing jBPM-designer<br>
&gt; war, even if I can deploy the stencilset itself in a separate war, but<br>
&gt; I may be wrong.<br>
You would create your own profile instead which can tie to specific<br>
stencil set definitions and marshalling/unmarshalling impls.<br>
&gt;<br>
&gt; 2. If I cannot develop my extensions as a separate deployment, I will<br>
&gt; probably have to resort to introducing my extensions to jBPM-designer<br>
&gt; on my own fork, but does the jBPM-designer&#39;s license allow such<br>
&gt; re-packaging?<br>
Yes.<br>
<br>
&gt;<br>
&gt; Kind Regards<br>
&gt;<br>
&gt; Ampie Barnard<br>
Thanks.<br>
Tihomir<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; jbpm-dev mailing list<br>
&gt; <a href="mailto:jbpm-dev@lists.jboss.org">jbpm-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/jbpm-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jbpm-dev</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.jboss.org/pipermail/jbpm-dev/attachments/20130820/15ca7827/attachment-0001.html" target="_blank">http://lists.jboss.org/pipermail/jbpm-dev/attachments/20130820/15ca7827/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
jbpm-dev mailing list<br>
<a href="mailto:jbpm-dev@lists.jboss.org">jbpm-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jbpm-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jbpm-dev</a><br>
<br>
End of jbpm-dev Digest, Vol 57, Issue 17<br>
****************************************<br>
</blockquote></div><br></div>