The bank example code developed in this tutorial can be found in LispWorks installation folder, under:
lib/8-0-0-0/examples/corba
This folder has several subfolders.
bank
, which contains the IDL that defines the CORBA interface to the server (the file bank.idl
).bank/client
, which contains the implementation of the client.bank/server
, which contains the implementation of the server.
Developing Component Software with CORBA® - 01 Dec 2021 19:38:36