Com Dcom Corba PDF
Com Dcom Corba PDF
These can be generated using languages such as Visual Basic, Delphi, Visual C++ etc. These
languages have the necessary features to create COM components.
COM components are binary objects and they exist in the form of .exe or .dll (dynamic link
library). .exe COM components have separate existence.
But .dll COM components are in-process servers. So they get linked to a process.
For example, ActiveX is a dll type server. ActiveX can get loaded on the client-side using the dll.
Applications:
CORBA architecture
CORBA vs. COM/DCOM
If it is the case that all applications reside on PCs and are to run fully on Microsoft platforms
then it will be better to use COM/DCOM because development would be much easier here.
If an application is to be developed for a heterogeneous environment then it will be better to
use CORBA.
Microsoft is very strong on desktop applications i.e. GUI-based applications.
Whereas, CORBA-based development is stronger on server side. Java Beans promise to
overcome the shortcoming on desktop side i.e. the client part.