Skip to content

Computation Lifecycle Extension

papousek edited this page Jul 30, 2012 · 5 revisions

Description

The extension provides computation container being able to manage execution of computations. The provided services are placed in ApplicationScope.

Maven Dependency

<dependency>
    <groupId>org.sybila.parasim.extension</groupId>
    <artifactId>computation-lifecycle-impl</artifactId>
    <version>${parasim.version}</version>
</dependency>

Usage

The usage is described in Compuation Model. You have to define type of the used executor by @RunWith annotation in the class definition level.