The application requires a DataSource
to create connections
to the database. It is obtained through JNDI under the name specified by the
dataSource.jndiName
property in application.properties
.
DatabaseUtils provides a convenience method
for obtaining java.sql.Connection
s from the DataSource
.