JVM Languages
aglet.txt
Associated article: Java Mobile Agents & the Aglets SDK
Tags: JVM Languages
Published source code accompanying the article by M. Tim Jones in which he examines what's involved in using the Aglets framework to develop Java mobile agents on Linux. He then presents a mobile agent that migrates to a number of hosts and performs data collection along the way.
Java Mobile Agents & The Aglet SDK by M. Tim Jones Example 1: (a) cd /usr/local/src mv [where-you-downloaded-it]/Aglets_1.1.0.tar.gz . tar xvfz Aglets_1.1.0.tar.gz (b) ### Configurable part JDK_HOME=/usr/java/jdk118_v1 AGLET_HOME=/usr/local/...


