Is there a proper way to install a POJO permanently? as in, it cannot be uninstalled for
the life of the JVM? I was just exploring this URLStreamHandlerFactory idea and there
doesn't seem to be a good way (short of reflection hackery) to permit lazy loading or
unloading of URLStreamHandlers - once one is defined, it's in for good. So exploring
the idea further would mean that a POJO that is installed as a URL handler would have to
live permanently.
Is it possible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188495#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...