Return-Path: Delivered-To: apmail-jakarta-avalon-dev-archive@jakarta.apache.org Received: (qmail 90268 invoked by uid 500); 31 Jul 2001 14:27:10 -0000 Mailing-List: contact avalon-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Avalon Development" Delivered-To: mailing list avalon-dev@jakarta.apache.org Received: (qmail 90232 invoked from network); 31 Jul 2001 14:27:09 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Peter Donald To: "Avalon Development" Subject: Re: What is the new "Cadastre" package in Excalibur? Date: Tue, 31 Jul 2001 23:56:17 +1000 X-Mailer: KMail [version 1.2] References: <3B66B5AC.3ACA61F9@apache.org> In-Reply-To: <3B66B5AC.3ACA61F9@apache.org> MIME-Version: 1.0 Message-Id: <01073123540607.00761@helm.realityforge.org> Content-Transfer-Encoding: 8bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Tue, 31 Jul 2001 23:42, Berin Loritsch wrote: > Peter, > > I noticed you added a new package called "cadastre" into Excalibur. > Could you please give a quick summary about what it is for? It is a JNDI framework for creating JNDI providers. So say you needed to create a name provider for directory service FOO (where FOO isn't one of the existing ones like LDAP, DNS or RMI directory). Youd could simply extend one of the classes in the framework. It also implements two naming providers (namely a MemoryContext and RMIContext). MemoryContext would be useful if you need to create an in process provider (ie if you were writing an EJB container or a JMS container or virtually any J2EE style container). The RMIContext is for distributing the directory remotely. The one thing that the framework does not yet provide is federation (or replication). The main reason being that I haven't needed it yet so ... ;) > I also am curious as to what "cadastre" means--my mind for some twisted > reason associates it with "cadavre" which isn't a good connotation. I am not sure. When I originally created it I was told it meant something like assesment/ledger (ie a book to asses and record details/lists of things). It can also be spelt cadaster IIRC. I can't get through to dictionary.com atm but I *think* that was the name. Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: avalon-dev-help@jakarta.apache.org