Comment Yet another way to run Java in the browser (Score 1) 61
Another alternative is my browser extension that emulates the Live Connect aspect of Java Applets. Live Connect let Java call JavaScript and JavaScript call Java using normal fuction calls. My extension doesn't do Applet Graphics, but they sucked anyway.
It's a good way to use a browser as the UI of a Java app. The Java app has more speed, permissions, and type-safe object-orientation, while the browser side can leverage the many browser UI libraries.