Cached layout explorer
This is the cached version of the static layout explorer . It uses the default LAF to minimize the effects of the applet class loader.
One major problem with applets is that the applet class loader starts looking for images and class files on the web server if it can not find them in the JAR files. Multiply that with a couple hundred people and understand why applets are slow.
My applets are even trying to read /META-INF/services/javax.xml.parsers.SAXParserFactory on my web server. So I get thousands of 403 errors simply by hosting an applet that uses the XML/XSLT framework. Library owners should be more aware of this.
http://app.teppefall.com/cached?url=shortshorts.xml (Java Applet, Java 1.6 API)
http://app.teppefall.com/cached?url=meta_image.xml (Java Applet, Java 1.5 API)
http://app.teppefall.com/cached?url=meta_location.xml (Java Applet, Java 1.5 API)
http://app.teppefall.com/cached?url=pownce.xml (Java Applet, Java 1.5 API)




