Tag Archives: JNDI

Managing database connections with JDBC

This tutorial demonstrates how to connect to a database using JDBC. While seemingly innocuous, this subject is actually a stumbling block for both newcomers and veterans alike. This tutorial will discuss how a Java application inside a JVM discovers and … Continue reading

Posted in java | Tagged , , , , | Leave a comment