Advanced CORBA programming with C++ /
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Other Authors: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Reading, Mass. :
Addison-Wesley,
©1999.
|
Series: | Addison-Wesley professional computing series.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Introduction to CORBA
- An overview of CORBA
- A minimal CORBA application
- The OMG interface definition language
- IDL for a climate control system
- Basic IDL-to-C++ mapping
- Client-side C++ mapping
- Developing a client for the climate control system
- Server-side C++ mapping
- Developing a server for the climate control system
- The portable object adapter
- Object life cycle
- GIOP, IIOP, and IORs
- Implementation repositories and binding
- C++ mapping for type any
- Type codes
- Type DynAny
- The OMG naming service
- The OMG trading service
- The OMG event service
- Multithreaded applications
- Performance, scalability, and maintainability
- App. A. Source code for the ICP simulator
- App. B. CORBA resources.