Luxor and Java Beans

"Wegmann, Stephan" <[email protected]>
Newsgroups gmane.comp.java.luxor-xul.user
Message-ID <[email protected]>
Hi,

I have a maybe silly question.
Is it possible to run and refer to a Java bean within a box of a
Luxor-described UI? I have to transfer some functionality from Mozilla-XUL
to Luxor. In the Mozilla-UI the integration is as simple as shown below. I
haven't found any suitable mechanism to do it in Luxor which may be my fault
as I'm completely new to XUL and the surrounding technologies.

Any help is greatly appreciated.

Stephan


The Mozilla-XUL snippet:

<?xml version="1.0"?>
 
<?xml-stylesheet href="chrome://so4k/skin/so4k.css" type="text/css"?>
<?xml-stylesheet href="chrome://so4k/skin/buttons.css" type="text/css"?>
 
<window 
	id="office-page"
	class="so4k-window"
	xmlns:html	= "http://www.w3.org/1999/xhtml"
	xmlns:rdf	= "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns			=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
	onload		= "onLoad()"
>

	<script type="text/javascript"
src="chrome://so4k/content/office.js"/>	

	<vbox flex="1">
		<hbox flex="1">
			<html:applet ARCHIVE="openofficebean.jar"
code="de.upb.so4k.applet.Writer" id="OOWriter" name="OOWriter"
mayscript="yes" flex="1"/>
		</hbox>	
	</vbox>
</window>


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.