This file provides a summary of corrections and updates made since the product was packaged for final release. These changes apply to the print (and, in most cases, the online) version of the book. The page numbers correspond to the print manual, and may not match the page numbers in the PDF version. In the HTML and PDF versions, you can search to find the appropriate section.
<enhydra_root>, is not used consistently. This
short-hand method for referring to directories handles variations in
installations and reduces repetitious directory listings by replacing the path
for your Enhydra installation, starting at the root. For example, the
convention is used to refer to the directory
/usr/local/lutris-enhydra3.5/dods/ as
<enhydra_root>/dods/.
In several places, preceding directories are unnecessarily included. For
example, /usr/local/<enhydra_root>/apps/ should be
<enhydra_root>/apps/.
The dialog box in Figure 4.3 shows how to set up the compiler to use the
org.enhydra.kelp.sample.presentationpackage name when compiling HTML pages stored in/usr/local/jbuilder/kelp2/sample/org/enhydra/kelp/sample/resources.
Should read:
The dialog box in Figure 4.3 shows how to set up the compiler to use the
kelp.webapp.presentationpackage when compiling HTML pages stored inD:/jbuilder4/kelp2/samples/webapp/src/kelp/webapp/resources.
For example, the Kelp sample project uses a mapping table to map all the HTML files in a resources directory into the
org.enhydra.kelp.sample.presentationpackage.
Should read:
For example, the sample Kelp Web application project uses a mapping table to map all the HTML files in a resources directory into the
kelp.webapp.presentationpackage.
The Java files are located in the
org.enhydra.kelp.webapp.presentationpackage.
Should read:
The Java files are located in the
kelp.webapp.presentationpackage.
TableServlet.java from the sample Kelp Web application, but the
method referenced in the instructions is no longer used. The step that reads:
Locate the
forloop of thefixupTable()method and click the left edge of the editor to put a breakpoint on the line that readstable.appendChild(newRow);
Should read:
Locate the
forloop of theclearTable()method and click the left edge of the editor to put a breakpoint on the line that readstable.appendChild(newRow);
Sun Solaris version 2.6 running on a Sparc-compatible system with 64 MB RAM (128 MB recommended)
Should read:
Sun Solaris version 2.6 or higher running on a Sparc-compatible system with 64 MB RAM (128 MB recommended)
Copyright © 2000, 2001 by Lutris Technologies Inc. All rights
reserved.
The Lutris and Enhydra logos, Enhydra XMLC, Enhydra Enterprise, and
InstantDB are trademarks or registered trademarks of Lutris Technologies, Inc.
All other trademarks, trade names or company names referenced herein are used
for identification only and are the property of their respective
owners.