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 |
Give an example for getXXX method?
How we can you use preparedstatement.
Give an example of code used for setting up connection with a driver.
What is thin driver in jdbc?
Can we return resultset in java?
Which jdbc drivers will run your program?
Is there another way of dealing with the result set that could execute faster?
What are the flow statements of jdbc?
What are the differences between statement and preparedstatement interface?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What is a statement in java?
In JDBC, All the API?s are interfaces? Where is the actual implementation?