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

📄 oo_distributed_objects.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 / Distributed Objects &amp; Components: General Information</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 / Distributed Objects &amp; Components: General Information">

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

Distribution, Distributed,  
CBD, Component Based Development, 
Business Objects, Mobile, Agents, Internet, Client, Server,
ActiveX, COM, COM+, DCOM, OLE, OCX, Control, Microsoft,
CORBA, IIOP, ORB, Broker, OMG,
Java, JavaBeans, Beans, RMI, Sun, IBM, 
DCE, OSF, 
Remote, Network, System, RPC, Process, Layer, Framework, 
Architecture, Web, WWW, Middleware, COP, Wrapper, Legacy, 
CBD, ISO, NCITS, X3H7, H7, OAG, OAGIS,
ALSTRA, Digital, AppCenter, Inprise, 
APPGALLERY, Hitachi, Bolero, Software AG, COMET, Nat Systems, 
Component Broker, IBM, 
ComUnity, Siemens, Nixdorf, COOL, Sterling, 
Dynasty, G++, SYCO, JADE, The Cardinal Group, SuperNova, 
Uniface, Compuware,

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: General Information</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>"<I>Distributed object computing</I> is a computing paradigm that allows objects to be distributed across a heterogeneous network, 
      and allows each of the components to interoperate as a unified whole. 
      To an application built in a distributed object environment, and as expressed in Sun Microsystem's slogan, the network is the computer. 
      Object orientation can radically simplify systems development. 
      Distributed object models and tools extend an object-oriented programming system. 
      The objects may be distributed on different computers throughout a network, living within their own dynamic library outside of an application, 
      and yet appear as though they were local within the application. 
      This is the essence of plug-and-play software. 
      Several technical advantages result from a distributed object environment. 
      (1) Legacy assets can be leveraged. 
      (2) Programmers have the ability to distribute components of an application to computers 
          that best fit the task of each object without having to change the rest of the application using these objects. 
      (3) Since objects appear to be local to their clients, a client does not know what machine, or even what kind of machine, an object resides on. 
      (4) Systems integration can be performed to a higher degree. 
      The overall technical goal of distributed object computing is clear: 
      to advance distributed information technologies so that they may be more efficient and flexible, yet less complex. 
      The benefits of distributed objects are indeed solutions to the problems with existing, monolithic client/server paradigms." (Peter Fingar et al.)
   <P>
   <LI>"<I>Component-based development</I> represents the 'industrialization' of software development. 
      When any manufacturing process evolves to the point where it can be based on pre-built components and subassemblies, 
      product quality, quantity, and speed of delivery soar. 
      This principle applies equally to software systems development, allowing unprecedented quality, 
      speed of development, and highly effective change management. 
      However, a fundamental mindset change toward components is necessary to usher in the industrial era of software development." (Compuware)
   <P>
   <LI>"<I>COM</I> provides the component technology for Microsoft Windows Distributed interNet Applications (Windows DNA) architecture, 
      which enables developers to integrate Web-based and client/server applications in a single, unified architecture. 
      Using COM, developers can create distributed components that are written in any language and that can interact over any network. 
   <LI><I>COM+</I> will make it even easier for developers to create software components in any language using any tool. 
      COM+ builds on the factors that have made today's COM the choice of developers worldwide, including the following: 
      (1) The richest integrated services, including transactions, security, message queuing and database access to support the broadest range of application scenarios.
      (2) The widest choice of tools from multiple vendors using multiple development languages.
      (3) The largest customer base for customizable applications and reusable components.
      (4) Proven interoperability with users' and developers' existing investments." (Microsoft)
   <P>
   <LI>"The <I>Common Object Request Broker Architecture (CORBA)</I>, developed by the Object Management Group (OMG) in 1990, 
      enables invocations of methods on distributed objects residing anywhere on a network, just as if they were local objects. 
      A CORBA implementation employs Object Request Brokers (ORBs), located on both the client and the server, 
      to create and manage client/server communications between objects. 
      ORBS are the key to the CORBA distributed object architecture. 
      They allow objects on the client side to make requests of objects on the server side 
      without any prior knowledge of where those objects exist, what language they are in, or what operating system they are running on. 
      To facilitate these requests and provide ORB interoperability, the CORBA 2.0 specification outlines a protocol 
      named Internet Inter-ORB Protocol, which has quickly been embraced by industry leaders (IBM , Netscape Oracle)." (EarthWeb)
   <P>
   <LI>"<I>JavaBeans</I>, the platform-neutral component architecture for Java, has proven to be invaluable in the development of network-aware applications. ...
      You can make any Java class into a bean just by changing the class to adhere to the JavaBeans specification. 
      It's up to you to decide what you want to design as a bean and what you want to design as a Java class: 
      It's a good idea to leave all the library classes as Java classes, but graphical user interface (GUI) elements can be designed to be beans, 
      and some beans -- such as beans on a server -- can be non-GUI-related. ...
      Regardless of its functionality, every bean should support the following characteristics and behavior: 
      Persistence, Visual manipulation, Introspection, Events and Customization."  (Netscape Communications)
   <LI>"<I>Enterprise JavaBeans</I> takes the remarkably successful JavaBeans component architecture released in JDK 1.1 to the next level 
      by providing an API optimized for building scalable business applications as reusable server components.
      With Enterprise JavaBeans, developers can design and re-use small program elements to build powerful corporate applications. 
      These 'componentized' applications can run manufacturing, financial, inventory management, and data processing 
      on any system or platform that is Java-enabled." (Sun Microsystems)

</UL>

<IMG SRC="pixel.gif" WIDTH="1" HEIGHT=1>
<LI><B>Contents</B>
<UL>
   <LI>
      <A TARGET="_top" HREF="#oo_distributed_objects_start_here">Start here</A> &nbsp;
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_examples">Examples</A>, &nbsp;-->
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_demos">Demos</A>, &nbsp;-->
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_fun">Fun</A>-->
   <LI>
      <A TARGET="_top" HREF="#oo_distributed_objects_central_sites">Central Sites</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_distributed_objects_related_sites">Related Sites</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_distributed_objects_link_collections">Link Collections</A>
   <LI>
      <A TARGET="_top" HREF="#oo_distributed_objects_tutorials">Tutorials</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_distributed_objects_faqs">FAQs</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_distributed_objects_glossaries">Glossaries</A>, &nbsp;
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_support">Support</A>, &nbsp;-->
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_references">References</A>, &nbsp;-->
      <A TARGET="_top" HREF="#oo_distributed_objects_standards">Standards</A>
   <LI>
      <A TARGET="_top" HREF="#oo_distributed_objects_general_newsgroups">General Newsgroups</A> &nbsp;
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_national_newsgroups">National Newsgroups</A>, &nbsp;-->
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_company_newsgroups">Company Newsgroups</A>-->
   <LI>
      <A TARGET="_top" HREF="#oo_distributed_objects_news">News</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_distributed_objects_forums">Forums</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_distributed_objects_mailing_lists">Mailing Lists</A> &nbsp;
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_chats">Chats</A>-->
   <LI>
      <A TARGET="_top" HREF="#oo_distributed_objects_general_articles">General Articles</A>, &nbsp;
      <A TARGET="_top" HREF="#oo_distributed_objects_special_articles">Special Articles</A> &nbsp;
      <!--<A TARGET="_top" HREF="#oo_distributed_objects_interoperability">Interoperability</A>-->
   <LI>
      <A TARGET="_top" HREF="#oo_distributed_objects_bibliographies">Bibliographies</A>, &nbsp;

⌨️ 快捷键说明

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