Skip to content

Week 5 Progress

Choose a tag to compare

@karlnicholas karlnicholas released this 10 Oct 13:53
· 8 commits to master since this release

Week 5 - Add JDBC driver

  • Added a StartStop Listener to the application to capture initialization and shutdown
  • removed Index.java's init method because it was not used
  • Downloaded HSQLDB pure Java database engine.
  • Added hsqldb.jar to the WEB-INF/lib directory
  • Added code to open database connection, create a table, and add a row to the StartStopListener
  • Added code to (re) open a database connection and retrieve rows to the Index.java servlet.