JADE (Java Agent Development Environment) is a software framework to make easy the development of agent applications in compliance with the FIPA specifications for interoperable intelligent multi-agent systems.

See:
          Description

Packages
jade This package simply contains a class to bootstrap JADE system.
jade.core This package contains the microkernel of JADE system.
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours.
jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.
jade.domain.FIPAAgentManagement  
jade.domain.JADEAgentManagement  
jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents.
jade.lang This package contains JADE generic language support for different languages.
jade.lang.acl This package contains classes related to FIPA ACL language.
jade.lang.sl This package contains the JADE support for the SL content language.
jade.mtp  
jade.mtp.iiop  
jade.onto This package contains JADE support for different ontologies.
jade.onto.basic  
jade.proto This package contains role behaviours for FIPA standard protocols.

 

JADE (Java Agent Development Environment) is a software framework to make easy the development of agent applications in compliance with the FIPA specifications for interoperable intelligent multi-agent systems. The goal of JADE is to ease development while ensuring standard compliance through a comprehensive set of system services and agents. To achieve such a goal, JADE offers the following features to the agent programmer:

  1. FIPA-compliant Agent Platform, including the AMS, the ACC and the default DF mandatory system agents. All these three agents are automatically activated at platform startup.
  2. Distributed Agent Platform. The agent platform can be split on several hosts and only one Java Virtual Machine is executed on each node. Agents are implemented as Java threads and a suitable transport is chosen for message delivery, depending upon relative location of sender and receiver agents.
  3. Multiple Domains support. A number of FIPA compliant DF agents can be started at runtime and linked in a federation, thereby implementing a multiple domain agent environment.
  4. Multithreaded execution environment with two-level scheduling. Every JADE agent runs within its own thread of control, but also is able to run multiple behaviours concurrently. A preemptive scheduling is performed among all agents within a single Java Virtual Machine, whereas cooperative scheduling is used for the various task of a single agent.
  5. Oject Oriented programming environment. Most concepts present in FIPA specifications are represented as Java classes, so that a uniform programming interface is presented to users. For example, ACL messages and fipa-agent-management ontology objects all have a suitable Java counterpart.
  6. Library of interaction protocols. Ready to use behaviour objects are provided for the standard interaction protocols such as fipa-request and fipa-contract-net. To build an agent that can act according to an interaction protocol, application developers just need to implement domain specific actions, while all application independent protocol logic will be carried out by JADE framework.
  7. Administration GUI. Common platform management operations can be performed through a graphical user interface, showing active agents and agent containers. Using this GUI, platform administrators can create, destroy, suspend and resume agents, besides creating domain hierarchies with multiple federated DF agents.
JADE is entirely written using the Java programming language, exploiting such advanced features as Java RMI, Java CORBA IDL, Java Serialization and Java Reflection API. JADE is a trademark of CSELT; JADE has been developed jointly by CSELT and the Computer Engineering Group of University of Parma.