In the project, you need to customize the process and find several open-source workflows, Bonita and jbpm. Now we will describe the jbpm demo installation and deployment process:
1. Install JDK 1.5 + (set as java_home) and ant 1.7 +.
Java:Http://java.sun.com/javase/downloads/index.jsp
Ant:Http://ant.apache.org/bindownload.cgi
2.download jbpm-javasversionapps-installer.zip
Address is http://sourceforge.net/projects/jbpm? Source = DLP
3. Execute the installation scriptProgram
Ant install. Demo. noeclipse
Ant install. Demo (incorrect path configuration due to eclipse downloading)
The process took 10 minutes.
4. Download eclipse
Http://www.eclipse.org/downloads/
Decompress the package to. \ jbpm-installer.
Or modify the eclipse path configured in build. properties.
Install/build. PropertiesEclipse. Home attributes
5. Use eclipse tools
Install the drools plug-in
Http://justsee.iteye.com/blog/1198259
Introduce sample project
"File-> Import..." "existing projects into workspace" The existing sample project (in the jbpm-installer/sample/evaluation directory)
6. Start
Ant start. Demo
Run
- Start the H2 Database
- Start the JBoss
- Start eclipse
- Start the jbpm Human Task Service
....
7. view the example
Subsequent process details
Dml@2013.7.3