IBM Books

Building Applications for UNIX** Environments


General Points for DB2 Java Applets

  1. For a larger JDBC or SQLJ applet that consists of several Java classes, you may choose to package all its classes in a single Jar file. For an SQLJ applet, you would also have to package its serialized profiles along with its classes. If you choose to do this, add your Jar file into the archive parameter in the "applet" tag. For details, see the JDK Version 1.1 documentation.

  2. You may wish to place the file sqllib/java/db2java.zip (and for SQLJ applets, also the file sqllib/java/runtime.zip) into a directory that is shared by several applets that may be loaded from your Web site. In this case, you may need to add a codebase parameter into the "applet" tag in the HTML file to identify that directory. For details, see the JDK Version 1.1 documentation.

  3. For information on running DB2 Java applets on a webserver, specifically the Domino Go Webserver, see:
       http://www.software.ibm.com/data/db2/db2lotus/gojava.htm
    


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]