Difference between revisions of "Eclipse plugin: Usage"

From OpenKM Documentation
Jump to: navigation, search
Line 9: Line 9:
 
Once the wizard has finished, you can see an Eclipse environment with a central panel divided in four tabs:
 
Once the wizard has finished, you can see an Eclipse environment with a central panel divided in four tabs:
  
== Diagram ==
+
* ''Diagram'': This is the main work zone. Here you can construct your process definitions on a visual way.
This is the main work zone. Here you can construct your process definitions on a visual way.
 
  
  
Line 16: Line 15:
  
  
== Deployment ==
+
* ''Deployment'': Here you can deploy the created process definition directly to the server or save it to deploy manually. The file extension should be ".par".
Here you can deploy the created process definition directly to the server or save it to deploy manually. The file extension should be ".par".
 
  
  
 
<center>[[File:Eclipse.plugin.deployment.png|588px]]</center>
 
<center>[[File:Eclipse.plugin.deployment.png|588px]]</center>
  
== Design ==
+
* ''Design'': Is the source code of the process definition. It is an hierarchical representation of the XML which describe the nodes and transitions. See jPDL xml schema chapter in jBPM jPDL User Guide for more info.
Is the source code of the process definition. It is an hierarchical representation of the XML which describe the nodes and transitions. See jPDL xml schema chapter in jBPM jPDL User Guide for more info.
 
  
  
 
<center>[[File:Eclipse.plugin.design.png|589px]]</center>
 
<center>[[File:Eclipse.plugin.design.png|589px]]</center>
  
== Source ==
+
* ''Source'': Is the source code of the process definition. It is an XML which describe the nodes and transitions. See jPDL xml schema chapter in jBPM jPDL User Guide for more info.
Is the source code of the process definition. It is an XML which describe the nodes and transitions. See jPDL xml schema chapter in jBPM jPDL User Guide for more info.
 
  
  

Revision as of 10:40, 26 January 2010

To create a new process definition, go to File → New → Other and select "Process Definition". Will appear another form where you need to specify the source folder and the process name. Lets call it simply "hello".


459px


Once the wizard has finished, you can see an Eclipse environment with a central panel divided in four tabs:

  • Diagram: This is the main work zone. Here you can construct your process definitions on a visual way.


681px


  • Deployment: Here you can deploy the created process definition directly to the server or save it to deploy manually. The file extension should be ".par".


588px
  • Design: Is the source code of the process definition. It is an hierarchical representation of the XML which describe the nodes and transitions. See jPDL xml schema chapter in jBPM jPDL User Guide for more info.


589px
  • Source: Is the source code of the process definition. It is an XML which describe the nodes and transitions. See jPDL xml schema chapter in jBPM jPDL User Guide for more info.


588px