Repository

Artifacts/Jars

Popular Tags

ajax analysis annotations ant apache api archetype aspect asynchronously beans binding bpm build buildsystem bytecode cache cms codecoverage codehaus collections concurrency container database directory distributed doc eclipse ejb esb format framework graph graphics hadoop hibernate html http ide imap io jbi jdbc jdo jini jms jmx jndi jsf jsp language logging mail maven metadata microsoft mock net osgi parser pdf persistence plugin pool portal portlet query regexp rmi rpc rss ruleengine scheduling scm scripting security server servlet soa soap socket spring ssh svg swt system taglib template testing transaction ui web webdav webframework webserver webservice workflow xml xquery xslt

[See All Tags]
home » net.sourceforge.jadex

Group: net.sourceforge.jadex



Artifact Last Version Popularity Description
jadex-bridge (8)
jadex-bridge
2.0 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.
jadex-commons (9)
jadex-commons
2.0 Jadex commons is a base package containing frequently used functionality missing in standard Java utility classes.
jadex-xml (9)
jadex-xml
2.0 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 the 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.
jadex-platform-base (8)
jadex-platform-base
2.0 The Jadex platform base package contains functionality useful for constructing platforms.
jadex-javaparser (8)
jadex-javaparser
2.0 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.
jadex-kernel-bpmn (8)
jadex-kernel-bpmn
2.0 The Jadex BPMN kernel provides a workflow kernel for the standardized business process modeling notation. The kernel relies on annotated BPMN diagrams, which include detailed execution information.
jadex-kernel-application (8)
jadex-kernel-application
2.0 The Jadex application kernel provides application support for active components, whereby an application is itself considered as an active component. Applications are composed of subcomponents as well as spaces in various characteristics.
jadex-kernel-bdi (8)
jadex-kernel-bdi
2.0 The Jadex BDI kernel allows to use belief desire intention agents. BDI agents are intuitive to program as mentalistic notions are used for their description. For BDI agent a large set of predefined functionalities is available as capabilities as part of the applib BDI package.
jadex-kernel-micro (8)
jadex-kernel-micro
2.0 The Jadex micro kernel provides a lightweight and very efficient kernel for minimal agents with an extremely low memory footprint. Micro agents have a simple internal architecture that is similar to active objects. They are programmed as Java objects overriding a framework class, which has predefined methods for the setup, termination, execution logic as well as message receipt.
jadex-rules (8)
jadex-rules
2.0 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.
jadex-kernel-base (5)
jadex-kernel-base
2.0 The Jadex base kernel provides basic support for all kinds of active components.
jadex-applib-bdi (8)
jadex-applib-bdi
2.0 The Jadex applib BDI package contain ready to use functionalities for BDI agents mostly in form of modules called capabilities.
jadex-kernel-extension-envsupport (5)
jadex-kernel-extension-envsupport
2.0 The Jadex kernel extension envsupport allows for using 2D spaces in concert with components.
jadex-kernel-component (5)
jadex-kernel-component
2.0 The Jadex component kernel provides basic support for active components. A component may be composed of subcomponents.
jadex-kernel-bdibpmn (8)
jadex-kernel-bdibpmn
2.0 The Jadex BDI-BPMN kernel allows to use BPMN workflow descriptions as alternative description for BDI agent plans.
jadex-rules-tools (8)
jadex-rules-tools
2.0 The Jadex rules tools package contains tools for the Jadex rule engine.
jadex-kernel-gpmn (8)
jadex-kernel-gpmn
2.0 The Jadex GPMN (goal oriented process modeling notation) kernel provides a goal-oriented workflow kernel. The idea is that a workflow is specified as declarative goal hierarchy, which describes what has to be achieved to fulfill the workflow. At runtime goals are pursued by executing plans represented by standard BPMN workflows. The execution of goal-based workflows is achieved by conversion to BDI agents.
jadex-kernel-extension-agr (5)
jadex-kernel-extension-agr
2.0 The Jadex kernel extension agr allows for using the agent group role model.
jadex-runtimetools (8)
jadex-runtimetools
2.0 The Jadex rules tools package contains tools for the Jadex active components infrastructure.
jadex-applications-bdibpmn (8)
jadex-applications-bdibpmn
2.0 The Jadex BDI-BPMN applications package contain several example applications, benchmarks and testcases using BDI agents that have BPMN plans.
jadex-nuggets (8)
jadex-nuggets
2.0 The Jadex nuggets is a fast Java bean to XML and back converter.
jadex-applications-gpmn (8)
jadex-applications-gpmn
2.0 The Jadex micro applications package contain several example applications, benchmarks and testcases using micro agents.
jadex-applications-micro (8)
jadex-applications-micro
2.0 The Jadex micro applications package contain several example applications, benchmarks and testcases using micro agents.
jadex-platform-standalone (8)
jadex-platform-standalone
2.0 The Jadex standalone platform is a lightweight J2SE execution infrastructure. It includes message transports for remote communication and implementations for management platform services.
jadex-applications-bpmn (8)
jadex-applications-bpmn
2.0 The Jadex bpmn applications package contain several example applications, benchmarks and testcases using bpmn workflows.
jadex-rules-applications (8)
jadex-rules-applications
2.0 The Jadex rules applications package contains several example applications using rules.
jadex-tools-comanalyzer (2)
jadex-tools-comanalyzer
2.0 The Jadex tools comanalyzer package contains the ComAnalyzer JCC plugin for observing the communication between Jadex components.
jadex-tools-bdi (2)
jadex-tools-bdi
2.0 The Jadex tools bdi package contains JCC plugins for Jadex BDI agents.
jadex-tools-bpmn (2)
jadex-tools-bpmn
2.0 The Jadex tools bpmn package contains JCC plugins for Jadex BPMN components.
jadex-applications-bdi (8)
jadex-applications-bdi
2.0 The Jadex BDI applications package contain several example applications, benchmarks and testcases using BDI agents.
jadex-kernel-extension-envsupport-opengl (2)
jadex-kernel-extension-envsupport-opengl
2.0-rc8 Open GL support for environment space perspectives.