org.activecomponents.jadex:jadex-rules-tools

The Jadex rules tools package contains tools for the Jadex rule engine.


License
GPL-3.0

Documentation

Jadex Active Components

The Jadex Active Components Framework provides programming and execution facilities for distributed and concurrent systems. The general idea is to consider systems to be composed of components acting as service providers and consumers. Hence, it is very similar to the Service Component Architecture (SCA) approach and extends it with agents-oriented concepts. In contrast to SCA, components are always active entities, i.e. they posses autonomy with respect to what they do and when they perform actions making them akin to agents. In contrast to agents, communication is preferably done using service invocations.

Read more about Active Components at https://www.activecomponents.org and visit the documentation overview.

Maven/Gradle dependencies

Gradle:

implementation 'org.activecomponents.jadex:jadex-distribution-minimal:'+jadex_version

Maven:

<dependency>
    <groupId>org.activecomponents.jadex</groupId>
    <artifactId>jadex-distribution-minimal</artifactId>
    <version>${jadexversion}</version>
</dependency>

For more details on setting up a development project see the Getting Started Guide.

Releases

For the latest release versions, please have a look at our download page.