Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • DatabaseError.jsp
  • DatabaseError.java

If driver cannot be found for some reason, this is what you'll see:

If connection cannot be made for some reason, this is what you'll see:

Change #8: Table creation page/action

  • CreateDatabase.java
  • CreateDatabase.jsp
  • Tell user that tables need to be created, offer to create them
  • Create tables, show user output from running creation script
  • Ask user to redeploy or restart server

If tables cannot be found this is what you'll see:

After tables are created:

Change #9: Table upgrade page/action

  • UpgradeDatabase.java
  • UpgradeDatabase.jsp
  • Tell user that tables need to be updated, offer to upgrade them
  • Upgrade tables, show user output from running upgrade script
  • Ask user to redeploy or restart server

If tables need upgrade, this is what you'll see:

After tables upgraded:

Comments

Please comment on the dev mailing-list.