TriJUG: Stuart Halloway talks Java Classloaders.
No matter what and regardless of the whip count in the security council, blogger Stuart Halloway will be talking Java Classloaders tonight at the Triangle Java Users Group Meeting. Here is the scoop:
Java's class loader architecture provides a dynamic and extensible mechanism for building applications. You will learn how to use class loaders to deploy multiple versions of classes side-by-side in the same VM, and how to redeploy components withtout shutting down servers. You will also learn how to troubleshoot class loading problems such as inversion. You will learn to use the context class loader to correctly implement factory methods, and how to load non-code resources. [more...]
Dave Johnson
in Java
• 🕒 03:36AM Mar 17, 2003
Tags:
Java