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.
Answers were Sorted based on User's Feedback
Answer / biswa
You need to write JDBC programmes which supports connection
pooling. You need to provide Syncronised mathods to achieve
Connection pooling. but again you need to specify your
server specific pool Size to initialize no of JDBC
Connections you need in the pool during start up.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How can I retrieve a String or other object type without creating a new object each time?
What is jdbc odbc bridge?
How a database driver can be loaded with jdbc 4.0 / java 6?
What do you mean by two phase commits?
How transactions are performed using JDBC ?
How is jndi useful for Database connection?
What causes no suitable driver error?
What are the methods which can verify the cursor particular position?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is a jdbc connection?
Name the types of jdbc drivers.
What is jdbc template?