This is the source code for Chapter 19. As ususal the Java source code appears in the src directory, build.bat builds it, and clean.bat cleans up. To test the simple CORBA client/server demo on the same machine, open two command shells. Run server.bat in one to run the server, and run the client in a different command shell with client.bat. Server.bat automatically starts the ORBD, the CORBA name server. You can kill it by entering ^C into the orbd.exe window.