Skip to main content

Sync and Destroy 1: The Cookie Jar

Posted by evanx on October 27, 2006 at 7:05 PM EDT

coconut_crop.jpg

I had so much fun today with this, it shouldn't be legal...

Here is a demo which is a jar which hosts embedded demos which are loaded via URLClassLoader looped back to a builtin webserver, also hosting the article that explains it all... Total download size? 115k! (By the time you read this maybe more, but then it'll have more features :)

Launch (executable java5 jar)

The code is on webservlet.dev.java.net.

The next step is to try a nice splash screen, or interactive startup page, and/or login panel, to keep the user distracted while loading a larger application in the background (using URLClassLoader).

Related Topics >>