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)
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?
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
I am trying to set up a private repository of Android source code while hosting the git trees on github as private repos.