ACM Home Page
Please provide us with feedback. Feedback
SimpleDB: a simple java-based multiuser syst for teaching database internals
Full text PdfPdf (259 KB)
Source Technical Symposium on Computer Science Education archive
Proceedings of the 38th SIGCSE technical symposium on Computer science education table of contents
Covington, Kentucky, USA
SESSION: Systems and databases table of contents
Pages: 561 - 565  
Year of Publication: 2007
ISBN:1-59593-361-1
Also published in ...
Author
Edward Sciore  Boston College, Chestnut Hill, MA
Sponsors
SIGCSE: ACM Special Interest Group on Computer Science Education
ACM: Association for Computing Machinery
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 9,   Downloads (12 Months): 86,   Citation Count: 2
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/1227310.1227498
What is a DOI?

ABSTRACT

In this paper we examine the probl of how to give hands-on assignments in a database syst internals course. We argue that current approaches are inadequate, either because they are not sufficiently comprehensive or because they require using software that has a steep learning curve. We then describe SimpleDB, which is software written expressly for such a course. SimpleDB is a database syst in the spirit of Minibase. Unlike Minibase, however, it supports multiple users and transactions via JDBC, and its code is easy to read and modify. We then describe a course that we teach using SimpleDB, and discuss the educational benefits resulting from it.