Book Section
-----
TY JavaScript 3rd Ed.
Teach Yourself JS 1.5
Teach Yourself DHTML
Teach Yourself JS 1.3
LLWW: JavaScript

General Section
-----
Discussion Forum
Articles / Tips
JavaScript Links
About the Author
Privacy Policy
Contact Me



Other Sites
-----
Website Workshop
JavaScript Weblog

JavaScript Workshop Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
LiveConnect

 
Post new topic   Reply to topic    JSWorkshop Forum Index -> JavaScript
View previous topic :: View next topic  
Author Message
Dan Desch
New member
New member


Joined: 12 Aug 2002
Posts: 2

PostPosted: Mon Aug 12, 2002 4:52 pm    Post subject: LiveConnect Reply with quote

Greetings, I'm new to this forum.

Does anybody use LiveConnect?

Can LiveConnect be used to reference a custom class that resides on a remote server?
Back to top
View user's profile Send private message Send e-mail
mgm
Site Admin
Site Admin


Joined: 13 Jul 2002
Posts: 304
Location: Salt Lake City, UT

PostPosted: Tue Aug 13, 2002 10:48 pm    Post subject: Reply with quote

Are you talking about LiveConnect as in JavaScript interfacing with Java? Netscape has used the term to mean a couple of other unrelated things.

I'm afraid I can't be of any help there, I haven't used it much except to confirm that it works. (And I'm not sure if it works on the latest IE versions at all. Microsoft isn't the biggest fan of Java or JavaScript.)
_________________
Michael Moncur
Owner and Moderator, The JavaScript Workshop
Read the guidelines before posting: http://www.jsworkshop.com/posting.html
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dan Desch
New member
New member


Joined: 12 Aug 2002
Posts: 2

PostPosted: Wed Aug 14, 2002 5:07 am    Post subject: Reply with quote

Yes, the term LiveConnect has been bandied about alot, but the feature I am referring to is specifically the ability in JavaScript to reference Java native and custom classes. With LiveConnect, you can write such things as:

var mydate = new java.util.Date();

which references the Java Date class.

You can also in theory reference a custom class

var myCustomVar = new Packages.com.me.CustomClass();

My question is this really: can my custom class be referenced somehow from a remote server (as can be done with an applet class) or does it have to reside in the class path on the client machine?
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    JSWorkshop Forum Index -> JavaScript All times are GMT - 7 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
(c) 1997-2002 Starling Technologies and Michael Moncur. Portions (c) Sams Publishing.