connector-j
Including the MySql's connector/j as part of an EAR file: Glassfish
We want to simplify the deployment process of an app by including the MySql connector/j jar as part of the EAR. (so we won\'t need to manually copy it in the /lib folder of our Glassfish servers)[详细]
2023-03-22 22:26 分类:问答Couldn't make mysql connector j work
I\'ve set the classpath envoirenment but still get an error \"Exception:com.mysql.jdbc.Driver\" Do you have any idea what might be wrong?[详细]
2023-02-22 17:23 分类:问答Caching InitialContext and DataSource in a Java EE web-app
In the following Connector/J reference for JDBC/MySQL it suggests we cache the instances of InitialContext and Datasource. Would just making it a private static instance solve the caching? Shouldn\'t[详细]
2023-02-12 04:44 分类:问答How to set up an Android source repo while hosting the git trees as private repositories on github?
I am trying to set up a private repository of Android source code while hosting the git trees on github as private repos.[详细]
2022-12-27 10:33 分类:问答