Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

RMI, CORBA, REST — Relation & Evolution (Brief)
What is common in RMI, CORBA, REST?
All are for communication between distributed systems (client ↔ server)
Quick Comparison
| Technology | Style | Key Idea |
| RMI (Java) | Object-based | Call Java methods remotely |
| CORBA | Language-independent object | Call objects across different languages |
| REST APIs | Resource-based (HTTP) | Access resources via URLs (GET/POST) |
Is this evolution of Technology stack?
Yes — This is clear evolution of distributed systems.
Core Shift Over Time
In short
RMI, CORBA, REST all solve remote communication, but evolved from complex object calls → simple web APIs.
