What Is CORBA?
The Common Object Request Broker Architecture (CORBA) is a framework for creating distributed object applications that are language and platform independent. You can create a CORBA object in Java running on Linux that talks to a C++ CORBA object running on Windows. If you look at the overall features of CORBA, you'll find that it competes with J2EE in many ways. At their very core, CORBA and J2EE are fairly similar. As you start looking at features beyond the core, however, you see that CORBA and J2EE go in different directions. You find areas that J2EE address where CORBA has no equivalent and areas that CORBA addresses where J2EE hasn't gone.
Note
The Object Management Group (OMG), which is the standards organization that publishes ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access