Netscape engineer Gary Smith is a clever guy; in this View Source article, in his
own words, he shows you ". . . how you can write pure JavaScript code that
will have Java-like capabilities without your having to write any Java
applets or plug-ins." Neat trick, eh? Read on to find out just how clever
Gary is . . . and to find some useful code samples you can drop into your
own applications.
This TechNote discusses three different approaches to database
access, and shows you how to implement two of them using Java. Sample
code and extensive commentary is provided for these two
This example shows how Navigator 3.0 uses an Archive file/tag to speed up the performance of an applet by allowing one http connection to get ALL your class files.
With LiveConnect an Applet can communicate with a Plugin. This example
is based on our Simple example in our PluginSDK . You can download the complete source code.