From user-return-120-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Tue Nov 02 16:29:56 2004 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 38688 invoked from network); 2 Nov 2004 16:29:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Nov 2004 16:29:55 -0000 Received: (qmail 33241 invoked by uid 500); 2 Nov 2004 16:29:11 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 33167 invoked by uid 500); 2 Nov 2004 16:29:04 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@geronimo.apache.org Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 33106 invoked by uid 99); 2 Nov 2004 16:29:01 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [217.12.11.33] (HELO smtp002.mail.ukl.yahoo.com) (217.12.11.33) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 02 Nov 2004 08:29:00 -0800 Received: from unknown (HELO ?9.173.138.56?) (glyn?normington@195.212.29.75 with plain) by smtp002.mail.ukl.yahoo.com with SMTP; 2 Nov 2004 16:28:39 -0000 Message-ID: <4187B54A.7090307@yahoo.co.uk> Date: Tue, 02 Nov 2004 16:26:50 +0000 From: Glyn Normington User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Geronimo structure Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am trying to understand the structure of geronimo. I found a useful picture of the class loader hierarchy in Aaron's draft book. Any pointers as to how the set of subdirectories of geronimo/modules is reflected, if at all, in runtime structure? For example, are all those classes loaded by the org/apache/geronimo/Server class loader? "maven site" generated a "dependencies" page describing geronimo as a stand-alone application with no dependencies on any other project. Is this accurate? Sorry for such basic questions - I only started looking at the implementation yesterday. :-) Glyn