Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: LiveConnect


Related Topics

  
  Live Connect
LiveConnect is a Netscape product which enables communication between JavaScript and Java applets in a page.
LiveConnect may be used as an alternative to AWT to manage applet GUI with HTML.For example, an applet can send HTML code with form to the browser.
LiveConnect is Netscape product and it's only supported by the Navigator v3.0b4 and later.
www-sor.inria.fr /~dedieu/notes/liveconnect   (681 words)

  
 LiveConnect:   (Site not responding. Last check: 2007-10-15)
LiveConnect is a technology developed by Netscape and incorporated in its browser.
A side effect of LiveConnect throwing this exception is that it kills the applet.
At a set interval of time the applet uses LiveConnect to call the Javascript function and gets back the URL name of the page that the user was looking at.
www.cs.ucsb.edu /~rsg/BrowserSecurity/1997_dossantos_kemmerer_depaoli_securebrowsers.html   (5032 words)

  
 LiveConnect Communication
LiveConnect enables communication between JavaScript and Java applets in a page and between JavaScript and plug-ins loaded on a page.
This documentation tells you how to use the LiveConnect feature of Netscape Navigator, and it assumes that you are familiar with Java programming.
LiveConnect is enabled by default in Navigator 3.0 Beta 4 and later.
webphysics.davidson.edu /WebTalks/AAPT_Den_Wkshp/moja.html   (1524 words)

  
 LiveConnect Overview
This chapter describes using LiveConnect technology to let Java and JavaScript code communicate with each other.
LiveConnect is enabled by default in Navigator 1.1 and later.
In some ways, the existence of the LiveConnect objects is transparent, because you interact with Java in a fairly intuitive way.
thor.prohosting.com /xlyndon/cai/javascript/lc.htm   (3454 words)

  
 [Chapter 19] LiveConnect: JavaScript and Java   (Site not responding. Last check: 2007-10-15)
LiveConnect automatically handles all the required communication and data type conversion that must take place to allow Java and JavaScript to work together.
LiveConnect is an underlying communication framework that opens up all sorts of possibilities for communication among JavaScript programs, Java applets, and Java-enabled plug-ins.
LiveConnect can be thought of as the glue that ties these things together.
www.web-developer-india.com /web/jscript/ch19_01.html   (318 words)

  
 LiveConnect Overview   (Site not responding. Last check: 2007-10-15)
LiveConnect lets you connect server-side JavaScript applications to Java components or classes on the server.
LiveConnect works for both client-side and server-side JavaScript but has different capabilities appropriate to each environment.
This is a standard method for a Java object that returns a string representation of the fields of the object.
www.krasline.ru /Library/JavaScript_AtALL/ServerSide/Guide/lc.htm   (3279 words)

  
 Mainframeforum - LiveConnect   (Site not responding. Last check: 2007-10-15)
Hmmm, sorry, I thought LiveConnect was a JavaScript technology.
Google groups had posts archived about LiveConnect from the java groups that had been answered.
LiveConnect clearly has to do with JavaScript, in fact even more than with Java.
www.mainframeforum.com /t402258.html   (651 words)

  
 Method Overloading in LiveConnect 3.0
The technique that earlier versions of LiveConnect use to invoke overloaded Java methods from JavaScript is dirt-simple: The first applicable method that is enumerated by the Java VM is chosen.
This behavior was sometimes painful to developers, both because source was not always available and because the static nature of this method resolution algorithm sometimes made it impossible to choose a different method resolution at each invocation site.
In pre-LC3 versions of LiveConnect, conversion from either NaN's or numbers with a magnitude too large to be represented in the target integral type was ill-defined and had platform-dependent behavior.
www.mozilla.org /js/liveconnect/lc3_method_overloading.html   (1742 words)

  
 Technical Q&A QA1395: Hang launching signed Applets from JavaScript
A: In Java 1.4.2 Update 2 on Mac OS X 10.3 there is a potential for a hang if LiveConnect is used to call a method in a signed applet if the applet has not yet been loaded and the certificate used to sign the applet has not yet been authenticated as trusted.
Since JavaScript can't detect if the applet is loaded and trusted without using LiveConnect, an easy solution is for the applet to call out to a JavaScript function to let it know that it is loaded and that it is safe to call applet methods.
Using the applet's context as show in Listing 2 requires less overhead because LiveConnect doesn't need to be initialized, but the end result is the same for both.
developer.apple.com /qa/qa2004/qa1395.html   (356 words)

  
 The LiveConnect/Plug-in Developer's Guide   (Site not responding. Last check: 2007-10-15)
Netscape LiveConnect is a family of technologies for developing powerful internet and intranet applications.
LiveConnect encompasses Netscape Navigator plug-ins -- native-code extensions to the Navigator's basic presentation capabilities -- as well as facilities for integrating plug-ins with Java and JavaScript.
It is no longer combined with LiveConnecting Plug-ins with Java, as it was in Navigator 3.0.
wp.netscape.com /eng/mozilla/3.0/handbook/plugins   (179 words)

  
 LiveConnect - free-definition   (Site not responding. Last check: 2007-10-15)
