5.3 Requirements for implementing the bank client
There are two parts to implementing the bank client:
- Write the code to initialize the CORBA ORB, and obtain a reference to a bank server object.
- Write the code for the client's GUI.
We start with the GUI implementation.