Common Object Request Broker Architecture - определение. Что такое Common Object Request Broker Architecture
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Common Object Request Broker Architecture - определение

STANDARD TO FACILITATE COMMUNICATION BETWEEN SYSTEMS ON DIVERSE PLATFORMS
CORBA architecture; Common object request broker architecture; CORBA Component Model; VMCID; Servant (CORBA); Objects by Value; Portable interceptors; Portable Object Adapter; Corbaloc; Incarnation (CORBA); CORBA; Object Management Architecture; OMG IDL; CORBA IDL

Common Object Request Broker Architecture         
<standard, programming> (CORBA) An Object Management Group specification which provides a standard messaging interface between distributed objects. The original CORBA specification (1.1) has been revised through version 2 (CORBA 2) with the latest specification being version 3 (CORBA 3). In its most basic form CORBA consists of the Interface Definition Language (IDL) and the Dynamic Invocation Interface (DII). The IDL definition is complied into a Stub (client) and Skeleton (server) component that communicate through an Object Request Broker (ORB). When an ORB determines that a request is to a remote object, it may execute the request by communicating with the remote ORB. The Corba IDL can be mapped to a number of languages including C, C++, Java, COBOL, Smalltalk, Ada, Lisp, Python, and IDLscript. CORBA ORBs are widely available for a number of platforms. The OMG standard for inter-ORB communication is IIOP, this ensures that all CORBA 2 compliant ORBS are able to interoperate. Latest version: Corba 3.0.3 2004-03-12, as of 2007-09-04. See also COSS, Component Object Model, RMI. {OMG CORBA specs (http://www.omg.org/technology/documents/corba_spec_catalog.htm)}. (2007-09-04)
Portable Object Adapter         
<architecture> (POA) Part of the CORBA architecture. [Details?] (2004-06-23)
Object Request Broker         
MIDDLEWARE WHICH ALLOWS PROGRAM CALLS TO BE MADE FROM ONE COMPUTER TO ANOTHER VIA A COMPUTER NETWORK
Object Request Broker
<programming> (ORB) Part of the OMG CORBA specification, an ORB's basic function is to pass method invocation requests to the correct objects and return the results to the caller. To achieve this the ORB must be able must be able to identify and locate objects, handle connections from invoker and the data returned from methods. Communication between the ORB and applications are achieved through IDL stubs and skeletons whilst the OMG has specified IIOP as the protocol through which ORBs may communicate with each other. Using IIOP, an ORB may request method invocations from a remote object. (2003-11-21)

Википедия

Common Object Request Broker Architecture

The Common Object Request Broker Architecture (CORBA) is a standard defined by the Object Management Group (OMG) designed to facilitate the communication of systems that are deployed on diverse platforms. CORBA enables collaboration between systems on different operating systems, programming languages, and computing hardware. CORBA uses an object-oriented model although the systems that use the CORBA do not have to be object-oriented. CORBA is an example of the distributed object paradigm.