Demonstration Programs

Demonstration Programs

Demonstration programs provide examples of how to use the ObjectStore Java Interface. Select the README file to learn what the program does and how to run it. Select the directory to display a list of the source files, which you can examine outside the browser. The best demonstration to start with is the simple applet hit counter. After that, try the basic example of using the ObjectStore Java Interface. Brief descriptions of all demos are after the following table.

README File Directory That Contains the Demo
Simple applet hit counter install_dir/com/odi/demo/pcount
Basic example of using the ObjectStore Java Interface install_dir/com/odi/demo/people
Using (com.odi.util) classes in a trading model for portfolios of securities install_dir/com/odi/demo/pport
Java/C++ programs that create and access objects install_dir/com/odi/demo/jcpp
Product bill of materials with GUI for queries install_dir/com/odi/demo/products
Querying ObjectStore utility (com.odi.util) collections install_dir/com/odi/demo/query
Using multiple cooperating threads install_dir/com/odi/demo/threads
Using multiple segments in multiple databases, exporting objects install_dir/com/odi/demo/tracker
Controlling persistent representation of objects install_dir/com/odi/demo/rep
Basic Java Dynamic Data API example. install_dir/com/odi/demo/jdd1
Using the Java Dynamic Data API to manage multiple views of data. install_dir/com/odi/demo/jdd2

Here are descriptions of the demo programs: