This chapter's example is an implementation of the standard Hello World application, using Common Lisp and CORBA. In this version of Hello World, a client application asks a server application for a string. When the client receives the string, it prints it to the standard output, and then exits.
We will take these basic steps to create the application:
The complete Hello World application can be found in theexamples/corba/hello-world folder. (For instance, in a default LispWorks 4.1 Windows NT installation, the location isc:\Program Files\Harlequin\.)
LispWorks\lib\4-1-0-0\examples\corba\hello-world