Count Main Client Program
The main client program is an applet (because we are using Visigenic which is supported by Netscape browser) and processes button clicks which include
- initializes ORB (i.e. opens connection to the Object Bus) and binds to the (remote) Count object
- Sets the counter value
- Gets the counter value
- Increments the counter value by 1
- Increments the counter value by 1000
-