Hi to all.. well i want to make a standalone application
which can use the concept of connection pooling, constraint
is that i have not to use any application server like
weblogic etc.
Please help me out.
Thaks in advance.
Answer Posted / natraj
One of the service provided by App server or webserver is
connection pooling.If there is no app server or webserver
it is not possible to work with connection pooling.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the feature of jdbc v4?
What is url in jdbc connection?
What is JDBC Transaction Management and why do we need it?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What does the jdbc databasemetadata interface?
What is odbc and jdbc?
How can we maintain the integrity of a database by using jdbc?
Explain the difference between resultset and rowset in jdbc
Is jdbc part of j2ee?
How a database driver can be loaded with jdbc 4.0 / java 6?
Explain about multiple implementations and drive manager?
How many rowset are available in jdbc?
What is 2 phase commit?
Where can I find ojdbc14 jar file?
What is jdbc connection?