⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oo_ole.html

📁 cetus网络开发资源指南,包括近2万个开发网址
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

<HTML>

<!--$url-minder-options$ owner=manfred@manfred-schneider.de -->
<!--$url-minder-ignore$-->

<!-- Copyright (c) 1996-2000 by Cetus Team -->

<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=ISO-8859-1">
<META NAME="REVISIT-AFTER" CONTENT="7 DAYS">

<TITLE>Cetus Links: 18,846 Links on Objects and Components / COM / DCOM / COM+ / MTS / MSMQ / OLE / ActiveX</TITLE>
<LINK REV="MADE" HREF="mailto:cetusteam@cetus-links.org">

<META NAME="AUTHOR" CONTENT="Cetus Team">
<META NAME="DESCRIPTION" CONTENT="Cetus Links: 18,846 Links on Objects and Components / COM / DCOM / COM+ / MTS / MSMQ / OLE / ActiveX">

<META NAME="KEYWORDS" CONTENT="Cetus Links, Cetus, Link,  
Object, Component, Object-Orientation, Component-Orientation, 
Orientation, OO, CBD, OOP, Class, Interface, 

Component Object Model, COM, 
Distributed Component Object Model, DCOM, Network OLE,
Microsoft Transaction Server, MTS, Transaction Server, 
Message Queuing, MSMQ, Microsoft Message Queue Server,
Message Queue Server, Message Queue, 
Distributed interNet Applications, DNA, 
Distributed Transaction Coordinator, DTC, 
Digital Nervous System, DNS, 
OLE DB, ODBC, ADO, Universal Data Access, 
ActiveX, ActiveX control, COM+, OLE, OCX, Control, Microsoft,
Distribution, Distributed, HTTP, Internet, Application Services,   
Visual C++, C++, CPP, Visual Basic, Visual J++, VisualJ, VisualC,
Visual FoxPro, JScript, Dr. GUI, MSDN, Active Group, Open Group,
VBScript, VBA, Windows, Win95, Win98, WinNT, NT, Visual Studio, 
ATL, MFC, AFC, Scriptlet, Scripting, DDE, 
EntireX, OPC, RPC, Repository, 
Architecture, Web, WWW, Middleware, COP, Wrapper, Legacy, 
Remote, Network, System, RPC,
CORBA, IIOP, ORB, Broker, OMG,
Java, JavaBeans, Beans, RMI, Sun, IBM, 

Collection, Resource, Archive, Software, Development, Engineering, 
Example, Demo, Tutorial, FAQ, Reference, Standard, Newsgroup,
Forum, Mailing, List, Chat, Article, Interoperability, Bibliography, 
Book, Proceeding, Magazine, Publication, Organization, User, Group,
Project, People, Conference, Workshop, Environment, Compiler, 
Interpreter, Utility, Tool, GUI, Database, Repository, ORB, Broker, 
Framework, Library, Company, Service, Product">

</HEAD>

<BODY BGCOLOR="#FFFFFF" LANG=EN BACKGROUND="side.gif">

<TABLE CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
   <TR>
      <TD ALIGN=LEFT><IMG SRC="pixel.gif" WIDTH=165 HEIGHT=1><BR><IMG SRC="pixel.gif" WIDTH=20 HEIGHT=1>
        <A TARGET="_top" HREF="software.html"><IMG ALT="Home" SRC="home.gif" BORDER=0 WIDTH=40 HEIGHT=40></A>
        <IMG SRC="pixel.gif" WIDTH=20 HEIGHT=1>
        <A TARGET="_top" HREF="#oo_search_menue"><IMG ALT="[Search / Menue]" SRC="go_search.gif" BORDER=0 WIDTH=40 HEIGHT=40></A>
      <TD ALIGN=CENTER><H3>Distributed Objects &amp; Components: COM / DCOM / COM+ / MTS / MSMQ / OLE / ActiveX</H3>
      <TD ALIGN=RIGHT><IMG ALT="[Logo]" SRC="whale.gif" WIDTH=165 HEIGHT=57>
   </TR>
</TABLE>
<HR NOSHADE SIZE=1>

<UL>

