0
15kviews
Explain CORBA Components
1 Answer
| written 9.7 years ago by |
CORBA is a standard for Distributed Object Middleware defined by OMG (Object Management Group).
Conformance to the CORBA’s specifications enables development of heterogeneous application across all major hardware platforms and operating system.
OMG provides specification to encapsulate application data and business logic within objects called Distributed Components.

The Major Components …