connection pooling in netbeans5.0

hi,any of u can guide me to use container managed connection poolingin netbeans5.0,any examples?
[110 byte] By [sundar82a] at [2007-11-26 23:01:45]
# 1

container manager pooling doesn't depend on the IDE, it depends on your application server.

Tomcat:

http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html

JBoss

http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#ch7.jdbc.sect

Resin

http://www.caucho.com/resin-3.1/doc/config-database.xtp

...

hth

java_2006a at 2007-7-10 13:26:46 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...