I have done something similar with remote versions of jndi DirContext. I
had a DirContext like EJB that contained child DirContext EJBs, etc.
Essentially:

RemoteDirContext
{
    Name name;
...
    RemoteDirContext[] children;
};

where RemoteDirContext is a remoted subset of the javax.naming.directory.DirContext
interface.

----- Original Message ----- 
From: "Filip Hanik" <[EMAIL PROTECTED]>
To: "JBoss-User" <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 9:06 AM
Subject: Re: [jBoss-User] Recursive data structures


> >What do  you mean by recursive data structures?
> 
> type TPerson is record of Person;
> TPerson Person {
>     String name;
>     String address;
>     TPerson father;
>     TPerson mother;
> }
> 
> pretty good example.
> Now imaging to do the same thing with an EJB object.
> 
> Filip
> 
> 
> 
> ~
> Namaste - I bow to the divine in you
> ~
> Filip Hanik
> Software Architect
> [EMAIL PROTECTED]
> www.filip.net
> ----- Original Message -----
> From: "Scott M Stark" <[EMAIL PROTECTED]>
> To: "JBoss-User" <[EMAIL PROTECTED]>
> Sent: Thursday, February 15, 2001 12:23 AM
> Subject: Re: [jBoss-User] Recursive data structures
> 
> 
> > I've played around with heirarchical data structures of EJBs. What do
> > you mean by recursive data structures?
> >
> > ----- Original Message -----
> > From: "Peter Routtier-Wone" <[EMAIL PROTECTED]>
> > To: "jBoss" <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 14, 2001 6:53 PM
> > Subject: [jBoss-User] Recursive data structures
> >
> >
> > > I'm still bumbling around in the dark, only now I'm surprised that
> nobody
> > > even said RTFM, consult the xyz url or join the abc maillist.
> > >
> > > Is there truly no-one else in the world trying to use EJB with recursive
> > > data structures?
> > >




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to