Date: 2004-03-05T02:47:59
   Editor: 212.198.0.93 <>
   Wiki: Apache Avalon Wiki
   Page: AvalonFAQ/Merlin
   URL: http://wiki.apache.org/avalon/AvalonFAQ/Merlin

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -113,3 +113,39 @@
 
 See the AbstractMerlinTestCase page for more and detailed information.
 
+== Where I can find description of classloader hierarchy in merlin? ==
+
+    |------------------------------------|
+    | parent classloader declared        |
+    | to the InitialContextFactory       |
+    | (e.g. Ant CLassLoader)             |
+    |------------------------------------|
+                     ^
+                     |
+    |------------------------------------|
+    | Merlin API Classloader             |
+    | (framework etc.)                   |
+    |------------------------------------|
+                                ^
+            |-------------------|
+            |                   |
+    |--------------|    |----------------|
+    | Merlin SPI   |    | Root container |
+    | Loader       |    | classloader    |
+    |--------------|    |----------------|
+            |                   ^
+                                |
+                 -----------------------------
+                 |                           |
+        |-----------------|         |-------------------|
+        | Sub-Container A |         | Sub-Container B   |
+        | Classloader     |         | Classloader       |
+        |-----------------|         |-------------------|
+                                             ^
+                                             |
+                                     -----------------
+                                     |
+                            |-------------------|
+                            | Sub-Container X   |
+                            | ClassLoader, etc. |
+                            |-------------------| 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to