Connection pooling in jboss

hi , how to make the connection pooling in jboss.how we can access connection.

[85 byte] By [vemalababuchowdarya] at [2007-11-27 10:54:22]
# 1

> hi , how to make the connection pooling in jboss.how

> we can access connection.

As with most other app servers, conn pooling is provided for you, all you need is to configure it:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources

As to "access" a connection, there is a getConnection() method. Go through the JDBC API.

In the future, maybe you should try the JBoss Web site and forum, before posting here. You'll get faster & better answers.

karma-9a at 2007-7-29 11:49:51 > top of Java-index,Java Essentials,New To Java...