Which protocol is used by RMI/EJB?

Showing Answers 1 - 3 of 3 Answers

karthik

  • Jun 9th, 2006
 

i think it is IIop

  Was this answer useful?  Yes

sbarik

  • Jun 20th, 2006
 

RMI by default uses JRMP(Java Remote Method Protocol)

If U use RMI-IIOP then it will use IIOP(Internet inter ORB protocol) as the underlying protocol.This is used to support CORBA with RMI.

  Was this answer useful?  Yes

Pugalendhi.R

  • Jul 25th, 2006
 

EJB:RMI-IIOP protocol is used when a Bean is located remotely(Different JVM).If the Bean & Client Application is located on same JVM then RMI-IIOP protocol is not required.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions