In this section we build and test the completed CORBA-based Hello World application.
Once you have replaced the dummy code in my-hello-world-client.dylan with the code in section 2.5.4, and the dummy code in my-hello-world-server.dylan with the code in section 2.6.4, the client and server applications are ready to build again.
Now, you can run the application to test that it works. You need to run the server first so that it is waiting to receive calls from the client by the time the client makes its call.
The client pops up another MS-DOS console window, into which it prints Hello World! before the development environment traps its exit and presents a confirmer.
Try quitting the client by clicking OK, and then running it repeatedly. Each time it gets a string from the same server, which keeps running all the while.
An interesting exercise is to set breakpoints in the client and server code to trap the request and open debugger windows as the request passes from client to server.
This concludes the first example.