Hi All
How do I make a case for a RMI implementation over a CORBA application ? We do not have any necessity for language level interoperability.
Is it fair to say that in this day and age any CORBA implemetation is legacy ?
Thanks
A
-
CORBA vs. RMI (1 messages)
- Posted by: Avinash Lakshman
- Posted on: October 22 2003 22:00 EDT
Threaded Messages (1)
- CORBA vs. RMI by David Rabinowitz on October 23 2003 06:11 EDT
-
CORBA vs. RMI[ Go to top ]
- Posted by: David Rabinowitz
- Posted on: October 23 2003 06:11 EDT
- in response to Avinash Lakshman
Many CORBA application live and will be written in the future due to its many qualities and services.
However, if you do not need langage indenepdence, I'd strongly go with RMI. The development and deplyment is much simpler. No idl, instead of special naming interface repostory and more and more just the rmiregistry and the code generation with rmic is much simpler.
David