1.

Record Nr.

UNINA9910893321203321

Titolo

Publications from the Research Unit Transnational Conflicts and International Institutions, Research Area Civil Society, Conflict and Democracy, Social Science Research Center Berlin : discussion paper

Pubbl/distr/stampa

Berlin, : WZB, 2006-2013

Descrizione fisica

Online-Ressource

Collana

Veröffentlichungsreihe des Schwerpunkts "Zivilgesellschaft, Konflikte und Demokratie"

Disciplina

300

Soggetti

Monografische Reihe

Lingua di pubblicazione

Tedesco

Formato

Materiale a stampa

Livello bibliografico

Periodico

Note generali

Gesehen am 27.08.14

2.

Record Nr.

UNINA9910973254503321

Autore

Puder Arno

Titolo

Distributed systems architecture : a middleware approach / / Arno Puder, Kay Romer, Frank Pilhofer

Pubbl/distr/stampa

Amsterdam ; ; Boston, : Elsevier, : Morgan Kaufmann, c2006

ISBN

9786610643103

9781280643101

1280643102

9780080454702

0080454704

Edizione

[1st edition]

Descrizione fisica

1 online resource (341 p.)

Collana

The MK/OMG Press

Altri autori (Persone)

RömerKay

PilhoferFrank

Disciplina

004.2/2

Soggetti

Electronic data processing - Distributed processing

Computer architecture

CORBA (Computer architecture)

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa



Livello bibliografico

Monografia

Note generali

Description based upon print version of record.

Nota di bibliografia

Includes bibliographical references (p. 313-315) and index.

Nota di contenuto

About the Authors; Preface; Contents; Introduction; Infrastructures for Distributed Applications; Thematic Organization; Target Group; Chapter Overviews; Ancillary Materials; Basic Concepts; Distributed Systems; Characterization; Transparency; Communication Mechanisms; Client/Server Model; Failure Semantics; Object Model; Characterization; Terminology; Middleware; Middleware Tasks; The Structure of a Middleware Platform; Standardization of a Middleware; Portability and Interoperability; Sample Application; The Account Example; C++ Implementation; Distribution of the Sample Application

SummaryIntroduction to CORBA; Object Management Architecture; Overview of CORBA; CORBA Object Model; Interface Definition Language; IDL-Language Mappings; Object Request Broker; Invocation and Object Adapters; Interoperability; The Creation Process of a CORBA Application; Application Development in C++; IDL Specification; IDL Language Mapping for C++; C++ Server Implementation; C++ Client Implementation; Compiling and Executing the Application; Compiling the Application; Executing the Application; Application Development in Java; Java Server Implementation; Java Client Implementation

Compiling and Executing the Java ImplementationThe Bootstrapping Problem; File-Based Bootstrapping; Object URLs; Command Line Arguments; Naming Service; Overview; Name Server Daemon; Example; Summary; μORB; μORB Architecture; Transport Layer; Presentation Layer; Value Ranges of Types; Representation of Type Instances; Modeling of the Presentation Layer; Interoperability Layer; Protocol for Remote Operation Invocation; Structure of Protocol Data Units; Modeling of Protocol Data Units; Proxies; Object Services; Life Cycle of an Object; Object References; Services on the Server Side; Summary

ORB DesignORB Functionality; ORB Architectures; Design of Mico's ORB; Invocation Adapter Interface; Object Adapter Interface; Invocation Table; Scheduler; Object Generation; Bootstrapping; Dynamic Extensibility; Summary, Evaluation, and Alternatives; Interoperability; Model; Inter-ORB Protocols; Interoperable Object References; General Inter-ORB Protocol; Environment-Specific Inter-ORB Protocols; Design of Mico's Interoperability; Framework; GIOP; Summary, Evaluation, and Alternatives; Object Adapters; Terminology; Functionality; Object Management; Servant Management

Generation of Object ReferencesMapping Objects to Servants; Execution of Method Invocations; The Portable Object Adapter; Overview; Policies; POA Manager; Request Processing; Persistence; Design of Mico's POA; Object Key Generation; Persistence; POA Mediator; Collocation; Invocation Adapters; Functionality; Representation of IDL Data Types; Type Checking; Dynamic Invocation Interface; Static Invocation Interface; Design of Mico's DII; Design of Mico's SII; Summary; IDL Compiler; Invocation Adapters; Dynamic versus Static Invocation Adapters; Support of Static Invocation Adapters

Mico's Static Invocation Adapter

Sommario/riassunto

Middleware is the bridge that connects distributed applications across different physical locations, with different hardware platforms, network technologies, operating systems, and programming languages. This book describes middleware from two different perspectives: from the viewpoint of the systems programmer and from the viewpoint of the applications programmer. It focuses on the use of open source solutions for creating middleware and the tools for developing distributed applications. The design principles presented are universal



and apply to all middleware platforms, including CORBA and W