What are the primary differences between RMI and CORBA?
Answers were Sorted based on User's Feedback
Answer / guest
RMI and CORBA are both distributed object technologies that
support the creation, activation, and invocation of objects.
CORBA supports a language-independent approach to developing
and deploying distributed objects. RMI is a Java-specific
approach.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bhavsingh maloth
RMI and CORBA are both distributed object technologies that
support the creation, activation, and invocation of objects.
CORBA supports a language-independent approach to developing
and deploying distributed objects. RMI is a Java-specific
approach. this is correct answer
| Is This Answer Correct ? | 3 Yes | 0 No |
Give us high-level technical overview of corba?
Can corba application have call back?
What are the shortcomings of CORBA Security service?
How does corba support interoperability?
What about CSI with SSL?
What is corba? What does it do?
Are the any interfaces specified in CORBASEC for controlling security context by security-aware applications?
How to implement the CORBA security service?
Explain some reason to avoid the development of multi-threaded corba application?
Does CORBA security guarantee that the request and reply are not tampered and not intercepted on their way between the client and the target?
What is CORBA?
Explain can corba allow servers to cause client side events or notifications?