There’s been some mumbling about recently concerning the resurrection of the Applet in the context of all the Rich Internet Application bru-ha-ha. With the advent of the fast loading Java SE 6 Update 10, this is seeming more and more likely (at least less preposterous than it was a year ago).
The third part of the puzzle is the javascrpt/java bridge: Java Liveconnet. Lets the applet interact with the browser via javascript.
So my questions are: What do you guys think? Is the time right for java on the browser? What’s the situation with LiveConnect? Why didn’t it ever take off? Does IE support LiveConnect?
The reason I’m interested is because we’re researching an application that will require a very performant browser component for displaying and interacting with possibly very large hierarchical graphs. I’d love to do it in Java, but it’s a bit daunting due to the complexity and time required to implement a proof of concept (learing to use LiveConnect will take some time) and then it’s not garunteed to work across browsers (from what I’ve read). The alternative is basically find a javascript lib or generate graph images with graphviz and call it ‘good enough’.