Skip to content

cgreenhalgh/webctdbexport

Repository files navigation

WebCT DB Export for the University of Nottingham

An experiment in exporting/dumping course data from WebCT, directly from the Database.

author: Chris Greenhalgh

Copyright, 2011, The University of Nottingham

The current/preferred version uses JDBC - webctdbexport/jdbc/DumpIncremental.java

Copy etc/jdbc.properties to etc/jdbc-local.properties and enter appropriate database
connection information.

See build.xml for sample application command lines.

The original version used the Hibernate ORM. For that version, the etc/webctdbexport and 
gen/webdbdbexport files are autogenerated from the installed database schema.
Note that the generated files include some <version> fields which need to be changed 
to standard <property> fields. For that version, edit etc/hibernate.cfg.xml to specify 
database connection information.

About

WebCT Database Exporter for University of Nottingham

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages