Basic HTML version of Foils prepared Aug 14 1997

Foil 14 COM/DCOM/ActiveX in a Nutshell - I

From JavaBeans CORBA ComponentWare UC Web applications Certificate -- Aug 11,14 97. by Geoffrey C. Fox, Wojtek Furmanski


First note that the terms component and control are synonymous
DCOM is the distributed version of COM but COM has essentially all the critical object ideas
OLE Controls and ActiveX Controls are variants of COM objects with different additional rules as what services (methods) the object must support
A COM object offers services (methods) through one or more interfaces
All COM objects must offer IUnknown interface which contains methods which are equivalent to JavaBean reflection API (find out about allowed methods) and garbage collection (find out when component no longer needed)
One can use MIDL -- Microsoft Interface Definition Language -- to specify interfaces that can be accessed in a COM object



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Jan 8 1998