![]()
LiveConnect Examples
- liveconnect/javascript_to_java.html
This HTML file works with the class files to show how JavaScript to Java communication works with the browser. It contains simple JavaScript code to show how you can use JavaScript to communicate directly with Java classes and methods, or how to expose application functionality through the use of a bridge class.
- liveconnect/BridgeBrowser.java
This is a simple browser in which the StormBase is accessible to the bridge class.
- liveconnect/JavaScriptToJavaBridge.java
This is an example bridge class that exposes underlying functionality of the browser so that JavaScript calls can be used to get information from or manipulate the BridgeBrowser.
|
Copyright 2005. ICEsoft Technologies, Inc. http://www.icesoft.com |