Java Glossary : LiveConnect

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : L words : LiveConnect.

LiveConnect
A feature of Netscape 3.0 that allows JavaScript-to-Java and Java-to-JavaScript communication. Because Java is a strongly typed language with a large number of data types and JavaScript is an untyped language with relatively few types, LiveConnect provides the necessary data conversions, or wrappers in the case of objects. Java uses the JSObject Class for all object conversions, and JavaScript uses a variety of JavaClass objects, JavaObject objects, JavaMethod objects, etc. Using LiveConnect, JavaScript programs can interact with Java Applets, Java-enabled Navigator plug-ins, and built-in Java system classes on the browser. As well, Applets and Java-enabled plug-ins can interact with JavaScript, invoking functions and reading and writing properties. Internet Explorer version 3.0 does not support LiveConnect, dealing with Java Applets instead as ActiveX objects. The ActiveX interface provides only some of the capabilities of LiveConnect.


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 778.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/liveconnect.html J:\mindprod\jgloss\liveconnect.html