The bank example code developed in this tutorial can be found in the top-level LispWorks installation folder, under
examples/corba/bank
This folder has several subfolders.
examples/corba/bank
, which contains the IDL that defines the CORBA interface to the server (the file bank.idl
) examples/corba/bank/client
, which contains the implementation of the client examples/corba/bank/server
, which contains the implementation of the server