An online banking system was built using Java and CORBA to demonstrate CORBA's powerful client/server architecture. The system was created by Sheng-Ta Liu for graduation on November 1, 1998. CORBA allows applications to communicate with one another across hardware and software through a common Object Request Broker, with this project introducing CORBA architecture, services, and Interface Definition Language.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
28 views1 page
An Online
An online banking system was built using Java and CORBA to demonstrate CORBA's powerful client/server architecture. The system was created by Sheng-Ta Liu for graduation on November 1, 1998. CORBA allows applications to communicate with one another across hardware and software through a common Object Request Broker, with this project introducing CORBA architecture, services, and Interface Definition Language.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
AN ONLINE-BANKING SYSTEM USING JAVA AND CORBA
Student Name: Sheng-Ta Liu
Graduation Date: November 1, 1998
The Common Object Request Broker Architecture (CORBA) is the Object
Management Group's answer to the need for interoperability among the rapidly proliferating number of hardware and software products available today. Simply stated, CORBA allows applications to communicate with one another no matter where they are located or who has designed them. Object Management Group (OMG) introduced CORBA 1.1 in 1991. It defined the Interface Definition Language (IDL) and the Application Programming Interfaces (API) that enable client/server object interaction within a specific implementation of an Object Request Broker (ORB). The purpose of this project is to introduce the CORBA architecture, services, and IDL. I have built a system using Java based on CORBA to demonstrate its powerful client/server architecture. Back to Top