Power of Two Graph Example

Demonstration

The purpose of this example is to show a graphing Java applet which gets its results both from user input and by interfacing with a CGI script which does calculations.

In this example, the CGI script written in Perl performs a simple power of two calculation on the user values and then returns the result for graphing.

Pure JavaCGIBridge Example Graphing Applet

View The Source To Example2Applet.java

View The Source To BarChart.java

View The Source To JavaCGBridge.java

View The JavaCGIBridge JavaDoc File

View The Source To JavaCGIBridgeTimeOutException.java

View The JavaCGIBridgeTimeOutException JavaDoc File

View The Source To power_of_two.cgi

Plain CGI Version of Power Of Two Application

This is a form that calls the script directly.

Enter Data:

Gunther Birznieks <gunther@clark.net>