aeremenok / jbpm-examples

An example project for experiments with jBPM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 95.2%Language:Shell 4.8%