100 likes | 541 Views
Java/RMI Is it your cup of coffee? How Java/RMI compares with COM/DCOM and CORBA ©2001 by Sachin Sood Contents Comparisons Pros/Cons of Java/RMI Which is the best? Object Oriented Middleware System Comparisons Object Oriented Middleware System Comparisons
E N D
Java/RMI Is it your cup of coffee? How Java/RMI compares with COM/DCOM and CORBA ©2001 by Sachin Sood
Contents • Comparisons • Pros/Cons of Java/RMI • Which is the best?
Pros/Cons of Java/RMI • Pros: • Available since JDK 1.02 • Hides the need to learn IDL from the user • Portable across many platforms • Can introduce new code to foreign JVMs
Pros/Cons of Java/RMI • Cons: • Works only with Java platform • Limitations on functionality • Security threats with remote code execution
So which is the best and which is the worst? GOD KNOWS!!!