Connection pooling in jboss
hi , how to make the connection pooling in jboss.how we can access connection.
hi , how to make the connection pooling in jboss.how we can access connection.
> 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.