Aglets Software Development Kit

To Aglets Software Development Kit Home pageIndex of example programs

Below, you can find a collection of example programs.

examples.simple ( DisplayAglet.java )

examples.hello ( HelloAglet.java )
examples.itinerary ( CirculateAglet.java, MessengerAglet.java,
     VisitingAglet.java, StationaryAglet.java )
examples.talk ( TalkMaster.java, TalkSlave.java, TalkWindow.java )
examples.mdispatcher ( HelloAglet.java, MethodDispatcher.java )
examples.server ( ServerApp.java )
examples.client ( WatcherClient.java )
examples.watcher ( ProxyWatcher.java, WatcherSlave.java )
examples.http ( WebServerAglet.java )
    WebServerAglet is an aglet that behaves like WebServer. Please enable the HTTP messaging feature in the configuration panel Options -> Network Configuration -> Others. If the aglet is successfully created, please try to access
      http://aglet.server:434/aglets/default/test/index.html
    by using a web browser. The port number must be same as the port number on which the aglet server is running (434 or 4434 by default).