The communication does also work in the other direction.
Lori Marzilli Leonardo: Using Netscape LiveConnect, Spiral, ISBN 0789711710
Controlling a Java Applet with JavaScript (http://www.davidwall.com/liveConn.html) - Putting LiveConnect to Work
www.free-definition.com /LiveConnect.html   (72 words)

  
 Tool pushes data to PDAs - Computeract!ve   (Site not responding. Last check: 2007-10-15)
LiveConnect, available immediately as part of XtndConnect Server version 3.6, will offer firms always-on access to information, similar to the BlackBerry mobile email service from O2 and Vodafone, but it works on a wide range of handheld clients, including Pocket PC and Palm devices.
LiveConnect supports automated delivery of email, calendar and contact information, and can deliver information from enterprise software such as customer relationship management (CRM), and enterprise resource planning (ERP) applications.
With LiveConnect, updates to corporate data, such as a CRM database, can now be pushed out to mobile staff.
www.computeractive.co.uk /itweek/news/2084874/tool-pushes-pdas   (591 words)

  
 [Chapter 19] 19.5 Scripting Java with JavaScript   (Site not responding. Last check: 2007-10-15)
LiveConnect gives us the capability to create new instances of Java classes, to set and query fields of classes and their instances, and to invoke methods of classes or instances.
LiveConnect does not give us the capability to define new Java classes or subclasses from within JavaScript, nor does it give us the ability to create Java arrays.
Because LiveConnect exposes the Java object for each applet on a web page, you can freely read and write public fields of the applet and just as freely invoke public methods of the applet.
dan.sibiu.rdsnet.ro /docs/jscript/ch19_05.htm   (1249 words)

  
 Client-Side JavaScript Flash Cookies
LiveConnect is a framework technology, developed by Netscape, that first appeared in the 3.x generation of browsers.
LiveConnect is not yet supported by Opera and Netscape 6 (Gecko) browsers, but it is supported by Netscape 3.x + and IE 3.x + browsers.
Any calls to the LiveConnect exported functions of the Flash plug-in - in this case the PercentLoaded() - have to be delayed until the plug-in is initialized so that no errors occur.
website.lineone.net /~mitsos/site/flash/tutorials/cookies   (1370 words)

  
 Moving data to the browser using Java and JavaScript Part 2: On the browser   (Site not responding. Last check: 2007-10-15)
In Part 1, I showed you a simple way to move data from back-end databases to Web servers using Server-Side LiveConnect, which is Netscape's name for its Java to JavaScript protocol.
Therefore, just as LiveConnect can be used to move a database Result Set to a JavaScript Array, LiveConnect can also take a JavaScript Array of any type and move it into a Java object that can then be uploaded to the server.
LiveConnect is an extremely powerful, yet underutilized capability of today's browsers.
www.developer.com /lang/other/print.php/612161   (1142 words)

  
 ActionScript.org -- FORUMS - liveconnect
i have a flash (flash 5 at the moment) application which uses liveconnect (or activex in IE).
The newer versions of mozilla (which means soon to be versions of netscape) do support liveconnect.
Liveconnect not working with FS commands in Netscape 6 is a real pain.
www.actionscript.org /forums/showthread.php3?t=10725   (149 words)

  
 VRMLSite Magazine Nov96-- Spot6
LiveConnect is Netscape's new architecture for communicating between Java applets, JavaScript functions and Netscape Plug-ins.
There is an example of this at the small Aereal LiveConnect Page.
With LiveConnect, Netscape is breaking down the barriers between different media and data types.
www.vrmlsite.com /nov96/spot6.html   (1284 words)

  
 Chapter 23 -- Netscape's LiveConnect Sample   (Site not responding. Last check: 2007-10-15)
LiveConnect provides communication among JavaScript, Java, and Navigator plug-ins by letting each language call the methods of the other language.
At first glance, Netscape's LiveConnect example might seem overwhelming, but using this chapter to break it up into small components should help you understand how it works.
Netscape's LiveConnect sample is based on the same plug-in design found in the sample plug-ins in this book.
docs.rinet.ru:8083 /Plugi/ch23.htm   (2594 words)

  
 KOANMUSIC and MICROSOFT NETWORK (MSN) UK   (Site not responding. Last check: 2007-10-15)
Being only the 6th Showcase in the world for Netscape's new LiveConnect technology, SSEYO is demonstrating its technical leadership and commitment to setting a new music standard on the WWW.
KoanMusic, also referred to as organic or generative music, is created in real-time by the Koan Plug-in on the client PC from tiny downloaded Koan files.
LiveConnect is a strategic new technology for Netscape and is part of Netscape Navigator 3, as yet still in beta testing.
www.sseyo.com /news/press009.html   (1080 words)

  
 Working with Java and CORBA Objects Through LiveConnect
This chapter describes using LiveConnect to connect your server-side JavaScript application to Java components or classes on the server.
It is beyond the scope of this manual to tell you how to create CORBA-compliant distributed objects using ISB for Java or how to make Java stubs for such objects.
This page uses LiveConnect to initialize ISB for Java and establish the connection to FSA-Admin.
www.astro.uni-bonn.de /~webstw/cm/ns_js_ssa/lc.htm   (3714 words)

  
 WebMO Support Forum
WebMO requires that Javascript and Java applets be able to communicate with one another, a technology known as "LiveConnect".
LiveConnect and LiveConnect security will be enabled in a later release."
Though promised, LiveConnect support has not been implemented on these browsers as of this time.
www.webmo.net /discus/support/messages/3/72.html?1018990606   (233 words)

  
 Business Wire: Tumbleweed Ships Navigator Plug-In with Support for LiveConnect and Java Popular Envoy Plug-In Among ...
Using LiveConnect, Tumbleweed's plug-in now interoperates seamlessly with Java applets, offering web publishers a simple yet powerful way to combine the universal visual fidelity of Envoy documents with the interactivity of Java.
LiveConnect compatibility introduces two new uses for the Tumbleweed plug-in.
Through LiveConnect, the Envoy Plug-In will launch the Java program when the link is clicked.
www.findarticles.com /p/articles/mi_m0EIN/is_1996_June_3/ai_18345897   (557 words)

  
 ISS X-Force Database: liveconnect-javascript-dos(11721): Multiple vendor Web browsers LiveConnect malformed JavaScript ...
Multiple vendor Web browsers, including Netscape Navigator version 7.02, Opera version 7, and Mozilla versions 1.2a and 1.2.1 are vulnerable to a denial of service attack, caused by a vulnerability with the LiveConnect mechanism.
LiveConnect acts as a communication bridge between JavaScript and the Java Virtual Machine (JVM).
A remote attacker could create a Web page containing malicious JavaScript, which would cause the victim's JVM to crash when the page is visited.
xforce.iss.net /xforce/xfdb/11721   (327 words)

  
 Troll Tech - Qt LiveConnect Extension   (Site not responding. Last check: 2007-10-15)
LiveConnect is the API published by Netscape for making applications that run under a web browser, using the browser's HTML window like a screen.
Companies find that giving users access to their applications in the familiar context of a web browser greatly lowers the users' threshold for accepting new applications, and lowers the learning curve.
It hides the many intricate details of the LiveConnect API behind a clean, simple and consistent C++ class layer.
bips.bi.ehu.es /prj/qt/products/plugin.html   (210 words)

  
 Opera Software - Knowledge Base
A user may be convinced that an executable file is something else, for example a PDF document.
Liveconnect reveals the path to the user's home directory.
Fixed Secunia issue SA12981, reported by Andreas Sandblad: periods in the file name and non-breaking spaces in content-type header type could obscure the file type.
www.opera.com /support/search/supsearch.dml?index=782   (161 words)

  
 Chapter 47 -- Developing with LiveConnect
Tumbleweed has now made its Navigator plug-in LiveConnect compatible, and maintains a set of demos showing how the plug-in can be controlled and manipulated through user input and JavaScript.
The mbedlets use LiveConnect technology to communicate with JavaScript and Java applets and even with one another.
Figure 47.17 : Through LiveConnect technology, JavaScripts attached to the graphics and HTML forms elements can be used to control the PointPlus Viewer.
docs.rinet.ru /HTMLnya/ch47.htm   (3458 words)

  
 Mozilla nsIScriptSecurityManager LiveConnect Vulnerability
Because JavaScript-to-Java LiveConnect appeared to continue to function normally, I was unaware of these changes until very recently.
Similar changes were made, also silently, to the nsIScriptSecurityManager interface on the "Aviary" branch (from which Firefox releases are currently being made) on 2004-10-24, and first appeared in Firefox 1.0RC1 -- but these changes caused the MRJ Plugin to crash, so I became aware of them very quickly.
This is the hole -- earlier versions of the MRJ Plugin behaved the same way when it couldn't find a security manager as when the security manager told it no security checks were needed.
javaplugin.sourceforge.net /nsIScriptSecurityManagerVuln.html   (565 words)

  
 LiveConnect - ERP Software Download.com
LiveConnect integrates InSite with enterprise ERP, PLM and CRM applications, providing accurate and detailed views of live production information from multiple sites, critical business systems, and enterprises.
Data transport, messaging, and business process management enable seamless communication with external applications, as well as Enterprise Application Integration (EAI) frameworks and legacy systems—without the costs associated with traditional connection methods.
LiveConnect is built on a point-to-framework architecture and employs centralized integration logic and communication, simplifying implementation and maintenance.
www.erpsoftwaredownload.com /erpsoftware/liveconnect.html   (132 words)

  
 ATC Products - One Button Connect American Technology Corporation   (Site not responding. Last check: 2007-10-15)
LiveConnect is a connection management tool that simplifies remote access connections to corporate or personal systems.
Through LiveConnect connection management processes, you can automate the entire connection and define what happens during each session.
Connection management with LiveConnect reduces the burden on your remote employees and IT team and offers immediate ROI by reducing help desk and training costs, lowering communication costs, and ensuring that critical business data gets updated periodically.
www.atcusa.com /obc.html   (304 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.