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 / 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 |
Post New Answer View All Answers
Explain the difference between rowset vs. Resultset in jdbc?
How can you make the connection using jdbc?
What is a lock in jdbc?
Explain creation of statement object with connection method create method with help of an example.
What is hbm xml?
What are the common JDBC problems that you got and how do you solved them?
What is jdbc drivers in java?
Why resultset is used in java?
What is the difference between execute, executeQuery, executeUpdate?
What are the three basic components of the odbc architecture?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What are the higher level apis under development on top of jdbc currently?
Why do we need jdbc driver?
What do you mean by two phase commits?
What is odbc and jdbc drivers?