lunes, 20 de febrero de 2017

Distributed Objects


Component Object Model (COM) is a binary-interface standard for software components introduced by Microsoft in 1993. It is used to enable inter-process communication and dynamic object creation in a large range of programming languages. COM is the basis for several other Microsoft technologies and frameworks, including OLEOLE AutomationBrowser Helper ObjectActiveXCOM+DCOM, the Windows shellDirectXUMDF and Windows Runtime. The essence of COM is a language-neutral way of implementing objects that can be used in environments different from the one in which they were created, even across machine boundaries. For well-authored components, COM allows reuse of objects with no knowledge of their internal implementation, as it forces component implementers to provide well-defined interfaces that are separated from the implementation. The different allocation semantics of languages are accommodated by making objects responsible for their own creation and destruction through reference-countingType conversion casting between different interfaces of an object is achieved through the QueryInterfacemethod. The preferred method of "inheritance" within COM is the creation of sub-objects to which method "calls" are delegated.



Video:
https://www.youtube.com/watch?v=-uodiz25YNE&list=PLbgCut2PkQHlzbxldE6F8fMYgqS4dxG9d

1 comentario:

  1. Hola mundo corba
    http://ivaras.blogspot.mx/2009/02/usando-corba-y-netbeans.html?m=1

    ResponderEliminar