Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

RMI - IIOP Vs JRMP

Options
  • 05-04-2006 4:01pm
    #1
    Registered Users Posts: 53 ✭✭


    HI all,

    I was just wondering if someone could explain the difference in implementing RMI between RMI JRMP and RMI IIOP.


Comments

  • Registered Users Posts: 20,994 ✭✭✭✭Stark


    RMI-JRMP uses a native Java protocol to communicate between remote objects. RMI-IIOP uses IIOP, which is the underlying protocol of CORBA to interact. RMI-IIOP provides greater interoperability.


  • Registered Users Posts: 53 ✭✭schlaps


    How would you define, which method you want to use??

    Is UnicastRemoteObject used for JRMP??

    and PortableRemoteObject for IIOP standard??


Advertisement