1
0

Added note about new, improved terminology coined by Mike Colbert.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@168173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2005-05-04 19:29:01 +00:00
parent 9ad236575b
commit b6b750fc9c

View File

@@ -385,6 +385,12 @@
and the second child-first. and the second child-first.
</p> </p>
<p> <p>
<strong>Note:</strong> the term child-first (though commonly used) is misleading.
A better term (and one which may be encountered on the mailing list) is parent-last.
This more accurately describes the actual process of classloader performed
by such a classloader.
</p>
<p>
Parent-first loading has been the standard mechanism in the JDK Parent-first loading has been the standard mechanism in the JDK
class loader, at least since Java 1.2 introduced hierarchical classloaders. class loader, at least since Java 1.2 introduced hierarchical classloaders.
The primary reason for this is safety -- parent-first The primary reason for this is safety -- parent-first