configuration « DataSource « Java Database Q&A





1. Using configuration.xml file and supplying DataSource settings in MyBatis 3.0.6    stackoverflow.com

MyBatis documentation shows a way to build a SqlSessionFactory through XML configuration file or a Configuration object through Java code. It also mentions passing properties that will override what is specified ...

2. JNDI DataSource Configuration (Java System Application Server with Duke Book Store)    coderanch.com

In tomcat 5.x, in order to configure the JNDI DataSource (map the resource reference name to database URL), we add the information between the tag in file $CATALINA_HOME/conf/server.xml. However, when using Sun Java System Application Server, i have no idea where it stores the JNDI DataSource information. I try to have a look on Duke Book Store example comes with ...

4. Datasource Configuration    coderanch.com

If you have issues with the naming policy, please feel free to bring it up in the JavaRanch forum which is the appropriate place for discussion regarding site policies. With regards to my own name, it was validated long long ago. It appears on my business card and on my office nameplate. bear Forum bartender

6. Configuring DataSource on Tomcat5.0    coderanch.com

8. dataSource configuration    java-forums.org

Hi all, i saw that from glassfish you can configure jdbc resources and jdbc connection pools, and i suppose that after that you can use these to connect to database. What will be the advantage of this setup over the conventional setup with connection parameters defined in hibernate.xml and using a driverManaged connection? Also, if i use this type o db ...