Embedding XULRunner application on Java

FredTheLover picture FredTheLover · Nov 17, 2008 · Viewed 8.2k times · Source

My goal is to get Limewire(JAVA) and Songbird(XULRunner) to run together.

I was thinking the best way is to run the XUL application(songbird) inside a JAVA swing panel. Is there another way?

Would it be better or possible to have the GUI entirely in XUL, and then access my JAVA objects somehow?

How would I go about doing this?

Thanks

Answer

aldrinleal picture aldrinleal · Feb 2, 2009

Take a look at JRex, as it might let you peek into a couple of ideas.

Other than that, I'd also research about Rhinohide as well.