C   O   R   B   A
  O R B  
 
Home
CORBA
ORBs
Project
The Hawaii Group
Services
Naming
Event
Vendors
Comparison
In Industry
Telecom
Resources
Text
Links
 
 
Common Object Request Broker Architecture
 
Naming Service Implementation

Summary by Uma Jaipradeep  
Implementation by Prasad Joshi
 
This is the implementation of a Distributed Bank Application in Java using the CORBA Naming Service. The application allows the user to create a bank account for a person with some initial balance. The user can also check the balance of an existing account. If the user does not specify a name and an opening balance while creating an account, the first time a default user "John" is created with an opening balance of $10,000. Subsequent such calls will return the balance for account holder "John".

The Bank application is developed in Java and uses JDK 1.2 ORB.

Instructions for installing and running the application

View the source code of the Bank application

Download the Bank application (zip format)

Snapshots of the Bank application (MS Word document)

References