Subj : Re: Implementing Java Interfaces NOT using Rhino To : Martin.Honnen From : Brendan Eich Date : Thu Jul 15 2004 01:11 pm Martin Honnen wrote:> > > I don't think that works with Spidermonkey, with Rhino there is > JavaAdapter as explained in > http://www.mozilla.org/rhino/ScriptingJava.html > but I don't think anything like that is implemented in the C engine. Quite right, I was over-optimistic. Patrick Beard extended Rhino, syntax and semantics. I had hoped that LiveConnect matched up interface members at runtime, as XPConnect does with XPCOM interfaces using typelibs. Perhaps it should.... Sorry for the misinformation. If someone wants to patch SpiderMonkey, I'll help (I'll need some LiveConnect help). /be .