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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -