Description of the examples


Some examples are distributed with the JADE software, that  show how to use the main features of the framework and some suggested programming idioms.  

All the examples are distributed both in binary and source form. The 'examples' target of the ant file 'build.xml' in the JADE root directory allows re-compiling them.
To do that just type
'ant examples'.
NOTE: The build.xml file is included in the Jade sources distribution.

In order to run the examples, set the CLASSPATH environment variable to contain the files jade.jar, jadeExamples.jar and commons-codec/commons-codec-1.3.jar.
All example agent classes belong to subpackages of the 'examples' package, refer to the various example agents with a fully qualified package name; for example, class ComplexBehaviourAgent in 'behaviours' subdirectory of 'examples' directory must be started  via the following command line:

      java jade.Boot -gui agent1:examples.behaviours.ComplexBehaviourAgent

The following is the list of all the example programs distributed in the 'src/examples' directory.

Basic features.

Advanced features.

Using JADE with other technologies.

Simple applications.


JADE is a trademark of TILAB (formerly CSELT). 
JADE
has been developed jointly by TILAB (formerly CSELT) and the Computer Engineering Group of the University of Parma