1.3 Features of the LispWorks ORB
2.1.2 Generating the stub and skeleton code from IDL
2.1.3 Defining utilities for sharing an object reference
2.1.6 Building and testing the application
2.2 Complete source code for the Hello World example
2.2.1 The complete interface source code
2.2.2 The complete defsystem source code
2.2.3 The complete source code for the file transfer of the IOR
2.2.4 The complete Hello World client source code
2.2.5 The complete Hello World server source code
3.2 Where to find the example code
3.3 Building the bank client and server
3.4 Running the server and client
4.1.1 IDL for the account interface
4.1.2 IDL for the checkingAccount interface
4.1.3 IDL for the bank interface
4.2 Compiling IDL for a CORBA application
4.3 Mapping IDL to Common Lisp
5.3 Implementing the bank client's GUI
5.4.1 Initializing and exiting account frames
5.4.3 Initializing the ORB and obtaining the first object reference
6.2 Implementing CORBA objects on the server
6.4 Implementing the bank server
6.4.1 Implementing the servant classes
6.4.2 Implementing the servant methods
6.4.3 Obtaining the initial POA object and registering the first object reference
7.2 Parsing IDL into stubs and skeletons
7.3 Configuring a name service and an interface repository
7.3.1 Configuring via initial references
7.3.2 Persistent configuration
7.4 Error handling in user code called by the server
7.8 Specifying the host name in IORs
Appendix A: Common Lisp IDL Binding
A.4.2 Semantics of type mapping
A.4.4 Introduction to named types
A.4.4.1 IDL naming terminology
A.4.4.2 Lisp naming terminology
A.4.5.1 Nicknames for distinguished packages
A.4.6 Scoped names and scoped symbols
A.4.6.2 Examples of scoping symbols
A.4.7 The package_prefix pragma
A.4.9.1 Parameter passing modes
A.4.9.4 Efficiency optimization: Using macros instead of functions
A.4.25.1 Rule 1: How names of types are formed
A.4.25.2 Rule 2: How names of operations are formed
A.4.25.3 Rule 3: Lisp functions corresponding to IDL types
A.5 Mapping pseudo-objects to Lisp
A.5.2 Typecodes for parsed IDL
A.6 The mapping of IDL into Common Lisp servants
A.6.3.2 Example: A Servant Class
Developing Component Software with CORBA® - 01 Dec 2021 19:38:37