Overview |
The Halcyon Software Bank sample provides a simple interface for performing operations on a back account including querying, depositing, and withdrawing. This sample demonstrates the use of VisiBroker Dynamic CORBA with Instant ASP.
Before running this sample, you need to follow the steps below:
- Install VisiBroker on both server and client sides, set the classpath for VisiBroker on the server side and set the classpath for VisiBroker and Instant ASP on the client side.
- Register VisiBroker and run the server for this Instant ASP CORBA sample on the server side.
- Start the Visibroker Smart Agent from the Visibroker program group.
- Start the Visibroker OAD from the Visibroker program group.
- At a command prompt, change your current directory to <Instant ASP Installation>\lib\classes\corba and, register the object in the Visibroker OAD with the following command:
oadutil reg -i Bank:AccountManager -o BankManager -java -classpath=<drive>:\iasp\lib\classes\corba Server -a BankManager
- Register the idl interface:
irep -console Bank -> rBank.idl
- Start the server:
vbj Server or java Server
- Run the sample on the client side:
- Start the Visibroker Location Service on the client side from the Visibroker program group.
- Start your web server.
- Start Instant ASP proxy service.
- Run this sample.
If you encounter any problems or errors, please contact info@halcyonsoft.com.
Copyright © 1998-2000, Halcyon Software Inc. All rights reserved.