The document describes the steps to create a simple CORBA application using Java, including:
1) Creating an IDL file to define the interface
2) Compiling the IDL file to generate stub and skeleton files
3) Implementing the interface as a "servant" class
4) Creating a server that registers the servant with the ORB and binds it to the naming service
5) The server waits for client calls by synchronizing on an object and waiting