When you define a database element, you can either enter a JNDI resource name, or a JDBC connection URL for the data source.
Using a connection pool is more efficient than using
the JDBC URL option, which creates a new connection to the database
every time the application executes.