Project Group: org.activecomponents.jadex

bpmn

org.activecomponents.jadex : jadex-applications-bpmn

The Jadex bpmn applications package contains several example applications, benchmarks and testcases using bpmn workflows.

Last Version: 4.0.265

Release Date:

mixed

org.activecomponents.jadex : jadex-applications-mixed

The Jadex mixed applications package contains example applications using mixed types of components.

Last Version: 4.0.265

Release Date:

3d

org.activecomponents.jadex : jadex-addon-3d

Jadex 3d support for environments.

Last Version: 4.0.265

Release Date:

ws

org.activecomponents.jadex : jadex-addon-ws

Jadex webservices publication addon.

Last Version: 4.0.265

Release Date:

Last Version: 4.0.265

Release Date:

quickstart

org.activecomponents.jadex : jadex-applications-quickstart

The Jadex quickstart package contains the ready to use "Cleanerworld" environment as a testbed for experimenting with autonomous agents and intelligent behavior.

Last Version: 4.0.265

Release Date:

bdiv3

org.activecomponents.jadex : jadex-applications-bdiv3

The Jadex BDI V3 applications package contains several example applications, benchmarks and testcases using BDI V3 agents.

Last Version: 4.0.265

Release Date:

web

org.activecomponents.jadex : jadex-applications-web

Jadex examples that can be deployed as web application.

Last Version: 4.0.265

Release Date:

standard

org.activecomponents.jadex : jadex-distribution-standard

The standard distribution of the Jadex middleware including all typical modules such as all standard kernels and tools.

Last Version: 4.0.265

Release Date:

intravm

org.activecomponents.jadex : jadex-transport-intravm

Message transport for distributed tests with simulation (no external threads) based on intra VM passing of message data.

Last Version: 4.0.265

Release Date:

jadex-commons

org.activecomponents.jadex : jadex-commons

Jadex commons is a base package containing frequently used functionality missing in standard Java utility classes.

Last Version: 3.0.117

Release Date:

jadex-bridge

org.activecomponents.jadex : jadex-bridge

Jadex bridge is a base package for kernels and platforms, i.e. it is used by both and provides commonly used interfaces and classes for active components and their management.

Last Version: 3.0.117

Release Date:

jadex-xml

org.activecomponents.jadex : jadex-xml

Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.

Last Version: 3.0.117

Release Date:

jadex-javaparser

org.activecomponents.jadex : jadex-javaparser

The Jadex Java parser allows arbitrary Java terms being parsed. The parser accepts input that can be written as right hand side of a Java assignment (exp = term), i.e. procedural language aspects like loops or branches.

Last Version: 3.0.117

Release Date:

jadex-platform

org.activecomponents.jadex : jadex-platform

The Jadex platform package contains implementations of platform services as well as the platform component itself.

Last Version: 3.0.117

Release Date:

jadex-kernel-extension-envsupport

org.activecomponents.jadex : jadex-kernel-extension-envsupport

The Jadex kernel extension envsupport allows for using 2D spaces in concert with components.

Last Version: 3.0.117

Release Date:

jadex-platform-extension-webservice-desktop

org.activecomponents.jadex : jadex-platform-extension-webservice-desktop

The Jadex desktop webservice platform extension package contains functionality for using and providing WSDL web services and REST web services. It uses dependencies which are only available for Java SE.

Last Version: 3.0.117

Release Date:

jadex-applib-bdi

org.activecomponents.jadex : jadex-applib-bdi

The Jadex applib BDI package contains ready to use functionalities for BDI agents mostly in form of modules called capabilities.

Last Version: 3.0.117

Release Date:

jadex-platform-extension-webservice

org.activecomponents.jadex : jadex-platform-extension-webservice

The Jadex webservice platform extension package contains basic functionality for WSDL web services and REST web services.

Last Version: 3.0.117

Release Date:

Last Version: 3.0.117

Release Date:

jadex-kernel-extension-agr

org.activecomponents.jadex : jadex-kernel-extension-agr

The Jadex kernel extension agr allows for using the agent group role model.

