| Author |
RMI over JRMP
|
YH Lai
Greenhorn
Joined: Apr 15, 2004
Posts: 16
|
|
4. You must use RMI over JRMP (do not use IIOP) Is anyone can give me a information about RMI over JRMP? Thanks
|
 |
Jan Rotthaus
Ranch Hand
Joined: Jun 23, 2004
Posts: 56
|
|
Hi YH, EJB's use RMI over IIOP, but if you use "Standard"-RMI you use RMI over JRMP. So you can take any Java (not J2EE) book covering RMI to learn the fundamentals. Jan
|
SCJP 1.4, SCJD, SCBCD 1.3, SCMAD 1.0
SCPBDA7, SCPBDP7, SCAPC8
OCUP Fundamental
|
 |
YH Lai
Greenhorn
Joined: Apr 15, 2004
Posts: 16
|
|
|
Are RMI over IIOP and RMI over JRMP same? But use it at diferent sinario?
|
 |
Jan Rotthaus
Ranch Hand
Joined: Jun 23, 2004
Posts: 56
|
|
RMI is a technology, JRMP and IIOP are protocols. So the technology is the same, but the protocols differ. I think the instructions in the assignment regarding RMI over IIOP will confuse most candidates, because it looks like something, you have to take care for, but the best thing is not to care and just use RMI (which is RMI over JRMP under the covers). Jan
|
 |
YH Lai
Greenhorn
Joined: Apr 15, 2004
Posts: 16
|
|
|
ok thanks
|
 |
 |
|
|
subject: RMI over JRMP
|
|
|