Subj : Re: Tutorial on using Liveconnect? To : netscape.public.mozilla.jseng From : "F. Lucto" Date : Thu Oct 16 2003 12:42 pm I suppose I should have said "getting started using LiveConnect with SpiderMonkey" Any sources of info out there? thanks, Flucto. "Mark Turansky" wrote in message news:bmk4uc$iid2@ripley.netscape.com... > I may be way off base here, but I thought that LiveConnect was Javascript's > ability to interface with java. If so, using Rhino it is as easy as a > script like this: > > > var hash = new java.util.Hashtable(); //note it is a 'var' and not > strongly typed > var myobj = new Object(); > hash.put(key, myobj); > > > Javascript in HTML pages can interact with applets through the DOM, if you > are interested in doing that. > > > > "F. Lucto" wrote in message > news:bmjrlf$dnl1@ripley.netscape.com... > > I'd be grateful if someone could point me at any available information on > > getting started with Liveconnect. > > > > Thanks, > > > > F. Lucto. > > > > > > .