> Problem : Every time I hit the refresh button on the browser, I get a new
> instance of my singleton!?! ... and the old one keeps running. The applet is
> loading from the exact same location every time, but for some reason each
> instance has its own classloader.

Out of curiosity, how can you tell you're getting multiple instances?
In my experience, most of the time applets tend to go the opposite way
- different windows (same process, still) with the same site open have
everything in the same classloader.  That actually causes problems
when you don't want that and would like to be able to use singletons
yet still support multiple windows logging in :)
-- 
James Manning <http://www.sublogic.com/james/>
GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7  9C8E A0BF B026 EEBB F6E4

_______________________________________________
Juglist mailing list
[EMAIL PROTECTED]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to