ServiceSnoop - a basic CORBA example

This is an ultra-basic CORBA client that simply creates an ORB reference and uses it to find out what services are initially available. I developed this under Java2, but it should work under any CORBA product. To run this application:
  1. First, make sure you've got JDK 1.2 (a.k.a. Java2) installed.
  2. Compile the source code. It should compile with no errors.
  3. Start tnameserv.exe (or whatever other ORB you're using).
  4. Run the application. It'll print out a list of services. (for tnameserv.exe, it should display NameService)
The Source