Middleware News Brief (MNB) features news and technical information about Open Source middleware technologies.
Footprint Reduction of CORBA Client and Servers
This article demonstrates several ways to reduce the memory footprint of code generated by a CORBA IDL compiler.
Object References, Memory Management, and Parameter Passing in C++
This article discusses the C++ language mapping for object references, addresses memory management issues related to object references, and demonstrates the correct means of exchanging object references during CORBA request invocations.
Real-Time CORBA Priority and Threadpool Mechanisms
This article covers a number of mechanisms in the real-time CORBA specification, including the real-time object request broker (ORB), real-time portable object adapter (POA), threadpools, and private connections.
Attaining CORBA Interoperability Through Codeset Translation
Using TAO, developers wishing to deploy a distributed application that interchanges text data between platforms using different character codesets may produce, or otherwise acquire, translators that simply plug into the framework and allow for data exchange without modifying the participating applications.
Bootstrapping Techniques
In this article, Kevin Stanley discusses the issues raised by, and choices available for, bootstrapping a CORBA application so that each of the processes may access the services of its peer processes.
Local Interfaces
This article covers the details of local interfaces, how they can be used in IDL and your applications, and how to implement them using C++.
The CORBA Notification Service: JacORB and TAO Interoperability
This article provides a high-level overview of the OMG Notification Service and illustrates how the TAO 1.2a Notification Service interoperates with a JacORB v1.4 consumer.
CORBA and Java
Learn how to use Common Object Request Broker Architecture (CORBA) to write distributed applications with components written in a variety of programming languages.