Use JDBC DataSource to create a Database rather than direct URLs

This way the database can be configured in a web application container
as a JNDI resource that applications can lookup, making it easier to
deploy a web application whose schema is managed by gwtorm.

Signed-off-by: Shawn O. Pearce <sop@google.com>
3 files changed