Last Version: 3.0.117

Release Date:

jadex-kernel-extension-envsupport-jmonkey

org.activecomponents.jadex : jadex-kernel-extension-envsupport-jmonkey

This extensions allows for visualizing 3d environments of envsupport applications.

Last Version: 3.0.117

Release Date:

Last Version: 3.0.117

Release Date:

jadex-runtimetools-swing

org.activecomponents.jadex : jadex-runtimetools-swing

The Jadex rules tools package contains tools for the Jadex active components infrastructure.

Last Version: 3.0.117

Release Date:

Last Version: 3.0.117

Release Date:

jadex-model-bpmn

org.activecomponents.jadex : jadex-model-bpmn

Business Process Model and Notation (BPMN) implementation.

Last Version: 3.0.117

Release Date:

jadex-rules

org.activecomponents.jadex : jadex-rules

Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

Last Version: 3.0.117

Release Date:

Last Version: 3.0.117

Release Date:

jadex-applications-java8

org.activecomponents.jadex : jadex-applications-java8

The Jadex applications Java 8 package contains several example applications using Java 8 language features.

Last Version: 3.0.117

Release Date:

jadex-distribution-server

org.activecomponents.jadex : jadex-distribution-server

The server distribution of the Jadex middleware includes useful modules for running server side jadex applications.

Last Version: 3.0.117

Release Date:

jadex-gradle-plugin

org.activecomponents.jadex : jadex-gradle-plugin

Gradle plugin for generating BDIV3 runtime code from agent annotations at compile time. Needed by Jadex-Android, because runtime code generation is not supported on Jadex-Android.

Last Version: 3.0.117

Release Date:

Last Version: 3.0.117

Release Date:

Last Version: 3.0.117

Release Date:

jadex-platform-standalone-launch

org.activecomponents.jadex : jadex-platform-standalone-launch

The Jadex launch package facilitates executing the Jadex standalone platform.

Last Version: 3.0.117

Release Date:

jadex-rules-applications

org.activecomponents.jadex : jadex-rules-applications

The Jadex rules applications package contains several example applications using rules.

Last Version: 3.0.117

Release Date:

jadex-tools-benchmarks

org.activecomponents.jadex : jadex-tools-benchmarks

The Jadex tools benchmarks package contains a library and tools for building histories of benchmark runs.

Last Version: 3.0.117

Release Date:

Last Version: 3.0.115

Release Date:

jadex-platform-android

org.activecomponents.jadex : jadex-platform-android

The jadex-platform-android package contains extensions needed to run a jadex platform on an android device.

Last Version: 3.0.115

Release Date:

jadex-runtimetools-android

org.activecomponents.jadex : jadex-runtimetools-android

The Jadex rules tools package contains tools for the Jadex active components infrastructure.

Last Version: 3.0.115

Release Date:

Last Version: 3.0.115

Release Date:

jadex-android-xmlpull

org.activecomponents.jadex : jadex-android-xmlpull

This Project includes a variant of the Jadex XML Parser that uses the Android XML Pull API.

Last Version: 3.0.115

Release Date:

Last Version: 3.0.115

Release Date:

jadex-platform-extension-webservice-android

org.activecomponents.jadex : jadex-platform-extension-webservice-android

The Jadex android webservice platform extension package contains functionality for using (but not providing) REST web services.

Last Version: 3.0.115

Release Date:

jadex-android-bluetooth

org.activecomponents.jadex : jadex-android-bluetooth

Bluetooth ad-hoc communication for Jadex-Android.

Last Version: 3.0.115

Release Date:

Last Version: 3.0.115

Release Date:

jadex-distribution-android

org.activecomponents.jadex : jadex-distribution-android

The android distribution of the Jadex middleware including all typical modules that can be used on Android.

Last Version: 3.0.115

Release Date:

Last Version: 3.0.95

Release Date:

jadex-applications-android-demos

org.activecomponents.jadex : jadex-applications-android-demos

This project contains an android application to demonstrate some jadex features.

Last Version: 3.0.95

Release Date: