JADE Administration Tutorial

Author: David Grimshaw (Ryerson University)

Last Modified: March 26, 2010

Java Platform: Java Standard Edition 5 or later.

JADE version: 4.0 or later.

This set of tutorials is designed to help readers getting started with JADE. It addresses aspects related to the management and administration of a JADE based system such as starting and shutting down the platform, running agents on it and using the most common configuration options. More information are available in the JADE Administrator's Guide available in the online documentation section of the JADE web site.
It should be noticed that this tutorial does not deal with programming aspects. Refer to the JADE Programming Tutorial for details about them.

Tutorials

  1. JADE Architecture overview - This tutorial provides an overview of the main JADE architectural elements and introduces the notions of Agent, Container, Main Container, Platform, AMS and DF.
  2. Starting JADE - This tutorial shows how to launch the JADE runtime and how to use the JADE Management GUI.
  3. Creating a distributed platform - This tutorial shows how to start peripheral containers thus creating a distributed JADE platform
  4. Running multiple JADE platforms - This tutorial shows how to run multiple platforms and how to make agents living in different platforms communicate through the HTTP MTP

All paths in this tutorial are written assuming you are using a Windows Operating System. If you are using a Linux or Unix Operating System, remember to change all '\' included in file system paths in '/' and all ';' included in classpaths in ':'