What's the deal with applets in JDK 6 Update 10? In this article, we walk through the new applet tags and see some JNLP-powered applets in the wild.If you're used to creating applet tags that look like this: <applet code="org.me.hello.MyApplet" archive="HelloApplet.jar"></applet> ...then you're in for a surprise. Here are the new parameters that you should be aware of: "jnlp_href". Probably the mo
