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:
- First, make sure you've got JDK 1.2 (a.k.a. Java2) installed.
- Compile the source code. It should compile with no errors.
- Start tnameserv.exe (or whatever other ORB you're using).
- Run the application. It'll print out a list of services.
(for tnameserv.exe, it should display NameService)
The Source