we are wanting to use a JNDI service with our client applications (开发者_运维知识库all written in Java SE 6) and here is our doubt: what are the dependencies?Does the JVM already comes with all the c
I\'ve a connection pool to access a MySQL DB from a servlet. I get the data source using a JNDI, which is defined on my META-INF/context.xml file.