[jboss-svn-commits] JBL Code SVN: r34293 - labs/jbossrules/contrib/designer.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 29 08:36:54 EDT 2010
Author: KrisVerlaenen
Date: 2010-07-29 08:36:54 -0400 (Thu, 29 Jul 2010)
New Revision: 34293
Added:
labs/jbossrules/contrib/designer/readme.txt
Log:
- added readme for designer
Added: labs/jbossrules/contrib/designer/readme.txt
===================================================================
--- labs/jbossrules/contrib/designer/readme.txt (rev 0)
+++ labs/jbossrules/contrib/designer/readme.txt 2010-07-29 12:36:54 UTC (rev 34293)
@@ -0,0 +1,21 @@
+The designer is a web-based BPMN2 editor for Drools Flow, integrated into Guvnor. It is based on the open-source Oryx editor.
+
+Oryx is a web based visual modeller hosted at google code:
+http://code.google.com/p/oryx-editor/
+
+Oryx is also backed by Signavio, who provide a professionally maintained version of Oryx:
+http://www.signavio.com/en.html
+
+Drools Flow is currently integrated with the WAR provided from the Oryx branch maintained by Antoine Toulme, http://github.com/atoulme. This branch is maintained with the aim of apply patches in a timely manner that can be upstream to the Oryx project. The latest version can be downloaded from:
+http://github.com/intalio/process-designer/
+
+
+How to use the designer:
+
+Download the designer.war and unzip the folder in your JBossAS_4.2.3_GA_HOME/server/default/deploy directory and start up the server.
+You should be able to open the designer at http://localhost:8080/designer/editor
+You should also see the editor when you try to open a *.bpmn file in Guvnor. Note however that Oryx still uses the BPMN2 beta1 format, so you should make sure you are using that version and not the latest (or Oryx will not be able to parse your input).
+
+Remarks:
+Oryx currently requires Java6
+Oryx currently requires Mozilla Firefox
More information about the jboss-svn-commits
mailing list