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 41 and version 33:

At line 1 changed 1 line.
__Part I:__ [Integrating jBPM into AppFuse] - Integrating jBPM Support (via Spring-Modules) into AppFuse.\\
__Part I:__ [Integrating jBPM into AppFuse] - Integrate jBPM Support (via Spring-Modules) into AppFuse.\\
At line 3 changed 1 line.
__Part III:__ [Integrating jBPM into AppFuse Part Trois] - Enhancing defintions to support tasks, users, schedule and injecting spring beans into actions.\\
__Part III:__ [Integrating jBPM into AppFuse Part Trois] - Enhance defintions to support tasks, users, schedule and injecting spring beans into actions (Under Construction).\\
At line 22 changed 1 line.
Before we dive into creating process definitions lets create some packages where we will save our process defintions and actions.
Before creating process definitions lets create a package where we will save our process defintions.
At line 24 changed 4 lines.
Create the following packages:\\
{{org.appfuse.jbpm.process}} - will contain process defintions\\
{{org.appfuse.jbpm.action}} - will contain jbpm actions\\
{{org.appfuse.jbpm.ant}} - will contain ant tasks (such as loading identities, cleaning schema, etc)\\
Create the following package:\\
{{org.appfuse.jbpm.process}}\\
At line 141 changed 1 line.
Create {{{CustomLocalJbpmConfigurationFactoryBean.java}}} in {{{org/appfuse/jbpm/config}}} and copy code from [CustomLocalJbpmConfigurationFactoryBean.java] into it.
Create the following package:\\
{{ org.appfuse.jbpm.config }}
\\
\\
Create {{ CustomLocalJbpmConfigurationFactoryBean.java }} in above package and copy code from [CustomLocalJbpmConfigurationFactoryBean.java] into it.\\
Voila! When you restart the server the process defintion wont be redeployed.

Back to IntegratingJBPMIntoAppFusePartDeux, or to the Page History.