Jul 18, 2012

JCL - Java Class Loader

JCL is a simple Java API that allows loading classes from Jar files. It uses
custom class loaders to load classes from JARs, which helps in isolating
class loaders and it even makes it possible to load multiple versions of the
same class file from different jars. JCL also integrates with Spring; the
integration is tested with Spring 2. (in Programming)