Skip to content

aeremenok/jbpm-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is an example how to use jBPM3.

To run it you'll need:

Install apache maven, then run in command line:

$ mkdir repo
$ cd repo
$ git clone git@github.com:aeremenok/jbpm-examples.git

$ cd jbpm-examples
; the following will download library dependencies from maven repository
$ mvn clean compile
; the following will create an eclipse config from the existing maven config (pom.xml)
$ mvn eclipse:eclipse

Then import the existing project into Eclipse.

The project also uses TestNG to implement unit-tests and SLF4J for logging.

The examples of usage are located in test classes like src/test/java/edu/leti/jbpm/SuccessfulProcessTest.java

About

An example project for experiments with jBPM

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors