What is COM+?

What is COM+?

- It is the primary unit of administration and security for the component.

- It consists of a group of components which perform related functions.

- It is an evolution of the Microsoft Component Object Model and Microsoft Transaction Server (MTS) .

- It extends an application written using COM, MTS and other COM-based technologies.

- It can be used to develop enterprise-wide, mission-critical, distributed application for windows.

- COM+ integrates MTS services and message queuing into COM, and makes COM programming easier through a closer integration with Microsoft languages as Visual Basic, Visual C++, and J++.

- It not only adds MTS-like quality of service into every COM+ object, but it also hides some of the complexities in COM coding.
Explain the problem with COM - C++
Explain the problem with COM - From the security point of view, COM and ActiveX controls are not safe.......
What are dual interfaces?
What are dual interfaces? - A dual interface allows its methods to be accessed as dispinterface methods or as vtable methods...
What is the STL, standard template library?
What is the STL, standard template library? - The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators....
Post your comment