>> I need to empower a xul/chrome application with some Java code. >> From a quick search, I see 3 ways for doing this: >> >> 1/ create a java applet in xul > I remeber some post about problems with it, you might need to put it in > an HTML IFRAME.inside a XUL.
ok. >> 2/ use luxor (http://petra.sourceforge.net/applet.html) to hide java >> code behind a xul tag > Loxur got nothing to do with XUL. Humm, from the project page I read: """ Luxor's Applet Plugin Example Suite holds a bunch of apps that show how to turn applets into XUL tags that you can use along with all built-in XUL tags without writing any Java glue code. """ We may not be talking about the same luxor product. >> 3/ create and register a fully-fledged xpcom component written in java > Not sure what is the status of the JAVA<-> XPCOM bridge. You can ask > this at the java NG. You're definitely true, I forgot about that java newsgroup. I crosspost this article. >> Should I forget right now about some of those solutions, or are there >> other methods I should investigate ? _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
