I came across Chet Hasse's blog entry titled "Applet-JAX ". In the code, he uses Java-to-Javascript Communication. If you are going to use JDK 6, then you can use scripting API (javax.script) to access browser's (native) JavaScript script engine. JSR-223 script engine for browser's JS interpreter is available at https://scripting.dev.java.net/. With JDK 6, Rhino based JSR-223 engine is included as well. There is also scriptlet applet to write applets in JavaScript.
Posted by mike on November 13, 2006 at 07:55 PM IST #
Posted by A. Sundararajan on November 13, 2006 at 09:18 PM IST #
Posted by A. Sundararajan on November 13, 2006 at 09:20 PM IST #