Download presentation
Presentation is loading. Please wait.
Published byAlbert Daniel Modified over 8 years ago
1
ACEDB, CORBA, CITA and GFace Hamish McWilliam BrassicaDB
2
What is CORBA? Getting data out of ACEDB CITA:ACEDB and CORBA GFace: a Java CITA client The Plan
3
What is CORBA? Common Object Request Broker Architecture (CORBA) CORBA is commonly classified as middleware Object interaction and object access system Programming language independent Platform neutral Vendor independent
4
CORBA ORBs Object Request Brokers (ORBs) ORBs handle the communications between the client and server Client Object ORB Server Object ORB
5
Communications Protocol Standardized communications protocol: GIOP GIOP is an abstract protocol IIOP is GIOP over the Internet Protocol To be CORBA 2 compliant an ORB must support IIOP Client Object ORB Server Object ORB IIOP
6
CORBA Interfaces Interface Definition Language (IDL) The interface definition is known as an IDL An Interface definition forms a contract between objects
7
CORBA supports many languages CORBA 2.2 specifies language mappings for: Ada C C++ COBOL Java Smalltalk Many other unofficial mappings e.g. Perl Language Support
8
ACEDB Networking Simple client server based system using RPC aceclient or xaceclient aceserver or gifaceserver
9
ACEDB Programming using the aceclient mechanism By using the aceclient mechanism to access the database, specialized clients can be written which are independent of the database version. This is how AcePerl and Webace access a database aceserver or gifaceserver Specialised ‘aceclient’
10
So to develop a data server. Use the aceclient mechanism to access the database. Giving version independence and providing the ability to extract data from more than one database. Then publish the data to your clients. aceserver or gifaceserver Specialised ‘aceclient’ and data server Data server client This model is used by Jade to obtain access to ACEDB using sockets. ACEDB Programming using the aceclient mechanism
11
CITA A simple combination of CORBA and the aceclient mechanism produces a simple CORBA Interface To ACEDB (CITA). gifaceserver CITA client ORB CITA server ORB IIOP
12
CITA Servers Two types of CITA server are available Perl CITA Server Uses AcePerl to access the databases Uses COPE for the CORBA Full support for ACEDB graphics C CITA Server Access to the database uses ACEDB libraries ILU is use for the CORBA Support for ACEDB graphics incomplete
13
Simple Java CITA client
14
GFace: A general CITA client
15
GFace Features Support for standard ACEDB queries and AQL Extensible Class specific displays Intra-database displays (use data from more than one class)
16
GFace Features Configurable Can access more than one CITA server Can access multiple databases through a single CITA server Available displays configured in the database Support for links to external sources in Tree Display
17
Basic Displays
18
ACEDB Graphic Display
19
Table Display
20
AQL Query Display
21
PCM Display
23
GridMap Display A comparative intra-database display Oxford grid Scaled display Numeric display
24
GridMap Display Within a Species
25
GridMap Display Between Species
26
CORBA: http://www.omg.org/ ACEDB: http://genome.cornell.edu/acedocs/index.html CITA and GFace documentation, source code and demonstrations: http://jiio10.jic.bbsrc.ac.uk/
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.