资 源 简 介
Overview
This project provides support for the Enhydra Shark Workflow Engine using the Spring Framework.
Features already implemented
Support for in-container and out-of-container execution of the Enhydra Shark engine
Pluggable Transaction Manager using the Spring Framework"s Platform Transaction Manager.
Callback interface to execute Enhydra Shark operations, wrapped automatically in a transaction, providing for automatic rollback if exceptions are thrown
Configuration
Please read the readme.txt file in the root of the project.
Building from source
The project is built using maven2. After you have configured the settings to your local environment, run the command
mvn clean install
This will run all unit tests and install the jar to your local repository