<LI><B>Intro</B>
<UL>
   <LI>
      "The <I>Component Object Model (COM)</I> is a software architecture that allows applications to be built from binary software components. 
      <I>COM</I> is the underlying architecture that forms the foundation for higher-level software services, like those provided by <I>OLE</I>. 
      <I>OLE</I> services span various aspects of commonly needed system functionality, 
      including compound documents, custom controls, interapplication scripting, data transfer, and other software interactions." (Microsoft)
   <LI>
      "<I>ActiveX controls</I> are among the many types of components that use COM technologies 
      to provide interoperability with other types of COM components and services. 
      <I>ActiveX controls</I> are the third version of <I>OLE controls</I> (OCX), 
      providing a number of enhancements specifically designed 
      to facilitate distribution of components over high-latency networks and 
      to provide integration of controls into Web browsers." (Microsoft)
   <LI>
      "The <I>Distributed Component Object Model (DCOM)</I> is a protocol that enables software components 
      to communicate directly over a network in a reliable, secure, and efficient manner. 
      Previously called "Network OLE," <I>DCOM</I> is designed for use across multiple network transports, 
      including Internet protocols such as HTTP." (Microsoft)
   <LI>
      "What, exactly, is <I>COM+</I>? <I>COM+</I> is many things, but the basic answer is quite simple. 
      <I>COM+</I> is the merging of the COM and MTS programming models with the addition of several new features.
      COM was created long ago as a workstation-level component technology; 
      with the release of Distributed COM (DCOM) in Windows NT 4.0, 
      the technology was expanded to support distributed applications via remote component instantiation and method invocations. 
      MTS followed. It was designed to provide server-side component services and to fix some of DCOM's deficiencies, 
      e.g., how it handles security issues, and the complete lack of a component management and configuration environment. 
      <I>COM+</I> now comes along to unify COM, DCOM, and MTS into a coherent, enterprise-worthy component technology." (Visual C++ Developers Journal)
   <LI>
      "<I>Microsoft Transaction Server (MTS)</I> combines the features of a TP monitor and an object request broker into an easy-to-use package. 
      Developers use <I>MTS</I> to deploy scalable server applications built from ActiveX components, 
      focusing on solving business problems instead of on the programming application infrastructure. 
      <I>MTS</I> delivers the "plumbing" - including transactions, scalability services, connection management, and point-and-click administration - 
      providing developers with the easiest way to build and deploy scalable server applications for business and the Internet." (Microsoft)
   <LI>
      "<I>Message Queuing (MSMQ)</I>, part of Windows NT Server, is communications technology 
      that enables applications on different systems to communicate with each other, 
      even if systems and networks occasionally fail. 
      <I>MSMQ</I> does this by enabling applications to communicate with each other through messages. 
      <I>MSMQ</I> guarantees delivery of messages even despite network and application failures." (Microsoft)
</UL>

<IMG SRC="pixel.gif" WIDTH="1" HEIGHT=1>
<LI><B>Contents</B>
<UL>
   <LI>
      <A TARGET="_top" HREF="#oo_activex_com_start_here">Start here</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_examples">Examples</A>, &nbsp;
      <!--<A TARGET="_top" HREF="#oo_activex_com_demos">Demos</A> &nbsp;-->
      <A TARGET="_top" HREF="#oo_activex_com_fun">Fun</A>
   <LI>
      <A TARGET="_top" HREF="#oo_activex_com_central_sites">Central Sites</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_related_sites">Related Sites</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_link_collections">Link Collections</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_link_search">Search</A>
   <LI>
      <A TARGET="_top" HREF="#oo_activex_com_tutorials">Tutorials</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_faqs">FAQs</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_glossaries">Glossaries</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_support">Support</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_references">References</A> &nbsp;
      <!--<A TARGET="_top" HREF="#oo_activex_com_standards">Standards</A>-->
   <LI>
      <A TARGET="_top" HREF="#oo_activex_com_general_newsgroups">General Newsgroups</A>, &nbsp;
      <!--<A TARGET="_top" HREF="#oo_activex_com_national_newsgroups">National Newsgroups</A>, &nbsp;-->
      <A TARGET="_top" HREF="#oo_activex_com_company_newsgroups">Company Newsgroups</A>
   <LI>
      <A TARGET="_top" HREF="#oo_activex_com_forums">Forums</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_mailing_lists">Mailing Lists</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_chats">Chats</A>
   <LI>
      <A TARGET="_top" HREF="#oo_activex_com_general_articles">General Articles</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_special_articles">Special Articles</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_interoperability">Interoperability</A>
   <LI>
      <!--<A TARGET="_top" HREF="#oo_activex_com_bibliographies">Bibliographies</A>, &nbsp;-->
      <A TARGET="_top" HREF="#oo_activex_com_books">Books</A>, &nbsp;
      <!--<A TARGET="_top" HREF="#oo_activex_com_proceddings">Proceedings</A>, &nbsp;-->
      <A TARGET="_top" HREF="#oo_activex_com_magazines">Magazines</A> &nbsp;
      <!--<A TARGET="_top" HREF="#oo_activex_com_other_publications">Other Publications</A>-->
   <LI>
      <A TARGET="_top" HREF="#oo_activex_com_organizations">Organizations</A>, &nbsp;
      <!--<A TARGET="_top" HREF="#oo_activex_com_projects">Projects</A>, &nbsp;-->
      <A TARGET="_top" HREF="#oo_activex_com_people">People</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_activex_com_conferences_workshops">Conferences / Workshops</A>
   <LI>
      <!--<A TARGET="_top" HREF="#oo_activex_com_development_environments">Development Environments</A>, &nbsp;-->
      <!--<A TARGET="_top" HREF="#oo_activex_com_compilers_interpreters">Compiler / Interpreters</A>, &nbsp;-->
      <A TARGET="_top" HREF="#oo_activex_com_utilities_tools">Utilities / Tools</A>
   <LI>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -