A Java Environment for a Semantic Query Interface for Relational Databases - PowerPoint PPT Presentation

About This Presentation
Title:

A Java Environment for a Semantic Query Interface for Relational Databases

Description:

Sgt. Pepper's. 2. 1965. Rock. Bob Dylan. Highway 61 Revisited. 1. Release. Genre. Artist ... Acknowledgments. Dr. Lawrence. Terry Mason. The Decapitated Smurf ... – PowerPoint PPT presentation

Number of Views:28
Avg rating:3.0/5.0
Slides: 11
Provided by: informat1816
Category:

less

Transcript and Presenter's Notes

Title: A Java Environment for a Semantic Query Interface for Relational Databases


1
A Java Environment for a Semantic Query Interface
for Relational Databases
  • Sam Marcellus
  • Dr. Ramon Lawrence
  • Computer Science Dept
  • University of Iowa

2
Database Querying
  • Structured Query Language (SQL)

Albums
SELECT Album Name FROM Albums WHERE ArtistBob
Dylan ORDER BY Album Name DESC
Album Name
Highway 61 Revisited
3
Unity
  • Written by Dr. Ramon Lawrence and Dr. Ken Barker
  • Uses semantic naming from a dictionary to
    automate SQL generation
  • Querying is based on semantic names as opposed to
    database structure
  • Written using Microsoft Foundation Classes (MFC)

4
Unitys Graphical User Interface (GUI)
  • Query fields are selected from the right-side
    tree
  • The query is built on the left-side tree

5
Overview
  • Applications written using MFC are limited in
    compatibility across multiple platforms
  • Unity needs to be ported to a more universal
    environment, such as Java
  • A GUI that resembles Unity was created in the
    form of a Java Applet

6
(No Transcript)
7
SELECT Album Name FROM Albums WHERE ArtistBob
Dylan ORDER BY Album Name DESC
Album Name
Highway 61 Revisited
8
Applet Structure
9
Conclusion
  • GUI was written with modularity in mind
  • Tree class is encapsulated
  • Unity-JDBC Driver is currently being developed
  • This GUI will be able integrated with a backend
    that handles the advanced Unity features

10
Acknowledgments
  • Dr. Lawrence
  • Terry Mason
  • The Decapitated Smurf
Write a Comment
User Comments (0)
About PowerShow.com