All Manuals > Developing Component Software with CORBA® > Appendix A: Common Lisp IDL Binding

A.2 How IDL is used

IDL is typically used in the following manner. A server process wishes to make some of its functionality available for invocation by clients. These clients may not be in the same process, on the same machine, or even written in the same language.

The server publishes the IDL definitions that define the interfaces of the objects that it implements. A client can use those definitions to invoke operations on objects that reside within the server process.

The syntax used by the client to invoke a method on an object defined in IDL, and the relationship between the data types specified in IDL and the native datatypes of the language in which the client is implemented is defined by the mapping of IDL into that language.

This document describes a mapping from IDL into Common Lisp.


Developing Component Software with CORBA® - 01 Dec 2021 19:38:37