You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Kai Donker <ka...@freenet.de> on 2001/08/29 11:31:06 UTC

EJB: switch from JNDL and RMI to SOAP

Hi everybody,

in EJB programming one uses JNDI and RMI to access Beans.
Does it make sense to do make all Bean-calls via SOAP even if it's from
another Bean? What mechanisms does SOAP use find an EJBObject and access it?

Thanks, Kai


Re: EJB: switch from JNDL and RMI to SOAP

Posted by Oleg Dulin <du...@acm.org>.
It doesn't make much sense as you add additional overhead.

SOAP is not a replacemenet for JNDI and RMI. It does not make sense to 
use SOAP in a 100% Java environment.

Regards,
Oleg

On Wednesday, August 29, 2001, at 05:31 AM, Kai Donker wrote:

> Hi everybody,
>
> in EJB programming one uses JNDI and RMI to access Beans.
> Does it make sense to do make all Bean-calls via SOAP even if it's from
> another Bean? What mechanisms does SOAP use find an EJBObject and 
> access it?
>
> Thanks, Kai
>
>

--
Regards,
Oleg Dulin

--=+ Dulin Research +=--
http://www.olegdulin.com/


Re: EJB: switch from JNDL and RMI to SOAP

Posted by Oleg Dulin <du...@acm.org>.
It doesn't make much sense as you add additional overhead.

SOAP is not a replacemenet for JNDI and RMI. It does not make sense to 
use SOAP in a 100% Java environment.

Regards,
Oleg

On Wednesday, August 29, 2001, at 05:31 AM, Kai Donker wrote:

> Hi everybody,
>
> in EJB programming one uses JNDI and RMI to access Beans.
> Does it make sense to do make all Bean-calls via SOAP even if it's from
> another Bean? What mechanisms does SOAP use find an EJBObject and 
> access it?
>
> Thanks, Kai
>
>

--
Regards,
Oleg Dulin

--=+ Dulin Research +=--
http://www.olegdulin.com/