Proper way of JDBC connection from WAR file
We have created a WAR file for a standalone WeApp that creates a JDBC connection pool from properties file. The DB username and password are stored in the property file. This is loaded on the WebLogic and works fine.
We would like to know what is the suggested ways of creating JDBC connections, other than the property file.
Thanks