applet - Creating a connection pool in a java command line application -


is possible create command line application (without application server) uses connection pool in order access database?. , how it?

i've tried using initialcontext object , datasource in context since don't have application server don't know how access resource. ideas?

thanks

http://commons.apache.org/dbcp/guide/jndi-howto.html shows how


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -