Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AmeerAhmed
IntegratingJBPMIntoA...
IntegratingJBPMIntoA...




JSPWiki v2.2.33

[RSS]


Hide Menu

IntegratingJBPMIntoAppFusePartDeux


Difference between version 5 and version 4:

At line 19 added 19 lines.
!![#1] Install Process Design Tool for Eclispe
This assumes that Appfuse is already configured in Eclipse. [AppFuseEclipse]
Download [JBoss jBPM Process Designer Plugin|http://www.jboss.com/products/jbpm/downloads]. Version 3.0.13 is used for this tutorial. Copy the {{features}} and {{plugins}} directory from the unzipped file to your {{%ECLIPSE_HOME%}} directory. Start Eclipse from command line by issuing __eclipse -clean__. Voila!
!![#2] Create and deploy a simple Process Defintion
Before we dive into creating process definitions with the new tool lets create some the packages where we will save our process defintions and actions.
Create the following packages:
{{org.appfuse.jbpm.process}}
{{org.appfuse.jbpm.action}}
All the processes will live under the {{.process}} package, however, you need to create a new package for each new process definition.
So lets start off by creating a simple test process.
Create a new package {{org.appfuse.jbpm.process.test}}
Create a new xml file

Back to IntegratingJBPMIntoAppFusePartDeux, or to the Page History.