I'm converting a legacy C++ interactive Win32/OpenGL app into a browser plugin for Firefox and IE. The initial plan was to use the NPAPI, then use the pluginhostctrl to wrap it as an ActiveX contr...
What is the best interface between Javascript and Java in 1.6 (for transferring large byte arrays)? Is JSObject old? If not, where would one find javadocs for JSObject? If it is old, what interf...