top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the similarities and differences between RMI and CORBA ?

+4 votes
498 views
What are the similarities and differences between RMI and CORBA ?
posted Dec 8, 2013 by Mona Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Similarities
* Hide communication to remote objects behind method calls
* Use stub/skeleton approach
* Provide a Naming Service
Differences
* RMI is Java-only, CORBA is multi-language
* CORBA is more sophisticated - will have greater overhead
* CORBA offers many additional services e.g. persistence, events, application-domain services

answer Dec 8, 2013 by Vikas Upadhyay
...