Looks nice. Does it mean that if I need to do unit testing of code that uses
a LDAP directory (through JNDI),  I can easily create a test JNDI provider
implementation (against the JNDI SPI) in order not to hit a real LDAP
directory but rather an in-memory implementation for instance ?
Cool.

Vincent.

----- Original Message -----
From: "Peter Donald" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 29, 2001 5:12 AM
Subject: cadastre checkin


> Hi,
>
> I just added in cadastre to sandbox CVS. It is a framework for
implementing
> JNDI contexts. So if you need to build providers or contexts it is
supposed
> to be easy to use. It has an example local MemoryContext and a RMI remote
> context.
>
> If you are familiar with jBosses jnp then you will notice a lot of
> similarities between that and cadestre's RMIRemoteContext (It was
basically
> a reimplementation). The difference being that cadastre does not support
> distributed naming (however that would be simple to fix). The other
> difference about this is that it does not assume that you can hijack the
> NamingManager object and thus multiple trees can exist in same VM.
>
> Anyways I needed to assign copyright to someone to make sure it is open in
> future - hence checkin ;)
>
> 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               |
> *-----------------------------------------------------*
>
>

Reply via email to