The List example

The List example illustrates the use of the Caffeine compiler and pass_by_value of complex types.



From this example, you will learn how to:

Directory Contents

Building this example

This project has to be build in two steps.

  1. Make Dictionary.java: select the Dictionary.java node in the project tree and click Build | Make "ListUtility.java". This process will invoke the Caffeine compiler which will also generate java files that are going to be needed by the other java classes in this project, which is why the build has to be done in two steps.
  2. Make the whole project.

Running this example

To run this example, first make sure that the VisiBroker Smart Agent (osagent executable) is running on your network. Then start the ListServer using the command:

Next,




Return to the Pass by Value examples page.