> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Monson-Haefel

> We need some mechanism for converting from the remote to local
> references and visa versa.

Is it really needed?

If you are a client to the EJB, you obviously don't have access to its local
interface.

>From the bean perspective, looking up the local interface of another EJB is
a simple JNDI look-up, or even simpler if the other EJB is ejb-ref'ed.

It doesn't make much sense to me, but maybe I'm missing something.

Also, for this to work, the EJB needs to have both a local and remote
interface defined, which I don't believe will be a prevalent situation.
Actually, this opens up an interesting question:

What do you think will be the break down in terms of percentage for:

- Local only EJB's
- Remote only EJB's
- Both Local and Remote EJB's

?

--
Cedric

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to