0 Replies Latest reply on Apr 8, 2012 8:54 PM by yanhuixie

    How can I obtain the sources of console and guvnor war(jBPM5.2)?

    yanhuixie

      As we know, there are four war file under the "jbpm-installer\jboss-as-7.0.2.Final\standalone\deployments" (default installation).

      • designer.war
      • drools-guvnor.war
      • jbpm-gwt-console-server.war
      • jbpm-gwt-console.war

      I mean, for example, the sources of "jbpm-gwt-console.war\WEB-INF\classes\org\jboss\bpm\console\client\*.class"

      Though we can obtain some sources from "http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.2.0.Final/jbpm-5.2.0.Final-src.zip", it isn't the full set.

      And we can't find them under the github "https://github.com/droolsjbpm/jbpm" either.

      Our purpose is to shield some detail features and preserve some necessary features, then integrate them into our web application.

      By the way, Is our approach right?

      Any idea is appreciate, thanks!