CORBA - What is it all about? (page 1 of 2)
- United Arab Emirates: Tuesday, June 28 - 2005 at 10:33
The main objective of adopting a CORBA specification is achieving application-to-application integration regardless of various differences at the levels of network, operating system, hardware, and programming language.
The main value-added by CORBA to distributed enterprise applications is the automation of network tasks. The development of such applications poses multiple challenges including how to locate appropriate services, how to guarantee a reliable delivery of information despite risks of network disconnections, and how to recover from disconnections with less impact on the business process under execution. These challenges result in an additional burden on application developers. To reduce the complexity of some of these technical challenges, CORBA as a middleware technology is deemed appropriate. Abstracting communication details, supporting communications in a transparent way, and recovering from potential crashes are some of the objectives of the CORBA technology. As a result, application developers can now focus on the underlying logic of the functionalities to offer to end-users, instead of low-level technical details.
The main elements in CORBA specification are:
• Object Request Broker (ORB): responsible for routing the invocation or request from the client (source) to the server (destination), and returning back the response.
• CORBAServices: a collection of packages that are used in the IDL interface to provide services to the CORBA system. These services are mainly used in ORB. Examples of these services are:
o Startup Service: a request could start automatically whenever it invokes the ORB.
o Life Cycle Services: an item on the bus can be identified with a process like create, copy, move, or delete.
o Naming Service: name can be given to an item on the bus for identification reason.
o Persistence Service: items can be saved in a storage area like Object Databases (ODBMS) through a single interface.
o Event Service: a registration to specific events can be given to any item on the bus.
• CORBAFacilities: a set of IDL-defined frameworks that are used as a services provider to the application objects. The two main facilities are horizontal and vertical facilities which specify regulations needed to manage business components.
As part of our senior capstone project, we designed, developed, and simulated the operation of a Distributed Online Library System, using both VisiBroker ORB (info.borland.com/techpubs/bes) for Java and Java as a middleware and implementation language respectively. The library object implementation, namely the server, offers various services to potential borrowers including search, borrow, and return resources to clients existing within the same Local Area Network. For data management purposes, the server was connected to a database through the Java Database Connectivity (JDBC). Moreover, a thread safe utility was used in order to isolate clients' concurrent requests and achieve data consistency and integrity. For communication to be established between a client and the server, CORBA middleware must run on both machines.
Article Options
Notes and Media Contacts »
Suad Al Shamsi and Maitha Malek
College of Information Systems
Zayed University
Dubai Campus
Maitha Malek is a 23 year old Zayed University student majoring in Computer Systems. She expects to graduate in June 2005. Java Programming, Web Design, Networking (CCNA1, CCNA2), Oracle are some of the major courses she studied in her courses, and she also interned in IT Department of Gulf News, during which she built sites for the Wheels, InsideOut and Aquarius magazines. She is planning to take more Networking courses from Cisco and hopes to set up her own business. In her spare time, Maitha enjoys reading books, programming, playing chess and volunteer work.
Suad Salem Al Shamsi is also a senior student at Zayed University specializing in Computer Systems and will graduate in June 2005. She would like to work for a software developer. Her hobbies include playing puzzles or any challenging games, and drawing.
This paper reports on a capstone project entitled "A Distributed Online Library System", conducted under the supervision of Z. Maamar, College of Information Systems, Zayed University.
Disclaimer »
Articles in this section are primarily provided directly by the companies appearing or PR agencies which are solely responsible for the content. The companies concerned may use the above content on their respective web sites provided they link back to http://www.ameinfo.com
Any opinions, advice, statements, offers or other information expressed in this section of the AMEinfo.com Web site are those of the authors and do not necessarily reflect the views of AME Info FZ LLC / Emap Limited. AME Info FZ LLC / Emap Limited is not responsible or liable for the content, accuracy or reliability of any material, advice, opinion or statement in this section of the AMEinfo.com Web site.
For details about submitting your stories, please read the guide - all content published is subject to our terms and conditions
Articles may be forwarded, downloaded, and printed, however credit should be given at all times to the authors, to the publisher AME Info, and to the Zayed University e-Entrepreneur Column, run by the Institute for Technological Innnovation (ITI), who own the copyright.
Neither AME Info nor the Zayed University ITI accept responsibility for statements or opinions expressed contributors and consequently accept no liability for damages that may result from use of the journal or advice given.

Anne-Birte Stensgaard, Senior News Editor



