ACM Home Page
Please provide us with feedback. Feedback
JDBC demonstration courseware using Servlets and Java Server Pages
Full text PdfPdf (403 KB)
Source Technical Symposium on Computer Science Education archive
Proceedings of the 33rd SIGCSE technical symposium on Computer science education table of contents
Cincinnati, Kentucky
SESSION: Database table of contents
Pages: 266 - 270  
Year of Publication: 2002
ISBN:1-58113-473-8
Also published in ...
Authors
Suzanne W. Dietrich  Arizona State University, Tempe, AZ
Susan D. Urban  Arizona State University, Tempe, AZ
Ion Kyriakides  Arizona State University, Tempe, AZ
Sponsor
SIGCSE: ACM Special Interest Group on Computer Science Education
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 14,   Downloads (12 Months): 124,   Citation Count: 3
Additional Information:

abstract   references   cited by   collaborative colleagues   peer to peer  

Tools and Actions: Review this Article  
Save this Article to a Binder    Display Formats: BibTex  EndNote ACM Ref   
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/563340.563444
What is a DOI?

ABSTRACT

This paper describes the design and functionality of courseware developed to demonstrate the JDBC API. The courseware is used in an advanced undergraduate database course that emphasizes the use of Web access to database systems. The JDBC courseware is written using Java Servlets and Java Server Pages, allowing the user to view the metadata associated with a database, to view and browse the information in a database according to the database metadata, and to query and/or manipulate data using SQL statements. The advantage of the courseware is that it demonstrates the main functionality of the JDBC API in an application-independent manner. The courseware can access any ODBC-compliant database, emphasizing the generality of the JDBC API and helping students understand how JDBC can be used to query the metadata of the database as well as the database contents.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
2
 
3
 
4
 
5
Microsoft Corporation, Open Database Connectivity, http://www.microsoft.com/data/odbc/default.htm
 
6
Sun Microsystems, Inc., JDBC™ Data Access API, http://java.sun.com/products/jdbc/ (for java.sql package summary see http://java.sun.com/j2se/1.4/docs/api/java/sql/package-summary.html)
 
7
Sun Microsystems, Inc., Java™ Servlet API Specification, Version 2.2, http://java.sun.com/products/servlet/2.2/
 
8
Sun Microsystems, Inc., Java Server Pages™ Specification 1.2, http://java.sun.com/products/jsp/
9
10
 
11
World Wide Web Consortium (W3C)'s XML web page, 2001. http://www.w3.org/XML/

Collaborative Colleagues:
Suzanne W. Dietrich: colleagues
Susan D. Urban: colleagues
Ion Kyriakides: colleagues

Peer to Peer - Readers of this Article have also read: