CS4420 Software Download

 

1.      tinySQL

Web page: http://www.jepstone.net/tinySQL/

Download: original source download (zip file)

* Download: revised version (with re-organized package and some bug fixes by me)

Software License: LGPL (GNU Lesser General Public License)

Documentation: a tiny one (remember to change the package names to org.tinysql if you use the revised version)

Note: tinySQL uses JLex lexicon analyzer generator and Java-CUP parser generator. You only need to use the JLex and CUP runtime to generate new parser if you changed the SQL language spec in tinySQL (defined in scanner.lex and tinySQL.cup).

 

2.      Hsqldb

Web page: http://hsqldb.sourceforge.net/

Download: Version 1.7.1 zip file

Software License: http://hsqldb.sourceforge.net/web/hsqlLicense.html

Documentation: on the Web.

 

3.      jSQLRunner

Author: Wei Tang (wtang@cc.gatech.edu)

Web page: http://disl.cc.gatech.edu/download/jsqlrunner

Download 1: Version 2.0 zip file (binary only)

Download 2: Version 2.0 executable Jar

jSQLRunner online demo using Java Web Start technology

Note: for those of you who want to work on enhancement of user interfaces, jSQLRunner is a good start.

 

4.      Java IDEs (useful for organizing source code and programming)

Eclipse

Netbeans

JCreator

 

 

* Note: need password to access the file!

________________
© Copyright 2003, College of Computing, DiSL group.
Created by Wei Tang (wtang@cc.gatech.edu)